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.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override void AddElemId(
	string id
)

Parameters

id  String
identifier (or regex if preceded by "&") which signifies the elements to which the cross section shall be attached to.

See Also