Class DragonCupDto (Things.ThreeDPrinting.Cups.DragonCup) Defined in bitbybit-docs.d.ts:31958 Constructors constructor new DragonCupDto ( height ?: number , radiusBottom ?: number , radiusTopOffset ?: number , radiusMidOffset ?: number , rotationTopAngle ?: number , rotationMidAngle ?: number , nrSkinCellsVertical ?: number , nrSkinCellsHorizontal ?: number , nrSkinCellDivisionsTop ?: number , nrSkinCellDivisionsBottom ?: number , skinCellOuterHeight ?: number , skinCellInnerHeight ?: number , skinCellBottomHeight ?: number , skinCellTopHeight ?: number , thickness ?: number , bottomThickness ?: number , precision ?: number , rotation ?: number , scale ?: number , origin ?: Point3 , direction ?: Vector3 , ) : DragonCupDto Parameters Optionalheight : number OptionalradiusBottom : number OptionalradiusTopOffset : number OptionalradiusMidOffset : number OptionalrotationTopAngle : number OptionalrotationMidAngle : number OptionalnrSkinCellsVertical : number OptionalnrSkinCellsHorizontal : number OptionalnrSkinCellDivisionsTop : number OptionalnrSkinCellDivisionsBottom : number OptionalskinCellOuterHeight : number OptionalskinCellInnerHeight : number OptionalskinCellBottomHeight : number OptionalskinCellTopHeight : number Optionalthickness : number OptionalbottomThickness : number Optionalprecision : number Optionalrotation : number Optionalscale : number Optionalorigin : Point3 Optionaldirection : Vector3 Defined in bitbybit-docs.d.ts:31959 Properties radius Bottom radiusBottom : number
radius Top Offset radiusTopOffset : number
radius Mid Offset radiusMidOffset : number
rotation Top Angle rotationTopAngle : number
rotation Mid Angle rotationMidAngle : number
nr Skin Cells Vertical nrSkinCellsVertical : number
nr Skin Cells Horizontal nrSkinCellsHorizontal : number
nr Skin Cell Divisions Top nrSkinCellDivisionsTop : number
nr Skin Cell Divisions Bottom nrSkinCellDivisionsBottom : number
skin Cell Outer Height skinCellOuterHeight : number
skin Cell Inner Height skinCellInnerHeight : number
skin Cell Bottom Height skinCellBottomHeight : number
skin Cell Top Height skinCellTopHeight : number
thickness thickness : number
bottom Thickness bottomThickness : number
precision precision : number
Bitbybit TypeScript API reference Namespace: Bit › Things › ThreeDPrinting › Cups › DragonCup
Other symbols in Things.ThreeDPrinting.Cups.DragonCup:
API reference home · Full symbol index · Tutorials and guides · Platform
The parameter set for the Dragon Cup, a cup carrying a scaled surface pattern. 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.