Click or drag to resize

SquisherSquishBack2dMarks Method

Maps 2D geometry from the squished surface or mesh back to the original 3D surface or mesh

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public static IEnumerable<GeometryBase> SquishBack2dMarks(
	GeometryBase squishedGeometry,
	IEnumerable<GeometryBase> marks
)

Parameters

squishedGeometry
Type: Rhino.GeometryGeometryBase
The squished surface or mesh
marks
Type: System.Collections.GenericIEnumerableGeometryBase
The input 2D geometry

Return Value

Type: IEnumerableGeometryBase
An enumeratd list of squished marks. Individual marks that fail to squish are null in this list. Returns null on complete failure.
See Also