Click or drag to resize

FileObjReadOptionsUseObjGsAs Enumeration

Determines how "g"s in the obj file will be interpreted on import

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum UseObjGsAs
Members
  Member nameValueDescription
IgnoreObjGroups0 OBJ "g"s in the file are ignored
ObjGroupsAsLayers1 OBJ "g"s in the file will become Rhino layers
ObjGroupsAsGroups2 OBJ "g"s in the file will become Rhino groups
ObjGroupsAsObjects3 OBJ "g"s in the file will become Rhino objects
See Also