Click or drag to resize

SoftTransformSettingsState Class

Represents a snapshot of SoftTransformSettings.
Inheritance Hierarchy
SystemObject
  Rhino.ApplicationSettingsSoftTransformSettingsState

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public class SoftTransformSettingsState

The SoftTransformSettingsState type exposes the following members.

Constructors
  NameDescription
Public methodSoftTransformSettingsState
Initializes a new instance of the SoftTransformSettingsState class
Top
Properties
  NameDescription
Public propertyCvCountU
Controls the number of control vertices affected by soft transform for surfaces in the U direction.
Public propertyCvCountV
Controls the number of control vertices affected by soft transform for surfaces in the V direction.
Public propertyEnabled
When enabled other unselected components on an object will be moved during a transformation within the specified radius according to the falloff shape.
Public propertyFalloffColor
Controls the color used to shade meshes and edges when an object is affected by soft transform.
Public propertyMeasureDistanceAlong
When true the distance for components affected by soft transform is calculated along the object. Otherwise world distance is used.
Public propertyRadius
The radius of effect for soft transform. Other components on the object this distance and closer to selected components will be transformed.
Public propertyShape
The shape of the falloff curve. 0 = Smooth 1 = Linear 2 = Round 3 = Sharp
Public propertyShowConstraintWidgets
Enables or disables constraint widgets on the edges of surfaces when points are on.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also