Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Geo > API/Runtime/CADKernel/Geo/Sampling > API/Runtime/CADKernel/Geo/Sampling/TPolyline
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/Polyline.h |
| Include | #include "Geo/Sampling/Polyline.h" |
void Reserve
(
int32 Number
)
Remarks
Reserves memory such that the polyline can contain at least Number elements.
Parameters
| Name | Description |
|---|---|
| Number | The number of elements that the polyline should be able to contain after allocation. |