Solid Edge FrameworkSupport Type Library
SetStart Method
Specifies the graphic object at which the centerline starts.
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
Specifies whether the StartObject or a key point of that object is to be used for measuring. If True, the element is selected for the dimension's start point; if False, the nearest key point is selected.
Description
Relocates the start of the referenced CenterLine object.
Syntax
Visual Basic
Public Sub SetStart( _
   ByVal StartObj As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal keyPoint As Boolean _
) 
Parameters
StartObj
Specifies the graphic object at which the centerline starts.
x
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
y
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
z
Specifies the coordinates of the locate point for the StartObject. This point is used as a proximity point while calculating the key point.
keyPoint
Specifies whether the StartObject or a key point of that object is to be used for measuring. If True, the element is selected for the dimension's start point; if False, the nearest key point is selected.
Remarks
The start of the centerline can reference a new object or another point on the same object. It can also be placed with respect to the object or to a key point on that object. If the CenterLine object is placed with respect to a key point, the point of reference is the key point.
See Also

CenterLine Object  | CenterLine Members

Send comments on this topic.