Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Sample
(
const FSurfacicBoundary& Bounds, |
Divide the parametric space in the desired number of regular subdivisions and compute the associated PointGrid | Geo/Surfaces/Surface.h | |
void Sample
(
const FSurfacicBoundary& Boundary, |
Divide the parametric space in the desired number of regular subdivisions and compute the associated CoordinateGrid | Geo/Surfaces/Surface.h |
Sample(const FSurfacicBoundary &, int32, FSurfacicSampling &)
Description
Divide the parametric space in the desired number of regular subdivisions and compute the associated PointGrid
| Name | Sample |
| 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 |
void Sample
(
const FSurfacicBoundary & Bounds,
int32 NumberOfSubdivisions,
FSurfacicSampling & OutPointSampling
) const
Sample(const FSurfacicBoundary &, int32, FCoordinateGrid &)
Description
Divide the parametric space in the desired number of regular subdivisions and compute the associated CoordinateGrid
| Name | Sample |
| 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 |
void Sample
(
const FSurfacicBoundary & Boundary,
int32 NumberOfSubdivisions,
FCoordinateGrid & OutCoordinateSampling
) const