FileUsdWriteOptions Class |
Namespace: Rhino.FileIO
The FileUsdWriteOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FileUsdWriteOptions | Initializes a new instance of the FileUsdWriteOptions class |
| Name | Description | |
|---|---|---|
| BlockHandling |
Including blocks inside the file will result in a larger file size and data duplication
| |
| DefaultLayer |
The root prim for the USD File
| |
| ForceMeshes |
Forces all geometry to be represented as meshes
| |
| IncludeUserStrings |
Includes user strings in prim data
| |
| MeshingParameters |
Leaving this empty will not insert a Prim
| |
| ModelName |
A given model name will add a prim between the root prim and the start of the models data.
Leaving this empty will not insert a Prim
|
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToDictionary |
Create a dictionary of these options.
This dictionary can be passed to Export(String, ArchivableDictionary) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |