|
BuilderDSTVaddElementInstr Method
|
Adds an element instruction to the product.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected int addElementInstr(
string type,
string id,
int ind,
List<int> vi,
Nullable<double> alpha,
int cr_inst,
int mat_inst
)
Protected Function addElementInstr (
type As String,
id As String,
ind As Integer,
vi As List(Of Integer),
alpha As Nullable(Of Double),
cr_inst As Integer,
mat_inst As Integer
) As Integer
protected:
int addElementInstr(
String^ type,
String^ id,
int ind,
List<int>^ vi,
Nullable<double> alpha,
int cr_inst,
int mat_inst
)
member addElementInstr :
type : string *
id : string *
ind : int *
vi : List<int> *
alpha : Nullable<float> *
cr_inst : int *
mat_inst : int -> int
Parameters
- type
- Type: SystemString
type of beam. - id
- Type: SystemString
identifier of beam. - ind
- Type: SystemInt32
index of beam. - vi
- Type: System.Collections.GenericListInt32
node indexes of beam. - alpha
- Type: SystemNullableDouble
rotation angle about longitudinal axis. - cr_inst
- Type: SystemInt32
index of cross section. - mat_inst
- Type: SystemInt32
index of material.
Return Value
Type:
Int32Instruction number.
See Also