ModifierShellis_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.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override bool is_active { get; set; }
Public Overrides Property is_active As Boolean
Get
Set
public:
virtual property bool is_active {
bool get () override;
void set (bool value) override;
}
abstract is_active : bool with get, set
override is_active : bool with get, set
Property Value
Boolean