Click or drag to resize

USDExportBlockHandling Enumeration

USD Block Exporting Options

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public enum USDExportBlockHandling
Members
  Member nameValueDescription
SeparateFiles0 Blocks are exported as separate files
Ignore1 Blocks are not exported inside the file or outside the file
Embedded2 Blocks are included inside the file
See Also