| IPlaneGlobal2Local Method |
Transforms a global point to a local plane coordinates
Namespace: TSD.API.Remoting.GeometryAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax Point2D Global2Local(
Point3D point
)
Function Global2Local (
point As Point3D
) As Point2D
Point2D Global2Local(
Point3D point
)
abstract Global2Local :
point : Point3D -> Point2D
Parameters
- point Point3D
- The point to transform
Return Value
Point2DThe point in 2D space
See Also