Click or drag to resize

ModelElementStraightLinenCroSec Method (Model, Element)

return number of sections for visual display. It depends on the user setting for maximum section length.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int nCroSec(
	Model model,
	Element elem
)

Parameters

model
Type: Karamba.ModelsModel
model to which the element belongs
elem
Type: Element
feb-element to be considred

Return Value

Type: Int32
number of cross sections to be used for visual display
See Also