Click or drag to resize

SquisherSquishCurve Method

Maps a curve on or near a previously squished 3d surface to the resulting 2d surface

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public PolylineCurve SquishCurve(
	Curve curve
)

Parameters

curve
Type: Rhino.GeometryCurve
The curve to squish

Return Value

Type: PolylineCurve
The squished curve
See Also