|
BuilderElementis_active Property
|
Gets or sets a value indicating whether the element is active. If not active, the elements stiffness is reduced
to such a degree that it does not influence results any more (soft-kill approach). The small
remaining stiffness should however suffice to keep the system from becoming numerically
kinematic.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual bool is_active { get; set; }
Public Overridable Property is_active As Boolean
Get
Set
public:
virtual property bool is_active {
bool get ();
void set (bool value);
}
abstract is_active : bool with get, set
override is_active : bool with get, set
Property Value
Type:
Boolean
See Also