Transforms a point from world coordinate to the screen coordinates in plan rotation.
PROCEDURE ModelPt2DToScreenPt(VAR pX,pY : REAL);def vs.ModelPt2DToScreenPt(p):
return p| Name | Type | Description |
|---|---|---|
| p | REAL |
This routine transform a given point from model(object) to VCS.
Availability: from VectorWorks13.0