Solid Edge Part Type Library
GetDirection1Treatment 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
Returns draft angle and crown information for the first direction.
Syntax
Visual Basic
Public Sub GetDirection1Treatment( _
   ByRef TreatmentType As TreatmentTypeConstants, _
   ByRef TreatmentDraftSide As DraftSideConstants, _
   ByRef TreatmentDraftAngle As Double, _
   ByRef TreatmentCrownType As TreatmentCrownTypeConstants, _
   ByRef TreatmentCrownSide As TreatmentCrownSideConstants, _
   ByRef TreatmentCrownCurvatureSide As TreatmentCrownCurvatureSideConstants, _
   ByRef TreatmentCrownRadiusOrOffset As Double, _
   ByRef 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

ExtrudedProtrusion Object  | ExtrudedProtrusion Members

Send comments on this topic.