Click or drag to resize
SoNurbsPropertyDrawStyles Enumeration

Draw style.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[FlagsAttribute]
public enum DrawStyles
Members
  Member nameValueDescription
NORMAL1

Draw the NURBS surface normally.

BOUNDARIES_AND_TRIM_CURVES2

Draw the boundaries of the surface and trim curves.

CENTRAL_ISO_PARAM_CURVES4

Draw two isoparametric curves in the middle of the surface (one for U = 0.5 and one for V=0.5)

Remarks