Click or drag to resize

TenComEliminatorelementsToBeProcessed Method

determine list of elements which take part in the tension/compression elimination process

Namespace:  Karamba.Algorithms
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<ModelElementStraightLine> elementsToBeProcessed(
	Model model,
	List<string> elem_ids
)

Parameters

model
Type: Karamba.ModelsModel
model to be tension/compression eliminated
elem_ids
Type: System.Collections.GenericListString
identifiers of elements which take part

Return Value

Type: ListModelElementStraightLine

[Missing <returns> documentation for "M:Karamba.Algorithms.TenComEliminator.elementsToBeProcessed(Karamba.Models.Model,System.Collections.Generic.List{System.String})"]

See Also