|
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: 2.2.0.4 (2.2.0.4)
Syntaxpublic int nCroSec(
Model model,
Element elem
)
Public Function nCroSec (
model As Model,
elem As Element
) As Integer
public:
int nCroSec(
Model^ model,
Element^ elem
)
member nCroSec :
model : Model *
elem : Element -> int
Parameters
- model
- Type: Karamba.ModelsModel
model to which the element belongs. - elem
- Type: Element
feb-element to be considred.
Return Value
Type:
Int32number of cross sections to be used for visual display.
See Also