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

#include <GeoPoint.h>

Public Attributes

int32 DerivativeOrder = -1
 
FVector Point = FVector::ZeroVector
 
FVector GradientU = FVector::ZeroVector
 
FVector GradientV = FVector::ZeroVector
 
FVector LaplacianU = FVector::ZeroVector
 
FVector LaplacianV = FVector::ZeroVector
 
FVector LaplacianUV = FVector::ZeroVector
 

Member Data Documentation

◆ DerivativeOrder

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

◆ GradientU

FVector UE::CADKernel::FSurfacicPoint::GradientU = FVector::ZeroVector

◆ GradientV

FVector UE::CADKernel::FSurfacicPoint::GradientV = FVector::ZeroVector

◆ LaplacianU

FVector UE::CADKernel::FSurfacicPoint::LaplacianU = FVector::ZeroVector

◆ LaplacianUV

FVector UE::CADKernel::FSurfacicPoint::LaplacianUV = FVector::ZeroVector

◆ LaplacianV

FVector UE::CADKernel::FSurfacicPoint::LaplacianV = FVector::ZeroVector

◆ Point

FVector UE::CADKernel::FSurfacicPoint::Point = FVector::ZeroVector

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