Click or drag to resize
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.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFVec2f crossSection { get; }

Property Value

Type: SoMFVec2f
Remarks

Default is a square [ 1 1, 1 -1, -1 -1, -1 1, 1 1 ].

See Also