Click or drag to resize

FileObjReadOptionsUseObjOsAs Enumeration

[Missing <summary> documentation for "T:Rhino.FileIO.FileObjReadOptions.UseObjOsAs"]

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.5
Syntax
public enum UseObjOsAs
Members
  Member nameValueDescription
IgnoreObjObjects0 OBJ "o"s in the file are ignored
ObjObjectsAsLayers1 OBJ "o"s in the file will become Rhino layers
ObjObjectsAsGroups2 OBJ "o"s in the file will become Rhino groups
ObjObjectsAsObjects3 OBJ "o"s in the file will become Rhino objects
See Also