ShapeExtruder
Description
- Derived from
Abstract base class for IShapeExtruder implementations.
Public / Constructors
Along
Creates a Cartesian shape extruder.
Extrusion is performed by multiplying the given matrix in with the vector (x,y,v)
, where x
is the shape X-coordinate, y
is the shape Y-coordinate and v
is the vertical coordinate of the extrusion.
- See also
AlongX
Creates a Cartesian shape extruder.
The shape is in the Y/Z plane. The extrusion is applied along the (1,0,0) vector. The extrusion range is applied to the X-axis.
AlongY
Creates a Cartesian shape extruder.
The shape is in the Z/X plane. The extrusion is applied along the (0,1,0) vector. The extrusion range is applied to the Y-axis.