Click or drag to resize

SquisherSquishMesh Method (SquishParameters, Mesh, IEnumerableGeometryBase, ListGeometryBase)

Squish the given mesh into a flat mesh

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public Mesh SquishMesh(
	SquishParameters sp,
	Mesh mesh3d,
	IEnumerable<GeometryBase> marks,
	List<GeometryBase> squished_marks_out
)

Parameters

sp
Type: Rhino.GeometrySquishParameters
The parameters for the squish operation
mesh3d
Type: Rhino.GeometryMesh
The mesh to squish
marks
Type: System.Collections.GenericIEnumerableGeometryBase
Points, Curves, PoiuntClouds, and TextDots to squish. Can be null.
squished_marks_out
Type: System.Collections.GenericListGeometryBase
The squished marks. If a mark fails to squish, it will have a null entry in the list.

Return Value

Type: Mesh
A flattened mesh
See Also