JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Editor.CurrentViewport.pointToWorld Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Editor.CurrentViewport.pointToWorld(inputPoint);
Parameters 
Description 
inputPoint 
specifies the screen point of type Acad.Point2d. 

3D point on the world coordinate system of type Acad.Point3d.

Use this function to return the 3D point on the world coordinate system.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!