Represents length dimension parameters for OccViewer.PmiController.addLengthDimension.

interface LengthDimensionParams {
    dir: WasmVector3d;
    endPoint: WasmVector3d;
    height: number;
    id: string;
    startPoint: WasmVector3d;
}

Properties

Vector which starts from start/endpoint and ends on start end point on shelf.

endPoint: WasmVector3d
height: number

Distance between start/end and shelf.

id: string

Id of length dimension; new unique id will be generated if empty.

startPoint: WasmVector3d