M_Rhino_Geometry_Plane_RemapToPlaneSpace - mcneel/rhinocommon-api-docs GitHub Wiki
Convert a point from World space coordinates into Plane space coordinates.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool RemapToPlaneSpace(
Point3d ptSample,
out Point3d ptPlane
)
VB
Public Function RemapToPlaneSpace (
ptSample As Point3d,
<OutAttribute> ByRef ptPlane As Point3d
) As Boolean
- ptSample
- Type: Rhino.Geometry.Point3d
World point to remap. - ptPlane
- Type: Rhino.Geometry.Point3d
Point in plane (s,t,d) coordinates.
Type: Boolean
true on success, false on failure.
D stands for distance, not disease.
Supported in: 6.0.16224.21491, 5D58w