Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurfacicPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSurfacicPolyline
(
TSharedRef< FSurface > InCarrierSurface, |
Geo/Sampling/SurfacicPolyline.h | ||
FSurfacicPolyline
(
bool bInWithNormals, |
Geo/Sampling/SurfacicPolyline.h | ||
FSurfacicPolyline
(
TSharedRef< FSurface > InCarrierSurface, |
Geo/Sampling/SurfacicPolyline.h | ||
FSurfacicPolyline
(
TSharedRef< FSurface > InCarrierSurface, |
Geo/Sampling/SurfacicPolyline.h |
FSurfacicPolyline(TSharedRef< FSurface >, TSharedRef< FCurve >)
| Name | FSurfacicPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Sampling/SurfacicPolyline.cpp |
FSurfacicPolyline
(
TSharedRef < FSurface > InCarrierSurface,
TSharedRef < FCurve > InCurve2D
)
FSurfacicPolyline(bool, bool)
| Name | FSurfacicPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
FSurfacicPolyline
(
bool bInWithNormals,
bool bInWithTangent
)
FSurfacicPolyline(TSharedRef< FSurface >, TSharedRef< FCurve >, const double)
| Name | FSurfacicPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Sampling/SurfacicPolyline.cpp |
FSurfacicPolyline
(
TSharedRef < FSurface > InCarrierSurface,
TSharedRef < FCurve > InCurve2D,
const double Tolerance
)
FSurfacicPolyline(TSharedRef< FSurface >, TSharedRef< FCurve >, const double, const double, bool, bool)
| Name | FSurfacicPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Geo/Sampling/SurfacicPolyline.cpp |
FSurfacicPolyline
(
TSharedRef < FSurface > InCarrierSurface,
TSharedRef < FCurve > InCurve2D,
const double ChordTolerance,
const double ParamTolerance,
bool bInWithNormals,
bool bWithTangent
)