Class LPolygonDto
Constructors
constructor
- new LPolygonDto(widthFirst?: number, lengthFirst?: number, widthSecond?: number, lengthSecond?: number, align?: directionEnum, rotation?: number, center?: Point3, direction?: Vector3): LPolygonDto
-
Parameters
-
Optional widthFirst: number
-
Optional lengthFirst: number
-
Optional widthSecond: number
-
Optional lengthSecond: number
-
-
Optional rotation: number
-
Optional center: Point3
-
Optional direction: Vector3
Properties
align
center
direction
lengthFirst
lengthFirst: number
lengthSecond
lengthSecond: number
rotation
rotation: number
widthFirst
widthFirst: number
widthSecond
widthSecond: number
Indicates if the L polygon should be aligned inside/outside or middle
outside