Solid Edge FrameworkSupport Type Library
Add2PointCenterMark Method
Specifies the object that defines the center point of the center mark.
Specifies the point on Object1 where the center mark should be located.
Specifies the point on Object1 where the center mark should be located.
Specifies the point on Object1 where the center mark should be located.
KeyPoint1 is True if the point specified by x1, y1, and z1 is a keypoint on Object 1.
Specifies the object that defines the center of the arc.
Specifies the point on Object2 where the center mark should be located.
Specifies the point on Object2 where the center mark should be located.
Specifies the point on Object2 where the center mark should be located.
Required Boolean. keyPoint2 is True if the point specified by x2, y2, and z2 is a keypoint on Object 1.
BHonorKeyPoints is True if the center mark is allowed to connect to keypoints other than the center points of arcs and circles.
Description
This method defines a 2-point center mark that is connected to two objects.
Syntax
Visual Basic
Public Function Add2PointCenterMark( _
   ByVal Object1 As Object, _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal z1 As Double, _
   ByVal keyPoint1 As Boolean, _
   ByVal Object2 As Object, _
   ByVal x2 As Double, _
   ByVal y2 As Double, _
   ByVal z2 As Double, _
   ByVal keyPoint2 As Boolean, _
   ByVal bHonorKeyPoints As Boolean _
) As CenterMark
Parameters
Object1
Specifies the object that defines the center point of the center mark.
x1
Specifies the point on Object1 where the center mark should be located.
y1
Specifies the point on Object1 where the center mark should be located.
z1
Specifies the point on Object1 where the center mark should be located.
keyPoint1
KeyPoint1 is True if the point specified by x1, y1, and z1 is a keypoint on Object 1.
Object2
Specifies the object that defines the center of the arc.
x2
Specifies the point on Object2 where the center mark should be located.
y2
Specifies the point on Object2 where the center mark should be located.
z2
Specifies the point on Object2 where the center mark should be located.
keyPoint2
Required Boolean. keyPoint2 is True if the point specified by x2, y2, and z2 is a keypoint on Object 1.
bHonorKeyPoints
BHonorKeyPoints is True if the center mark is allowed to connect to keypoints other than the center points of arcs and circles.
See Also

CenterMarks Collection  | CenterMarks Members

Send comments on this topic.