Click or drag to resize

ModelElementmidpoint_disp Method

return mid-point of deformed element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Point3 midpoint_disp(
	Model model,
	int lc_num
)

Parameters

model
Type: Karamba.ModelsModel
model in which this element is contained
lc_num
Type: SystemInt32
index of load-case for which to determine the deformed element mid-point

Return Value

Type: Point3
position of deformed mid-point
See Also