Class ParallelogramDto (Inputs.OCCT)
Constructors
constructor
new ParallelogramDto( center?: Point3, direction?: Vector3, aroundCenter?: boolean, width?: number, height?: number, angle?: number,): ParallelogramDto Parameters
Optionalcenter: Point3Optionaldirection: Vector3OptionalaroundCenter: booleanOptionalwidth: numberOptionalheight: numberOptionalangle: number
Properties
center
direction
aroundCenter
aroundCenter: boolean
width
width: number
height
height: number
angle
angle: number
用于
shapes.wire.createParallelogramWire和shapes.face.createParallelogramFace的平行四边形的尺寸、倾斜和放置方式。