Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurfacicPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Get the sub 2d polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints | Geo/Sampling/SurfacicPolyline.h | |
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints | Geo/Sampling/SurfacicPolyline.h | |
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints | Geo/Sampling/SurfacicPolyline.h | |
void GetSubPolyline
(
const FLinearBoundary& InBoundary, |
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints | Geo/Sampling/SurfacicPolyline.h |
GetSubPolyline(const FLinearBoundary &, const EOrientation, TArray< FVector2d > &)
Description
Get the sub 2d polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
const EOrientation InOrientation,
TArray < FVector2d > & OutPoints
) const
GetSubPolyline(const FLinearBoundary &, TArray< double > &, TArray< FVector2d > &)
Description
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
TArray < double > & OutCoordinates,
TArray < FVector2d > & OutPoints
) const
GetSubPolyline(const FLinearBoundary &, const EOrientation, TArray< FVector > &)
Description
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
const EOrientation InOrientation,
TArray < FVector > & OutPoints
) const
GetSubPolyline(const FLinearBoundary &, TArray< double > &, TArray< FVector > &)
Description
Get the sub polyline bounded by the input InBoundary in the orientation of the input InOrientation and append it to the output OutPoints
| Name | GetSubPolyline |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void GetSubPolyline
(
const FLinearBoundary & InBoundary,
TArray < double > & OutCoordinates,
TArray < FVector > & OutPoints
) const