Solid Edge FrameworkSupport Type Library
Circle2d Method
Specifies the x coordinate of the center point of the bolt hole circle.
Specifies the y coordinate of the center point of the bolt hole circle.
Specifies the radius of the bolt hole circle.
Description
This method returns the x and y coordinates of the center point of the referenced BoltHoleCircle object, as well as its radius.
Syntax
Visual Basic
Public Sub Circle2d( _
   ByRef BHC_Circle2d_center_x As Double, _
   ByRef BHC_Circle2d_center_y As Double, _
   ByRef BHC_Circle2d_radius As Double _
) 
Parameters
BHC_Circle2d_center_x
Specifies the x coordinate of the center point of the bolt hole circle.
BHC_Circle2d_center_y
Specifies the y coordinate of the center point of the bolt hole circle.
BHC_Circle2d_radius
Specifies the radius of the bolt hole circle.
See Also

BoltHoleCircle Collection  | BoltHoleCircle Members

Send comments on this topic.