Click or drag to resize

ModelcreateFemBeam Method (String)

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

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public ModelBeam createFemBeam(
	string id
)

Parameters

id
Type: SystemString
Identifier of the new element.

Return Value

Type: ModelBeam
Created ModelBeam.
See Also