Click or drag to resize

ModelElementStraightLineGetCrossSectionsPositions Method

Gets positions of cross sections for this ModelElementStraightLine.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<double> GetCrossSectionsPositions(
	Model model
)

Parameters

model
Type: Karamba.ModelsModel
Model to which the element belongs.

Return Value

Type: ListDouble
List of position parameters (t between 0 and 1).
See Also