Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurface
Description
Generate a pre-sampling of the surface saved in OutCoordinates. This sampling is light enough to allow a fast computation of the grid, precise enough to compute accurately meshing criteria
| Name | Presample |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Surfaces/Surface.h |
| Include Path | #include "Geo/Surfaces/Surface.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Surfaces/Surface.cpp |
virtual void Presample
(
const FSurfacicBoundary & InBoundaries,
FCoordinateGrid & OutCoordinates
)