Navigation
API > API/Runtime > API/Runtime/CADKernel
Sag & Angle criterion.pdf https://docs.google.com/presentation/d/1bUnrRFWCW3sDn9ngb9ftfQS-2JxNJaUZlh783hZMMEw/edit?usp=sharing
| Name | UE::CADKernel::ECurve |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Geo/GeoEnum.h |
| Include Path | #include "Geo/GeoEnum.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum ECurve
{
Bezier = 0,
BoundedCurve,
Composite,
Ellipse,
Hyperbola,
Nurbs,
Offset,
Parabola,
Polyline3D,
Polyline2D,
Restriction,
Segment,
Surfacic,
SurfacicPolyline,
Spline,
None,
}
}
}
Values
| Name | Remarks |
|---|---|
| Bezier | |
| BoundedCurve | |
| Composite | |
| Ellipse | |
| Hyperbola | |
| Nurbs | |
| Offset | |
| Parabola | |
| Polyline3D | |
| Polyline2D | |
| Restriction | |
| Segment | |
| Surfacic | |
| SurfacicPolyline | |
| Spline | |
| None |