FileObjReadOptions Class

FileObjReadOptions Class

Options used when reading an obj file.
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFileObjReadOptions

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileObjReadOptions
Public Class FileObjReadOptions

The FileObjReadOptions type exposes the following members.

Constructors
  NameDescription
Public methodFileObjReadOptions
Initializes a new instance of the FileObjReadOptions class
Top
Properties
  NameDescription
Public propertyDisplayColorFromObjMaterial
Determines whether textures are read from the .mtl file, if it exists.
Public propertyIgnoreTextures
Determines whether textures are read from the .mtl file, if it exists.
Public propertyMapYtoZ
Setting to transform OBJ's Y axis to Rhino's Z axis
Public propertyMorphTargetOnly
TODO
Public propertyReverseGroupOrder
Determines how groups/layers are nested when reading an obj file. Left to Right (default = false) or Right to Left (true)
Public propertySplit32BitTextures
Public propertyUseObjGroupsAs
Public propertyUseObjObjects
Determines whether or not "o"s in the obj file will be interpreted as objects in the Rhino model
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTransform
Calculates the YToZ transform.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldReadOptions
Rhino's FileReadOptions passed into ReadFile
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also