Enum EntityCopyNameMode
Defines the various types of entity copy name mode.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 16, 0, 0)]
public enum EntityCopyNameMode
Remarks
This enum is available since v7.16.
Fields
| Name | Description |
|---|---|
| PrefixedByCustomPrefix | Name prefixed by custom prefix. |
| PrefixedByOccurrenceName | Name prefixed by occurrence name. |
| SameName | Same name. |