Class ShapeToMeshDto<T>
Constructors
constructor
- new ShapeToMeshDto<T>(shape?: T, precision?: number, adjustYtoZ?: boolean): ShapeToMeshDto<T>
-
Type parameters
Parameters
-
Optional shape: T
-
Optional precision: number
-
Optional adjustYtoZ: boolean
Properties
adjustYtoZ
adjustYtoZ: boolean
precision
precision: number
shape
shape: T
Adjust Y (up) coordinate system to Z (up) coordinate system
false