Click or drag to resize

SquisherSquishTextDot Method

Maps a TextDot 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 TextDot SquishTextDot(
	TextDot textDot
)

Parameters

textDot
Type: Rhino.GeometryTextDot
The text dot to squish

Return Value

Type: TextDot
The resulting textDot
See Also