FileObjWriteOptions.ExportGroupNameLayerNames Property

FileObjWriteOptionsExportGroupNameLayerNames Property

Setting to determine whether object, group or layer names will become "g"s in the OBJ output file

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public FileObjWriteOptionsObjGroupNames ExportGroupNameLayerNames { get; set; }
Public Property ExportGroupNameLayerNames As FileObjWriteOptionsObjGroupNames
	Get
	Set

Property Value

Type: FileObjWriteOptionsObjGroupNames
See Also