Click or drag to resize

SoftTransformSettings Class

Contains static methods and properties to modify soft transform settings
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsSoftTransformSettings

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static class SoftTransformSettings

The SoftTransformSettings type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCvCountU
Controls the number of control vertices affected by soft transform for surfaces in the U direction.
Public propertyStatic memberCvCountV
Controls the number of control vertices affected by soft transform for surfaces in the V direction.
Public propertyStatic memberEnabled
When enabled other unselected components on an object will be moved during a transformation within the specified radius according to the falloff shape.
Public propertyStatic memberFalloffColor
Controls the color used to shade meshes and edges when an object is affected by soft transform.
Public propertyStatic memberMeasureDistanceAlong
When true the distance for components affected by soft transform is calculated along the object. Otherwise world distance is used.
Public propertyStatic memberRadius
The radius of effect for soft transform. Other components on the object this distance and closer to selected components will be transformed.
Public propertyStatic memberShape
The shape of the falloff curve. 0 = Smooth 1 = Linear 2 = Round 3 = Sharp
Public propertyStatic memberShowConstraintWidgets
Enables or disables constraint widgets on the edges of surfaces when points are on.
Top
See Also