FileObjReadOptions Class |
Namespace: Rhino.FileIO
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 | ||
| UseObjObjectsAs |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTransform |
Calculates the YToZ transform.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ReadOptions |
Rhino's FileReadOptions passed into ReadFile
|