RhinoCommon API
PlaneRemapToPlaneSpace Method |
Convert a point from World space coordinates into Plane space coordinates.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool RemapToPlaneSpace( Point3d ptSample, out Point3d ptPlane )
Public Function RemapToPlaneSpace ( ptSample As Point3d, <OutAttribute> ByRef ptPlane As Point3d ) As Boolean
Parameters
- ptSample
- Type: Rhino.GeometryPoint3d
World point to remap. - ptPlane
- Type: Rhino.GeometryPoint3d
Point in plane (s,t,d) coordinates.
Return Value
Type: Booleantrue on success, false on failure.
D stands for distance, not disease.