SoExtrusioncrossSection Property |
The shape that will be extruded, defined by a 2D piecewise linear curve in the XZ plane (described as a series of connected vertices).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFVec2f crossSection { get; }
Public ReadOnly Property crossSection As SoMFVec2f
Get
public:
property SoMFVec2f^ crossSection {
SoMFVec2f^ get ();
}
member crossSection : SoMFVec2f with get
Property Value
Type:
SoMFVec2fRemarks Default is a square [ 1 1, 1 -1, -1 -1, -1 1, 1 1 ].
See Also