Click or drag to resize

BuilderElementPositionByPointsPoints Method (IReadOnlyListPoint3, MessageLogger)

return the position of the nodes of the element

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

Parameters

points
Type: System.Collections.GenericIReadOnlyListPoint3

[Missing <param name="points"/> documentation for "M:Karamba.Elements.BuilderElementPositionByPoints.Points(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},Karamba.Utilities.MessageLogger)"]

logger
Type: Karamba.UtilitiesMessageLogger

[Missing <param name="logger"/> documentation for "M:Karamba.Elements.BuilderElementPositionByPoints.Points(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},Karamba.Utilities.MessageLogger)"]

Return Value

Type: IReadOnlyListPoint3

[Missing <returns> documentation for "M:Karamba.Elements.BuilderElementPositionByPoints.Points(System.Collections.Generic.IReadOnlyList{Karamba.Geometry.Point3},Karamba.Utilities.MessageLogger)"]

Implements

IBuilderElementPositionPoints(IReadOnlyListPoint3, MessageLogger)
See Also