Click or drag to resize

JointAddElemId Method

add an element identifier to the list of element identifiers which define to which elements the cross SectionForce shall be attached in the course of assemblage.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void AddElemId(
	string id
)

Parameters

id
Type: SystemString
identifier (or regex if preceded by "&") which signifies the elements to which the cross section shall be attached to.
See Also