Library | Module

Interface IpfcMouseStatus



Description

Status of mouse-based input for Creo Parametric.



Property Summary

PropertyPositionas IpfcPoint3D
The coordinates of the picked point.
PropertySelectedButtonas IpfcMouseButton [optional]
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.



Method Summary

FunctionCCpfcMouseStatus.Create (Position as IpfcPoint3D) as IpfcMouseStatus
 



Property Detail


PropertyPositionas IpfcPoint3D

The coordinates of the picked point.




PropertySelectedButtonas IpfcMouseButton [optional]

The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.





Method Detail


FunctionCCpfcMouseStatus.Create (Position as IpfcPoint3D) as IpfcMouseStatus

 
Parameters:
Position
 
Returns: