根据指定的X、Y、Z方向上的偏移量,将三维几何对象进行偏移。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public virtual void Offset( double dx, double dy, double dz ) |
参数
- dx
- Type: System..::.Double
沿 X 轴方向的偏移量,单位为度。
- dy
- Type: System..::.Double
沿 Y 轴方向的偏移量,单位为度。
- dz
- Type: System..::.Double
沿 Z 轴方向的偏移量,单位为米。