|
ModelTrussjoint Property
|
Gets or sets the joint definition of the element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Joint joint { get; set; }
Public Property joint As Joint
Get
Set
public:
property Joint^ joint {
Joint^ get ();
void set (Joint^ value);
}
member joint : Joint with get, set
Property Value
Type:
Joint
See Also