Click or drag to resize
PoMeshcreaseAngle Property

Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when default normals are computed and used.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat creaseAngle { get; }

Property Value

Type: SoSFFloat
Remarks

Default is 0. Default in Open Inventor 5.0 and earlier was 0.8.

You can specify the default crease angle using the configuration parameter OIV_3DDATA_CREASE_ANGLE. See OIV.Inventor.SoPreferences for details.

Note Note

Field available since Open Inventor 6.0

See Also