Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LinesNotDerivables
(
int32 InDerivativeOrder, |
Geo/Surfaces/Surface.h | ||
virtual void LinesNotDerivables
(
const FSurfacicBoundary& Bounds, |
Geo/Surfaces/Surface.h |
LinesNotDerivables(int32, FCoordinateGrid &)
| Name | LinesNotDerivables |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Surfaces/Surface.h |
| Include Path | #include "Geo/Surfaces/Surface.h" |
void LinesNotDerivables
(
int32 InDerivativeOrder,
FCoordinateGrid & OutNotDerivableCoordinates
) const
LinesNotDerivables(const FSurfacicBoundary &, int32, FCoordinateGrid &)
| Name | LinesNotDerivables |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Surfaces/Surface.h |
| Include Path | #include "Geo/Surfaces/Surface.h" |
virtual void LinesNotDerivables
(
const FSurfacicBoundary & Bounds,
int32 InDerivativeOrder,
FCoordinateGrid & OutNotDerivableCoordinates
) const