Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSurfacicPolyline
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetCoordinateOfProjectedPoint
(
const FLinearBoundary& Boundary, |
Geo/Sampling/SurfacicPolyline.h | ||
double GetCoordinateOfProjectedPoint
(
const FLinearBoundary& Boundary, |
Geo/Sampling/SurfacicPolyline.h |
GetCoordinateOfProjectedPoint(const FLinearBoundary &, const FVector &, FVector &)
| Name | GetCoordinateOfProjectedPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
double GetCoordinateOfProjectedPoint
(
const FLinearBoundary & Boundary,
const FVector & PointOnEdge,
FVector & ProjectedPoint
) const
GetCoordinateOfProjectedPoint(const FLinearBoundary &, const FVector2d &, FVector2d &)
| Name | GetCoordinateOfProjectedPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Sampling/SurfacicPolyline.h |
| Include Path | #include "Geo/Sampling/SurfacicPolyline.h" |
double GetCoordinateOfProjectedPoint
(
const FLinearBoundary & Boundary,
const FVector2d & PointOnEdge,
FVector2d & ProjectedPoint
) const