Click or drag to resize

SubDAutomaticMeshToSubDContext Enumeration

ON_SubD::AutomaticMeshToSubDContext identifies a context where meshes can automatically be converted to subds.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum SubDAutomaticMeshToSubDContext
Members
  Member nameValueDescription
Unset0 Indicates the context has not been initialized.
Rhino5BoxModeTSpline1 A mesh in a Rhino 5 3dm file that is a representation of a box mode T-spline. By default, these meshes are automatically converted to subds.
FBXMeshWithDivisionLevels2 A mesh in an FBX file that has nonzero values for either preview division levels or render division levels. Some FBX files created by Maya save subdivision objects as meshes with nonzero division level values. By default, FBX division levels are ignored.
See Also