Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurfacicPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ProjectPoints
(
const FLinearBoundary& InBoundary, |
Geo/Sampling/SurfacicPolyline.h | ||
void ProjectPoints
(
const FLinearBoundary& InBoundary, |
Geo/Sampling/SurfacicPolyline.h |
ProjectPoints(const FLinearBoundary &, const TArray< FVector > &, TArray< double > &, TArray< FVector > &)
| Name | ProjectPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void ProjectPoints
(
const FLinearBoundary & InBoundary,
const TArray < FVector > & InPointsToProject,
TArray < double > & ProjectedPointCoordinates,
TArray < FVector > & ProjectedPoints
) const
ProjectPoints(const FLinearBoundary &, const TArray< FVector2d > &, TArray< double > &, TArray< FVector2d > &)
| Name | ProjectPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
void ProjectPoints
(
const FLinearBoundary & InBoundary,
const TArray < FVector2d > & InPointsToProject,
TArray < double > & ProjectedPointCoordinates,
TArray < FVector2d > & ProjectedPoints
) const