Class PhoneNestDto (Things.ThreeDPrinting.Desktop.PhoneNest) Defined in bitbybit-docs.d.ts:32546 Constructors constructor new PhoneNestDto ( heightBottom ?: number , heightTop ?: number , widthBack ?: number , widthFront ?: number , length ?: number , backOffset ?: number , thickness ?: number , applyOrnaments ?: boolean , filletRadius ?: number , phoneHeight ?: number , phoneWidth ?: number , phoneThickness ?: number , precision ?: number , drawEdges ?: boolean , rotation ?: number , scale ?: number , origin ?: Point3 , direction ?: Vector3 , ) : PhoneNestDto Parameters OptionalheightBottom : number OptionalheightTop : number OptionalwidthBack : number OptionalwidthFront : number Optionallength : number OptionalbackOffset : number Optionalthickness : number OptionalapplyOrnaments : boolean OptionalfilletRadius : number OptionalphoneHeight : number OptionalphoneWidth : number OptionalphoneThickness : number Optionalprecision : number OptionaldrawEdges : boolean Optionalrotation : number Optionalscale : number Optionalorigin : Point3 Optionaldirection : Vector3 Defined in bitbybit-docs.d.ts:32547 Properties height Bottom heightBottom : number
height Top heightTop : number
width Back widthBack : number
width Front widthFront : number
back Offset backOffset : number
thickness thickness : number
apply Ornaments applyOrnaments : boolean
fillet Radius filletRadius : number
phone Height phoneHeight : number
phone Width phoneWidth : number
phone Thickness phoneThickness : number
precision precision : number
draw Edges drawEdges : boolean
Defined in bitbybit-docs.d.ts:32653 Bitbybit TypeScript API reference Namespace: Bit › Things › ThreeDPrinting › Desktop › PhoneNest
Other symbols in Things.ThreeDPrinting.Desktop.PhoneNest:
API reference home · Full symbol index · Tutorials and guides · Platform
The parameter set for the Phone Nest desk stand. Generic in its value types so the same list can be expressed for a plain script, where every value is a number, and for a driven model, where a value can be an expression or a bound input. Concrete DTOs fill those type parameters in; read this class for what the model is actually shaped by.