Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FSurfacicCurve |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/Curves/SurfacicCurve.h |
| Include Path | #include "Geo/Curves/SurfacicCurve.h" |
Syntax
class FSurfacicCurve : public UE::CADKernel::FCurve
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FEntity → FEntityGeom → FCurve → FSurfacicCurve
- FHaveStates → FEntity → FEntityGeom → FCurve → FSurfacicCurve
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSurfacicCurve
(
TSharedRef< FCurve > InCurve2D, |
Geo/Curves/SurfacicCurve.h | ||
| Geo/Curves/SurfacicCurve.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EvaluateSurfacicPolyline
(
FSurfacicPolyline& OutPolyline |
Geo/Curves/SurfacicCurve.h | ||
TSharedPtr< FCurve > & Get2DCurve () |
Geo/Curves/SurfacicCurve.h | ||
const TSharedPtr< FCurve > & Get2DCurve () |
Geo/Curves/SurfacicCurve.h | ||
const TSharedRef< FSurface > GetCarrierSurface() |
Geo/Curves/SurfacicCurve.h | ||
TSharedPtr< FSurface > & GetSurface () |
Geo/Curves/SurfacicCurve.h | ||
const TSharedPtr< FSurface > & GetSurface () |
Geo/Curves/SurfacicCurve.h | ||
void Set2DCurve
(
TSharedPtr< FCurve >& NewCurve2D |
Geo/Curves/SurfacicCurve.h |
Overridden from FCurve
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate2DPoint
(
double Coordinate, |
Evaluate exact 2D point of the curve at the input Coordinate The function can only be used with 2D curve (Dimension == 2) | Geo/Curves/SurfacicCurve.h | |
virtual void Evaluate2DPoint
(
double Coordinate, |
Evaluate exact 2D point of the curve at the input Coordinate The function can only be used with 2D curve (Dimension == 2) | Geo/Curves/SurfacicCurve.h | |
virtual void Evaluate2DPoints
(
const TArray< double >& Coordinates, |
Evaluate exact 2D points of the curve at the input Coordinates The function can only be used with 2D curve (Dimension == 2) | Geo/Curves/SurfacicCurve.h | |
virtual void Evaluate2DPoints
(
const TArray< double >& Coordinates, |
Evaluate exact 2D points of the curve at the input Coordinates The function can only be used with 2D curve (Dimension == 2) | Geo/Curves/SurfacicCurve.h | |
virtual void EvaluatePoint
(
double Coordinate, |
Evaluate exact 3D point of the curve at the input Coordinate The function can only be used with 3D curve (Dimension == 3) | Geo/Curves/SurfacicCurve.h | |
virtual void EvaluatePoints
(
const TArray< double >& Coordinates, |
Evaluate exact 3D points of the curve at the input Coordinates The function can only be used with 3D curve (Dimension == 3) | Geo/Curves/SurfacicCurve.h | |
virtual void FindNotDerivableCoordinates
(
const FLinearBoundary& InBoundary, |
Geo/Curves/SurfacicCurve.h | ||
virtual ECurve GetCurveType() |
Geo/Curves/SurfacicCurve.h | ||
virtual void Offset
(
const FVector& OffsetDirection |
Must not be call | Geo/Curves/SurfacicCurve.h |
Overridden from FEntityGeom
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FEntityGeom > ApplyMatrix
(
const FMatrixH& InMatrix |
Geo/Curves/SurfacicCurve.h |
Overridden from FEntity
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ResetMarkersRecursively() |
Geo/Curves/SurfacicCurve.h | ||
virtual void Serialize
(
FCADKernelArchive& Ar |
TODO static TSharedPtr |
Geo/Curves/SurfacicCurve.h | |
virtual void SpawnIdent
(
FDatabase& Database |
Geo/Curves/SurfacicCurve.h |