|
BuilderElementPositionByPoints Constructor
|
create a new element position
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic BuilderElementPositionByPoints(
IReadOnlyList<Point3> points
)
Public Sub New (
points As IReadOnlyList(Of Point3)
)
public:
BuilderElementPositionByPoints(
IReadOnlyList<Point3>^ points
)
new :
points : IReadOnlyList<Point3> -> BuilderElementPositionByPoints
Parameters
- points
- Type: System.Collections.GenericIReadOnlyListPoint3
endpoints which define the element position
See Also