Click or drag to resize

SquishParametersPreserveTopology Property

the mesh has coincident vertices and PreserveTopology is true, then the flattening is based on the mesh's topology and coincident vertices will remain coincident. Otherwise coincident vertices are free to move apart.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public bool PreserveTopology { get; set; }

Property Value

Type: Boolean
See Also