CATGSMUseItf Enumeration CATGSMBlendBorder

enum CATGSMBlendBorder {
  CATGSMBlendTangentBorder,
  CATGSMBlendFreeBorder,
  CATGSMBlendTangentBorderStartExtremityOnly,
  CATGSMBlendTangentBorderEndExtremityOnly
}
Types for blend border definition mode.
Role: Used for blend creation and modifications Notes:
Enumerations used as parameters in interfaces of manipulation of a blended surface.
This blended surface is a Blend feature created by the CATIGSMFactory.
Values:
CATGSMBlendTangentBorder
The border of the blend will be tangent to the border of the support surface, or if the curve ends on the border of a face of the support surface, then the border of the blend will be tangent to the border face.
CATGSMBlendFreeBorder
The border of the blend is not constrained.
CATGSMBlendTangentBorderStartExtremityOnly
The border of the blend will be tangent to the border of the support surface at the start extremity of the curve, or if the curve ends on the border of a face of the support surface, then the border of the blend will be tangent to the border face at the start extremity of the curve.
CATGSMBlendTangentBorderEndExtremityOnly
The border of the blend will be tangent to the border of the support surface at the end extremity of the curve, or if the curve ends on the border of a face of the support surface, then the border of the blend will be tangent to the border face at the end extremity of the curve.
See also:
,

This object is included in the file: CATGSMBlendDef.h

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