|
ModelElementfe_id Property
|
get first element index in fe-model. In case of shells there may be more than
one finite element connected to a model element and fe_id points to the shells TriMesh-object.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int fe_id { get; }
Public ReadOnly Property fe_id As Integer
Get
public:
property int fe_id {
int get ();
}
member fe_id : int with get
Property Value
Type:
Int32
See Also