Solid Edge FrameworkSupport Type Library
GetArcCenter Method
Specifies the object that defines the center point of the arc.
Specifies the point on CenterObj where the center of the arc is located.
Specifies the point on CenterObj where the center of the arc is located.
Specifies the point on CenterObj where the center of the arc is located.
KeyPoint is True if the point specified by x, y, z is a keypoint on CenterObj.
Description
This method returns the object that defines the center point of the arc.
Syntax
Visual Basic
Public Sub GetArcCenter( _
   ByRef CenterObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
CenterObj
Specifies the object that defines the center point of the arc.
x
Specifies the point on CenterObj where the center of the arc is located.
y
Specifies the point on CenterObj where the center of the arc is located.
z
Specifies the point on CenterObj where the center of the arc is located.
keyPoint
KeyPoint is True if the point specified by x, y, z is a keypoint on CenterObj.
See Also

CenterMark Object  | CenterMark Members

Send comments on this topic.