Click or drag to resize

FileGltfWriteOptionsExportLayers Property

glTF uses a scene hierarchy structure where nodes are organized in a parent-child relationship. This setting enables/disables the writing of empty nodes with the same names as layers and places exported objects a children of the corresponding layer node.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.3
Syntax
public bool ExportLayers { get; set; }

Property Value

Type: Boolean
See Also