IPlaneLocal2Global Method

Transforms a local plane point to global coordinates

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Point3D Local2Global(
	Point2D point
)

Parameters

point
Type: TSD.API.Remoting.GeometryPoint2D
The point to transform

Return Value

Type: Point3D
The point in 3D space
See Also