Click or drag to resize
SoPolyLineScreenDrawerdoCCW Property

Make the line counter-clockwise when it is finalized.

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

Property Value

Type: SoSFBool
Remarks

This can change order of points. Default is true.

Some shapes (like "8") do not have a defined clockwiseness. In these cases, the result is undefined.

Note Note

Field available since Open Inventor 9.0

See Also