Solid Edge FrameworkSupport Type Library
GetConnectElements3Objects Method
Specifies the first object.
Specifies the keypoint index of the first object.
Specifies the second object.
Specifies the keypoint index of the second object.
Specifies the third object.
Specifies the keypoint index of the third object.
Description
This method returns the 3 objects that define a bolt hole circle defined by 3 points.
Syntax
Visual Basic
Public Sub GetConnectElements3Objects( _
   ByRef Object1 As Object, _
   ByRef Object1_Keypoint_Index As Integer, _
   ByRef Object2 As Object, _
   ByRef Object2_Keypoint_Index As Integer, _
   ByRef Object3 As Object, _
   ByRef Object3_Keypoint_Index As Integer _
) 
Parameters
Object1
Specifies the first object.
Object1_Keypoint_Index
Specifies the keypoint index of the first object.
Object2
Specifies the second object.
Object2_Keypoint_Index
Specifies the keypoint index of the second object.
Object3
Specifies the third object.
Object3_Keypoint_Index
Specifies the keypoint index of the third object.
See Also

BoltHoleCircle Collection  | BoltHoleCircle Members

Send comments on this topic.