Click or drag to resize

SquisherSquishPoint Method

Maps a point on or near the previously squished 3d surface to the flattened surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public bool SquishPoint(
	Point3d point,
	out Point3d squishedPoint
)

Parameters

point
Type: Rhino.GeometryPoint3d
The point to squish
squishedPoint
Type: Rhino.GeometryPoint3d
The squished point

Return Value

Type: Boolean
true if successful
See Also