Method WorldToView
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
WorldToView(object)
Converts and returns the given point from view coordinates to world coordinates.
public object WorldToView(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).