Click or drag to resize
SoPolyLineScreenDrawerisClosed Property

Close the line during display (connect last point to first point).

Namespace: OIV.Inventor.Drawers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool isClosed { get; }

Property Value

Type: SoSFBool
Remarks

Default is false (but most sub-classes automatically set it to true).

Caution note Caution

This only affects the display.

See Also