|
ModelElementStraightLineGetCrossSectionsPositions Method
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<double> GetCrossSectionsPositions(
Model model
)
Public Function GetCrossSectionsPositions (
model As Model
) As List(Of Double)
public:
List<double>^ GetCrossSectionsPositions(
Model^ model
)
member GetCrossSectionsPositions :
model : Model -> List<float>
Parameters
- model
- Type: Karamba.ModelsModel
Model to which the element belongs.
Return Value
Type:
ListDoubleList of position parameters (t between 0 and 1).
See Also