Solid Edge FrameworkSupport Type Library
GetConnectElementsCenterRadius Method
Specifies the center object of the bolt hole circle.
Specifies the keypoint index of the center object of the bolt hole circle.
Specifies the radius object of the bolt hole circle.
Specifies the keypoint index of the radius object of the bolt hole circle.
Description
This method returns the center object and the radius object that define the referenced BoltHoleCircle object.
Syntax
Visual Basic
Public Sub GetConnectElementsCenterRadius( _
   ByRef CenterObject As Object, _
   ByRef CenterObject_Keypoint_Index As Integer, _
   ByRef RadiusObject As Object, _
   ByRef RadiusObject_Keypoint_Index As Integer _
) 
Parameters
CenterObject
Specifies the center object of the bolt hole circle.
CenterObject_Keypoint_Index
Specifies the keypoint index of the center object of the bolt hole circle.
RadiusObject
Specifies the radius object of the bolt hole circle.
RadiusObject_Keypoint_Index
Specifies the keypoint index of the radius object of the bolt hole circle.
See Also

BoltHoleCircle Collection  | BoltHoleCircle Members

Send comments on this topic.