Click or drag to resize

FileObjReadOptionsReverseGroupOrder Property

Determines how groups/layers are nested when reading an obj file. Left to Right (default = false) or Right to Left (true)

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool ReverseGroupOrder { get; set; }

Property Value

Type: Boolean
See Also