Click or drag to resize

BuilderCSVaddElement Method

add an element to the builder

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void addElement(
	string type,
	string id,
	List<int> vi,
	double alpha,
	int cr_num,
	List<int> hinge_nums
)

Parameters

type
Type: SystemString
type of element
id
Type: SystemString
identifier of the element
vi
Type: System.Collections.GenericListInt32
node indexes of element
alpha
Type: SystemDouble
rotation angle about element axis
cr_num
Type: SystemInt32
index of cross section
hinge_nums
Type: System.Collections.GenericListInt32
index of attached hinge
See Also