Click or drag to resize

BuilderDSTVaddElementInstr Method

add an element instruction to the product

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:Karamba.Exporters.BuilderDSTV.addElementInstr(System.String,System.String,System.Int32,System.Collections.Generic.List{System.Int32},System.Nullable{System.Double},System.Int32,System.Int32)"]

See Also