CATStrUseItf Enumeration CATStrProfileCreationMode

enum CATStrProfileCreationMode {
  catStrProfileUndefined,
  catStrProfilePtLength,
  catStrProfilePtLimit,
  catStrProfilePts,
  catStrProfileCrv,
  catStrProfileSurf2Crvs,
  catStrProfileSurfSurf,
  catStrProfileOnOpening,
  catStrProfileOnLimits
}
enum to define profile creation modes.
There are 7 Profile types:
Values:
catStrProfileUndefined
Profile creation mode is undefined.
catStrProfilePtLength
Profile defined by a point, a direction and a length.
catStrProfilePtLimit
Profile defined by a point, a direction and a limit.
catStrProfilePts
Profile between two points.
catStrProfileCrv
Profile on a curve and optionally a reference surface. a spec point type or a point on curve.
catStrProfileSurf2Crvs
Profile by the intersection of a surface and two curves.
catStrProfileSurfSurf
Profile define by the intersection of two surfaces. This is default.
catStrProfileOnOpening
Profile on the edges of a Panel Opening.
catStrProfileOnLimits
Profile on the edges of Panel limits.

This object is included in the file: CATStrUseProfileCreationMode.h

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