Solid Edge FrameworkSupport Type Library
SetArcCenter Method
Specifies the object that defines the center point of the arc.
Point on CenterObj where the center of the arc is located.
Point on CenterObj where the center of the arc is located.
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 sets the object that defines the center point of the arc.
Syntax
Visual Basic
Public Sub SetArcCenter( _
   ByVal CenterObj As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal keyPoint As Boolean _
) 
Parameters
CenterObj
Specifies the object that defines the center point of the arc.
x
Point on CenterObj where the center of the arc is located.
y
Point on CenterObj where the center of the arc is located.
z
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.