CATMecModLiveUseItf Enumeration CATMfBRepType

enum CATMfBRepType {
  MfFunctional,
  MfRelimited,
  MfBorder,
  MfWire,
  MfInvalidBRepType,
  MfDefaultBRepType
}
Types for selecting objects and BRep features.
Values:
MfFunctional
Refers to the initial shape. Useful when the application does not take into account relimitations.
MfRelimited
Takes into account relimitations.
MfBorder
Either an edge with only one adjacent face, or a vertex with no adjacent face and only one adjacent edge.
MfWire
Either an edge with no adjacent face, or vertex with no adjacent face and at least two adjacent edges.
MfInvalidBRepType
Returned value for error cases.
MfDefaultBRepType
BRep type is managed by the system.

This object is included in the file: CATMfBRepDefs.h

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