BuilderElementPositionPoints Method
Returns the positions of the element if there are some.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public IReadOnlyList<Point3> Points()
Public Function Points As IReadOnlyList(Of Point3)
public:
virtual IReadOnlyList<Point3>^ Points() sealed
abstract Points : unit -> IReadOnlyList<Point3>
override Points : unit -> IReadOnlyList<Point3>
IReadOnlyListPoint3The positions of the element if there are some.
IBuilderElementPositionPoints