Click or drag to resize

BuilderElementPositionByPoints Constructor

create a new element position

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuilderElementPositionByPoints(
	IReadOnlyList<Point3> points
)

Parameters

points
Type: System.Collections.GenericIReadOnlyListPoint3
endpoints which define the element position
See Also