Click or drag to resize
SoVRMLExtrusion Properties

The SoVRMLExtrusion type exposes the following members.

Properties
  NameDescription
Public propertybeginCap

The surface at the initial end of the spine.

Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertyccw

Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (true) or in a clockwise direction (false).

Public propertyconvex

Indicates whether faces of a shape are convex (true).

Public propertycreaseAngle

Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when default normals are computed and used.

Public propertycrossSection

A 2D crossSection piecewise linear curve (described as a series of connected vertices);.

Public propertyendCap

The surface at the final end of the spine.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymetadata

Specifies the metadata node.

(Inherited from SoVRMLGeometry.)
Public propertyorientation

The orientation of the crossSection at each spine point.

Public propertyscale

The scale factor of the crossSection at each spine point.

Public propertysolid

If you know that the shape encloses a volume, set this value to true.

Public propertyspine

A 3D spine piecewise linear curve (also described as a series of connected vertices);.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also