Indexes  

CatAsmPasteComponentMode (Enumeration)

enum CatAsmPasteComponentMode {
  catPasteWithoutCsts,
  catPasteWithCstOnCopy,
  catPasteWithCstOnCut,
  catPasteWithCstOnCopyAndCut
}
Component Paste mode.
Values:
catPasteWithoutCsts
The component's constraints will not be recreated.
catPasteWithCstOnCopy
The component's constraints will only be recreated after a Copy.
catPasteWithCstOnCut
The component's constraints will only be recreated after a Cut.
catPasteWithCstOnCopyAndCut
The component's constraints will be recreated after a Copy or a Cut.


Copyright © 2006, Dassault Systèmes. All rights reserved.