|
BuilderElementis_active Property
|
set/get activation state of the element. 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: 1.0.0.0 (1.0.0.0)
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