|
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)
Syntaxpublic IReadOnlyList<Point3> Points(
IReadOnlyList<Node> nodes,
MessageLogger logger
)
Public Function Points (
nodes As IReadOnlyList(Of Node),
logger As MessageLogger
) As IReadOnlyList(Of Point3)
public:
virtual IReadOnlyList<Point3>^ Points(
IReadOnlyList<Node^>^ nodes,
MessageLogger^ logger
) sealed
abstract Points :
nodes : IReadOnlyList<Node> *
logger : MessageLogger -> IReadOnlyList<Point3>
override Points :
nodes : IReadOnlyList<Node> *
logger : MessageLogger -> IReadOnlyList<Point3>
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