Click or drag to resize

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)
Syntax
protected int addElementInstr(
	string type,
	string id,
	int ind,
	List<int> vi,
	Nullable<double> alpha,
	int cr_inst,
	int mat_inst
)

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: Int32
Instruction number.
See Also