CroSecfe_ind Method
return cross section index of sub cross section in the finite element model.
Namespace: Karamba.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual int fe_ind(
int ind = 0
)
Public Overridable Function fe_ind (
Optional ind As Integer = 0
) As Integer
public:
virtual int fe_ind(
int ind = 0
)
abstract fe_ind :
?ind : int
(* Defaults:
let _ind = defaultArg ind 0
*)
-> int
override fe_ind :
?ind : int
(* Defaults:
let _ind = defaultArg ind 0
*)
-> int
- ind Int32 (Optional)
- Index of the sub cross section within e.g. a shell.
Int32Cross section index of sub cross section in the finite element model.