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
为
shapes.cuboid提供输入:面与坐标轴平行的长方体,由其中心点以及沿 X、Y 和 Z 的尺寸给定。