BuilderElementPositionByIndexesPoints(IReadOnlyListPoint3, MessageLogger) Method
Returns the position of the nodes of the element.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public IReadOnlyList<Point3> Points(
IReadOnlyList<Point3> points,
MessageLogger logger
)
Public Function Points (
points As IReadOnlyList(Of Point3),
logger As MessageLogger
) As IReadOnlyList(Of Point3)
public:
virtual IReadOnlyList<Point3>^ Points(
IReadOnlyList<Point3>^ points,
MessageLogger^ logger
) sealed
abstract Points :
points : IReadOnlyList<Point3> *
logger : MessageLogger -> IReadOnlyList<Point3>
override Points :
points : IReadOnlyList<Point3> *
logger : MessageLogger -> IReadOnlyList<Point3>
- points IReadOnlyListPoint3
- Points in the model.
- logger MessageLogger
- Message logger.
IReadOnlyListPoint3Position of the nodes of the element.
IBuilderElementPositionPoints(IReadOnlyListPoint3, MessageLogger)