How a 2D path is placed into 3D: scaled, flipped from SVG's downward Y to Y up, and moved to an origin. The part the path and SVG inputs share.
Optional
A factor applied to every path coordinate; 1 keeps the size.
1 Copy
1
When true, Y is negated so a drawing made with Y pointing down, as in SVG, comes out upright.
true Copy
true
The point the scaled and flipped drawing is moved to.
[0, 0, 0] Copy
[0, 0, 0]
Namespace: Bit › Inputs › OCCT
Other symbols in Inputs.OCCT:
API reference home · Full symbol index · Tutorials and guides · Platform
How a 2D path is placed into 3D: scaled, flipped from SVG's downward Y to Y up, and moved to an origin. The part the path and SVG inputs share.