Description
Returns the 3D point pt on the world view.
Visual Basic
Public Function PointToWorld( pt As Point ) As Point3d
C#
public Point3d PointToWorld( Point pt );
Parameters
Parameters | Description |
---|---|
Point pt | Input point to grab |
Returns the 3D point pt on the world view.
Public Function PointToWorld( pt As Point ) As Point3d
public Point3d PointToWorld( Point pt );
Parameters | Description |
---|---|
Point pt | Input point to grab |