UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FCurvePoint Struct Reference

#include <GeoPoint.h>

Public Member Functions

 FCurvePoint ()=default
 
 FCurvePoint (FVector InPoint)
 
void Init ()
 
void Combine (const FCurvePoint2D &Point2D, const FSurfacicPoint &SurfacicPoint)
 

Public Attributes

int32 DerivativeOrder = -1
 
FVector Point = FVector::ZeroVector
 
FVector Gradient = FVector::ZeroVector
 
FVector Laplacian = FVector::ZeroVector
 

Constructor & Destructor Documentation

◆ FCurvePoint() [1/2]

UE::CADKernel::FCurvePoint::FCurvePoint ( )
default

◆ FCurvePoint() [2/2]

UE::CADKernel::FCurvePoint::FCurvePoint ( FVector  InPoint)
inline

Member Function Documentation

◆ Combine()

void UE::CADKernel::FCurvePoint::Combine ( const FCurvePoint2D Point2D,
const FSurfacicPoint SurfacicPoint 
)
inline

Compute the 3D surface curve point property (3D Coordinate, Gradient, Laplacian) according to its 2D curve point property and the 3D surface point property

◆ Init()

void UE::CADKernel::FCurvePoint::Init ( )
inline

Member Data Documentation

◆ DerivativeOrder

int32 UE::CADKernel::FCurvePoint::DerivativeOrder = -1

◆ Gradient

FVector UE::CADKernel::FCurvePoint::Gradient = FVector::ZeroVector

◆ Laplacian

FVector UE::CADKernel::FCurvePoint::Laplacian = FVector::ZeroVector

◆ Point

FVector UE::CADKernel::FCurvePoint::Point = FVector::ZeroVector

The documentation for this struct was generated from the following file: