Method ViewToWorld
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
ViewToWorld(object)
Converts and returns the given point from view coordinates to world coordinates.
public object ViewToWorld(object pt)
Parameters
ptobjectThe point object in view coordinates. A point is a 3 sized array object.
Returns
- object
A 3 sized array object that contains the x, y and z values of the given point in view coordinates.
Remarks
You can create a point object using newpoint(double, double, double).