Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FRestrictionCurve
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetDiscretizationPoints
(
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/Curves/RestrictionCurve.h | |
void GetDiscretizationPoints
(
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/Curves/RestrictionCurve.h |
GetDiscretizationPoints(const FLinearBoundary &, EOrientation, TArray< PointType > &)
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 | GetDiscretizationPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/RestrictionCurve.h |
| Include Path | #include "Geo/Curves/RestrictionCurve.h" |
template<class PointType>
void GetDiscretizationPoints
(
const FLinearBoundary & InBoundary,
EOrientation Orientation,
TArray < PointType > & OutPoints
) const
GetDiscretizationPoints(const FLinearBoundary &, TArray< double > &, TArray< PointType > &)
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 | GetDiscretizationPoints |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/RestrictionCurve.h |
| Include Path | #include "Geo/Curves/RestrictionCurve.h" |
template<class PointType>
void GetDiscretizationPoints
(
const FLinearBoundary & InBoundary,
TArray < double > & OutCoordinates,
TArray < PointType > & OutPoints
) const