Click or drag to resize

CopiedAspectsPasteMode Enumeration

[Missing <summary> documentation for "T:Demo3D.Visuals.CopiedAspectsPasteMode"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum CopiedAspectsPasteMode
Members
  Member nameValueDescription
Default0 Paste the aspects unconditionally.
ReplaceExisting1 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.
SkipDuplicates2 Paste the aspects, unless a duplicate type is found, then the aspect is not pasted.
See Also