|
ModelTrussis_active Property
|
set/get activation state of the element. If inactive the element is removed from the
statical model using the soft-kill approach. The fe-model needs to be rebuilt after
manipulating this flag.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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
Type:
Boolean
See Also