Click or drag to resize

CroSec_BeamModifierAddElemId 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.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override 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