Navigation
API > API/Runtime > API/Runtime/CADKernel
| |
|
| Name |
FSurfacicCurvePoint |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoPoint.h |
| Include Path |
#include "Geo/GeoPoint.h" |
Syntax
struct FSurfacicCurvePoint
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bWithNormals |
bool |
|
Geo/GeoPoint.h |
|
| bWithTangent |
bool |
|
Geo/GeoPoint.h |
|
| Normal |
FVector |
|
Geo/GeoPoint.h |
|
| Point |
FVector |
|
Geo/GeoPoint.h |
|
| Point2D |
FVector2d |
|
Geo/GeoPoint.h |
|
| Tangent |
FVector |
|
Geo/GeoPoint.h |
|