Discreet3dsSaveOptions.DuplicatedNameSeparator

Discreet3dsSaveOptions.DuplicatedNameSeparator property

The separator between object’s name and the duplicated counter, default value is “_”. When scene contains objects that use the same name, Aspose.3D 3DS exporter will generate a different name for the object. For example there’s two nodes named “Box”, the first node will have a name “Box”, and the second node will get a new name “Box_2” using the default configuration.

public string DuplicatedNameSeparator { get; set; }

See Also