Click or drag to resize

SquishParametersSetDeformation Method

Sets the squish deformation characteristics

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public void SetDeformation(
	SquishDeformation deformation,
	bool bPreserveBoundary,
	double boundaryStretchConstant,
	double boundaryCompressConstant,
	double interiorStretchConstant,
	double interiorCompressConstant
)

Parameters

deformation
Type: Rhino.GeometrySquishDeformation

[Missing <param name="deformation"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

bPreserveBoundary
Type: SystemBoolean

[Missing <param name="bPreserveBoundary"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

boundaryStretchConstant
Type: SystemDouble

[Missing <param name="boundaryStretchConstant"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

boundaryCompressConstant
Type: SystemDouble

[Missing <param name="boundaryCompressConstant"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

interiorStretchConstant
Type: SystemDouble

[Missing <param name="interiorStretchConstant"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

interiorCompressConstant
Type: SystemDouble

[Missing <param name="interiorCompressConstant"/> documentation for "M:Rhino.Geometry.SquishParameters.SetDeformation(Rhino.Geometry.SquishDeformation,System.Boolean,System.Double,System.Double,System.Double,System.Double)"]

See Also