Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | FCurvePoint |
| Type | struct |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoPoint.h |
| Include Path | #include "Geo/GeoPoint.h" |
Syntax
struct FCurvePoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurvePoint () |
Geo/GeoPoint.h | ||
FCurvePoint
(
FVector InPoint |
Geo/GeoPoint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DerivativeOrder | int32 | Geo/GeoPoint.h | ||
| Gradient | FVector | Geo/GeoPoint.h | ||
| Laplacian | FVector | Geo/GeoPoint.h | ||
| Point | FVector | Geo/GeoPoint.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Combine
(
const FCurvePoint2D& Point2D, |
Compute the 3D surface curve point property (3D Coordinate, Gradient, Laplacian) according to its 2D curve point property and the 3D surface point property | Geo/GeoPoint.h | |
void Init() |
Geo/GeoPoint.h |