ModelcreateFemBeam(String) Method

Create a ModelBeam and corresponding BuilderBeam by cloning another beam of given identification string: add CrossSection and element load information.

Definition

Namespace: Karamba.Models
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public ModelElementStraightLine createFemBeam(
	string id
)

Parameters

id  String
Identifier of the new element.

Return Value

ModelElementStraightLine
Created ModelBeam.

See Also