Solid Edge FrameworkSupport Type Library
GetStart Method
Returns the graphic object at which the centerline starts.
Coordinates on the object specified by ConnectObject at which the centerline starts.
Coordinates on the object specified by ConnectObject at which the centerline starts.
Coordinates on the object specified by ConnectObject at which the centerline starts.
Returns True if the start point of the CenterLine object was placed with respect to the connect object. Returns False if the start point was placed with respect to a key point on the connect object.
Description
Returns the object and a point on that object at which the Referenced CenterLine object starts.
Syntax
Visual Basic
Public Sub GetStart( _
   ByRef StartObj As Object, _
   ByRef x As Double, _
   ByRef y As Double, _
   ByRef z As Double, _
   ByRef keyPoint As Boolean _
) 
Parameters
StartObj
Returns the graphic object at which the centerline starts.
x
Coordinates on the object specified by ConnectObject at which the centerline starts.
y
Coordinates on the object specified by ConnectObject at which the centerline starts.
z
Coordinates on the object specified by ConnectObject at which the centerline starts.
keyPoint
Returns True if the start point of the CenterLine object was placed with respect to the connect object. Returns False if the start point was placed with respect to a key point on the connect object.
See Also

CenterLine Object  | CenterLine Members

Send comments on this topic.