Description
Gets the projected screen point of 3D position.
Syntax
Function RFDrawTools.GetProjectedScreedPointOf3DPosition(p3DPosition As RFPoint3, pScreenPoint As RFSPoint) As RFErrorCode
The GetProjectedScreedPointOf3DPosition syntax has these parts:
| Part | Description |
|---|---|
| p3DPosition | [IN] RFPoint3 Required. The 3D position. |
| pScreenPoint | [OUT] RFSPoint Required. The projected screen point. |
