CATFmtModelInterfaces Enumeration CATFmtSelectionType

enum CATFmtSelectionType {
  CATFmtSelectionUnknown,
  CATFmtSelectionElement,
  CATFmtSelectionFace,
  CATFmtSelectionEdge,
  CATFmtSelectionNode
}
Enum representing the type of finite element selection.
CATFmtSelectionUnknown
Unknown type of selection (should not happen).
CATFmtSelectionElement
The entire element has been selected.
CATFmtSelectionFace
A face of the element has been selected.
CATFmtSelectionEdge
An edge of the element has been selected.
CATFmtSelectionNode
An orphan node or a node of the element has been selected.

This object is included in the file: CATFmtSelectionType.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.