Solid Edge FrameworkSupport Type Library
AddBoltHoleCircleBy3Points 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 adds a BoltHoleCircle object using three specified objects and their keypoints. The objects can be any Draft graphic object, but will typically be DVCircle2d objects. This method does not automatically place centermarks, but it does leave gaps for them at the points specified in the input objects.
Syntax
Visual Basic
Public Function AddBoltHoleCircleBy3Points( _
   ByVal Object1 As Object, _
   ByVal Object1_Keypoint_Index As Long, _
   ByVal Object2 As Object, _
   ByVal Object2_Keypoint_Index As Long, _
   ByVal Object3 As Object, _
   ByVal Object3_Keypoint_Index As Long _
) As BoltHoleCircle
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

BoltHoleCircles Collection  | BoltHoleCircles Members

Send comments on this topic.