Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 595 Bytes

File metadata and controls

29 lines (23 loc) · 595 Bytes

ScreenPlanePtToPlanarPt

Description

Projects a 2D point from the screen plane onto the specified plane.

PROCEDURE ScreenPlanePtToPlanarPt(
				refID     : LONGINT;
				pt2D      : REAL;
				VAR outPt : REAL);
def vs.ScreenPlanePtToPlanarPt(refID, pt2D):
    return outPt

Parameters

Name Type Description
refID LONGINT Reference ID of the plane.
pt2D REAL Input the 2D point on the screen.
outPt REAL Output the 2D point on the plane.

Version

Availability: from Vectorworks 2011

Category