<ExtrudeModifier> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » Node » Modifier » ExtrudeModifier

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
doubleDirectionXGets or sets the X direction parameter. This parameter determines the extrude direction along the X axis.
doubleDirectionYGets or sets the Y direction parameter. This parameter determines the extrude direction along the Y axis.
doubleDirectionZGets or sets the Z direction parameter. This parameter determines the extrude direction along the Z axis.
doubleFaceNormalExtrudeGets or sets the face normal extrude distance in worldspace units. This parameter uses the averaged face normal direction as the extrusion vector.
int32SectionsDetermines the number of sections in the extrusion tube.
doubleTaperDetermines the size of the extrude "cap" as a percentage of its current size. Ex: 0.5 scales the cap face to half its current size. 1.25 scales the cap face to 25% larger than its current size. The face-center is used as the scaling origin.
doubleVertexNormalExtrudeGets or sets the vertex normal extrude distance in worldspace units. This parameter uses the averaged vertex normal direction as the extrusion vector.