Click or drag to resize

FileUsdWriteOptions Class

Options for writing a USD File (.usda, .usda, .usdz)
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFileUsdWriteOptions

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class FileUsdWriteOptions

The FileUsdWriteOptions type exposes the following members.

Constructors
  NameDescription
Public methodFileUsdWriteOptions
Initializes a new instance of the FileUsdWriteOptions class
Top
Properties
  NameDescription
Public propertyBlockHandling
Including blocks inside the file will result in a larger file size and data duplication
Public propertyDefaultLayer
The root prim for the USD File
Public propertyForceMeshes
Forces all geometry to be represented as meshes
Public propertyIncludeUserStrings
Includes user strings in prim data
Public propertyMeshingParameters
Leaving this empty will not insert a Prim
Public propertyModelName
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
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary
Create a dictionary of these options. This dictionary can be passed to Export(String, ArchivableDictionary)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also