Solid Edge Framework Type Library
PointOnGraphic Method
Returns True (1) if the projected point is valid, False(0) if it is not. The point is currently only valid for Faces, Edges, and Vertices.
Returns the x coordinate of the projected point. The projected point is an actual point on the element.
Returns the y coordinate of the projected point.
Returns the z coordinate of the projected point.
Description
Returns the actual point on the element returned from a locate operation.
Syntax
Visual Basic
Public Sub PointOnGraphic( _
   ByRef PointOnGraphicFlag As Long, _
   ByRef PointOnGraphic_X As Double, _
   ByRef PointOnGraphic_Y As Double, _
   ByRef PointOnGraphic_Z As Double _
) 
Parameters
PointOnGraphicFlag
Returns True (1) if the projected point is valid, False(0) if it is not. The point is currently only valid for Faces, Edges, and Vertices.
PointOnGraphic_X
Returns the x coordinate of the projected point. The projected point is an actual point on the element.
PointOnGraphic_Y
Returns the y coordinate of the projected point.
PointOnGraphic_Z
Returns the z coordinate of the projected point.
Remarks
The mouse control only returns the mouse point (in either window or model coordinate space) and not the projected point that actually resulted in the locate.
See Also

DISEMouse Object  | DISEMouse Members