RhinoCommon API
FileObjReadOptions Class |
Options used when reading an obj file.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
The FileObjReadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FileObjReadOptions | Initializes a new instance of the FileObjReadOptions class |
| Name | Description | |
|---|---|---|
| DisplayColorFromObjMaterial |
Determines whether textures are read from the .mtl file, if it exists.
| |
| IgnoreTextures |
Determines whether textures are read from the .mtl file, if it exists.
| |
| MapYtoZ |
Setting to transform OBJ's Y axis to Rhino's Z axis
| |
| MorphTargetOnly |
TODO
| |
| ReverseGroupOrder |
Determines how groups/layers are nested when reading an obj file.
Left to Right (default = false) or Right to Left (true)
| |
| Split32BitTextures | ||
| UseObjGroupsAs | ||
| UseObjObjects |
Determines whether or not "o"s in the obj file
will be interpreted as objects in the Rhino model
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetTransform |
Calculates the YToZ transform.
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ReadOptions |
Rhino's FileReadOptions passed into ReadFile
|