Class DropletsPhoneHolderDto (Things.LaserCutting.Gadgets.DropletsPhoneHolder) Defined in bitbybit-docs.d.ts:32806 Constructors constructor new DropletsPhoneHolderDto ( title ?: string , subtitle ?: string , includeLogo ?: boolean , thickness ?: number , kerf ?: number , phoneWidth ?: number , phoneHeight ?: number , phoneThickness ?: number , backLength ?: number , angle ?: number , offsetAroundPhone ?: number , penShelf ?: number , phoneLockHeight ?: number , filletRadius ?: number , includePattern ?: boolean , densityPattern ?: number , holesForWire ?: boolean , wireInputThickness ?: number , includeModel ?: boolean , includeDrawings ?: boolean , spacingDrawings ?: number , rotation ?: number , origin ?: Point3 , direction ?: Point3 , scale ?: Vector3 , ) : DropletsPhoneHolderDto Parameters Optionaltitle : string Optionalsubtitle : string OptionalincludeLogo : boolean Optionalthickness : number Optionalkerf : number OptionalphoneWidth : number OptionalphoneHeight : number OptionalphoneThickness : number OptionalbackLength : number Optionalangle : number OptionaloffsetAroundPhone : number OptionalpenShelf : number OptionalphoneLockHeight : number OptionalfilletRadius : number OptionalincludePattern : boolean OptionaldensityPattern : number OptionalholesForWire : boolean OptionalwireInputThickness : number OptionalincludeModel : boolean OptionalincludeDrawings : boolean OptionalspacingDrawings : number Optionalrotation : number Optionalorigin : Point3 Optionaldirection : Point3 Optionalscale : Vector3 Defined in bitbybit-docs.d.ts:32807 Properties include Logo includeLogo : boolean
thickness thickness : number
phone Width phoneWidth : number
phone Height phoneHeight : number
phone Thickness phoneThickness : number
back Length backLength : number
offset Around Phone offsetAroundPhone : number
phone Lock Height phoneLockHeight : number
fillet Radius filletRadius : number
include Pattern includePattern : boolean
density Pattern densityPattern : number
holes For Wire holesForWire : boolean
wireInputThickness : number
include Model includeModel : boolean
include Drawings includeDrawings : boolean
spacing Drawings spacingDrawings : number
Bitbybit TypeScript API reference Namespace: Bit › Things › LaserCutting › Gadgets › DropletsPhoneHolder
Other symbols in Things.LaserCutting.Gadgets.DropletsPhoneHolder:
API reference home · Full symbol index · Tutorials and guides · Platform
The parameter set for the Droplets Phone Holder, assembled from laser-cut flat parts. 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.