Click or drag to resize

BuilderElementPositionByPointsPoints Method (IReadOnlyListNode, 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<Node> nodes,
	MessageLogger logger
)

Parameters

nodes
Type: System.Collections.GenericIReadOnlyListNode

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

logger
Type: Karamba.UtilitiesMessageLogger

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

Return Value

Type: IReadOnlyListPoint3

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

Implements

IBuilderElementPositionPoints(IReadOnlyListNode, MessageLogger)
See Also