SoCircularExtrusionactiveSection Property |
Defines the visible section of the spine in normalized coordinates.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFVec2f activeSection { get; }
Public ReadOnly Property activeSection As SoSFVec2f
Get
public:
property SoSFVec2f^ activeSection {
SoSFVec2f^ get ();
}
member activeSection : SoSFVec2f with get
Property Value
Type:
SoSFVec2fRemarks The default is (0,1) meaning that the entire spine is rendered.
See Also