Solid Edge Assembly Type Library
SetOverrideEndCondition Method
Specifies the number of objects in the SegmentIds array.
Specifies the sections.
Member of the StructuralFrameEndConditionConstants constant set that specifies the end condition for the specified sections.
Specifies the value for EndCondition (if necessary).
Description
This method sets the override end condition for the specified sections for the referenced StructuralFrame object.
Syntax
Visual Basic
Public Sub SetOverrideEndCondition( _
   ByVal NumSegments As Long, _
   ByVal SegmentIds() As Long, _
   ByVal EndCondition As StructuralFrameEndConditionConstants, _
   Optional ByVal dValue As Variant _
) 
Parameters
NumSegments
Specifies the number of objects in the SegmentIds array.
SegmentIds
Specifies the sections.
EndCondition
ValueDescription
seButt1
seButt2
seButtX
seButtY
seButtZ
seExtend
seMiter
seMiterXY
seMiterXZ
seMiterYZ
seNone
seRadius
Member of the StructuralFrameEndConditionConstants constant set that specifies the end condition for the specified sections.
dValue
Specifies the value for EndCondition (if necessary).
See Also

StructuralFrame Object  | StructuralFrame Members