Type alias SliceSpace

SliceSpace: {
    depth?: number;
    heightVector?: Geo3DPoint;
    origin?: GeoPoint;
    sideExtendVector?: Geo3DPoint;
}

裁切體幾何。

Type declaration

  • Optional depth?: number

    裁切體幾何深度。

  • Optional heightVector?: Geo3DPoint

    裁切體幾何高度向量。

  • Optional origin?: GeoPoint

    裁切體幾何起點。

  • Optional sideExtendVector?: Geo3DPoint

    裁切體幾何兩側延展向量。

Generated using TypeDoc