CopiedAspectsPasteMode Enumeration |
[Missing <summary> documentation for "T:Demo3D.Visuals.CopiedAspectsPasteMode"]
Namespace: Demo3D.Visuals
public enum CopiedAspectsPasteMode
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | Paste the aspects unconditionally. | |
| ReplaceExisting | 1 |
Paste the aspects, or replace aspects of the same type if they exist. If more than one aspect of the same type exists, paste onto the aspect found first. | |
| SkipDuplicates | 2 | Paste the aspects, unless a duplicate type is found, then the aspect is not pasted. |
© Emulate3D Ltd. All rights reserved.