Solid Edge Part Type Library
ApplyDirection1Treatment Method
Member of the TreatmentTypeConstants constant set that specifies the treatment type.
Member of the DraftSideConstants constant set that specifies the draft side.
Specifies the draft angle.
Member of the TreatmentCrownTypeConstants constant set that specifies the crown type.
Member of the TreatmentCrownSideConstants constant set that specifies the crown side.
Member of the TreatmentCrownCurvatureSideConstants constant set that specifies the crown curvature side.
Specifies the crown radius or offset (depending on TreatmentCrownType).
Specifies the crown takeoff angle (depending on TreatmentCrownType).
Description
Applies draft angle and crown information for the first direction.
Syntax
Visual Basic
Public Sub ApplyDirection1Treatment( _
   ByVal TreatmentType As TreatmentTypeConstants, _
   ByVal TreatmentDraftSide As DraftSideConstants, _
   ByVal TreatmentDraftAngle As Double, _
   ByVal TreatmentCrownType As TreatmentCrownTypeConstants, _
   ByVal TreatmentCrownSide As TreatmentCrownSideConstants, _
   ByVal TreatmentCrownCurvatureSide As TreatmentCrownCurvatureSideConstants, _
   ByVal TreatmentCrownRadiusOrOffset As Double, _
   ByVal TreatmentCrownTakeOffAngle As Double _
) 
Parameters
TreatmentType
ValueDescription
seTreatmentCrown
seTreatmentDraft
seTreatmentNone
Member of the TreatmentTypeConstants constant set that specifies the treatment type.
TreatmentDraftSide
ValueDescription
seDraftInside
seDraftNone
seDraftOutside
Member of the DraftSideConstants constant set that specifies the draft side.
TreatmentDraftAngle
Specifies the draft angle.
TreatmentCrownType
ValueDescription
seTreatmentCrownByOffset
seTreatmentCrownByOffsetAndTakeOffAngle
seTreatmentCrownByRadius
seTreatmentCrownByRadiusAndTakeOffAngle
seTreatmentCrownNone
Member of the TreatmentCrownTypeConstants constant set that specifies the crown type.
TreatmentCrownSide
ValueDescription
seTreatmentCrownSideInside
seTreatmentCrownSideNone
seTreatmentCrownSideOutside
Member of the TreatmentCrownSideConstants constant set that specifies the crown side.
TreatmentCrownCurvatureSide
ValueDescription
seTreatmentCrownCurvatureInside
seTreatmentCrownCurvatureNone
seTreatmentCrownCurvatureOutside
Member of the TreatmentCrownCurvatureSideConstants constant set that specifies the crown curvature side.
TreatmentCrownRadiusOrOffset
Specifies the crown radius or offset (depending on TreatmentCrownType).
TreatmentCrownTakeOffAngle
Specifies the crown takeoff angle (depending on TreatmentCrownType).
See Also

ExtrudedSurface Object  | ExtrudedSurface Members

Send comments on this topic.