Click or drag to resize

FileObjWriteOptionsSubDMeshing Enumeration

Determines whether the surface or control net of a SubD object is used to generate a mesh

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum SubDMeshing
Members
  Member nameValueDescription
Surface0 The SubD surface is used
ControlNet1 The SubD control net is used
See Also