Class BoxDto (Inputs.OCCT)
Constructors
constructor
new BoxDto( width?: number, length?: number, height?: number, center?: Point3, originOnCenter?: boolean,): BoxDto Parameters
Optionalwidth: numberOptionallength: numberOptionalheight: numberOptionalcenter: Point3OptionaloriginOnCenter: boolean
Properties
width
width: number
length
length: number
height
height: number
center
OptionaloriginOnCenter
originOnCenter?: boolean
shapes.solid.createBoxके लिए बॉक्स की तीन भुजाएँ और वह कहाँ बैठता है;widthX के साथ चलती है,heightY के साथ, जो ऊपर की ओर है, औरlengthZ के साथ।