Class CalmCupDto (Things.ThreeDPrinting.Cups.CalmCup)
The parameter set for the Calm Cup, a shelled parametric cup with handles. 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.
Nr of handles, 0 will create a cup without handles
Default
1
Minimum
0
Maximum
2
Step
1
handleDist
handleDist:number
Handle distance from the cup
Default
2
Minimum
0.1
Maximum
Infinity
Step
0.1
precision
precision:number
Meshing precision of the drawn model. Scale scales precision as well. The lower the number the more precise the drawn model is. Keep in mind that output of this algorithm also contains pure occt shape that can be meshed separately in draw any async commands
Default
0.01
Minimum
0.000001
Maximum
5
Step
0.001
rotation
rotation:number
Rotation of the cup
Default
0
Minimum
0
Maximum
Infinity
Step
10
scale
scale:number
Scale of the cup - affects edge width and precision
The parameter set for the Calm Cup, a shelled parametric cup with handles. 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.