Class CuboidDto (Inputs.JSCAD)
Constructors
constructor
new CuboidDto( center?: Point3, width?: number, length?: number, height?: number,): CuboidDto Parameters
Optionalcenter: Point3Optionalwidth: numberOptionallength: numberOptionalheight: number
Properties
center
width
width: number
length
length: number
height
height: number
Feeds
shapes.cuboid: a box with faces parallel to the axes, given by its center point and its sizes along X, Y and Z.