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::EVisuProperty |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/UI/Visu.h |
| Include Path | #include "UI/Visu.h" |
Syntax
namespace UE
{
namespace CADKernel
{
enum EVisuProperty
{
BBox = 0,
Point,
Element,
Curve,
Iso,
ControlLine,
EdgeMesh,
NodeMesh,
BorderEdge,
NonManifoldEdge,
BorderTopo,
ControlPoint,
YellowPoint,
YellowCurve,
BluePoint,
BlueCurve,
RedPoint,
RedCurve,
PurplePoint,
PurpleCurve,
GreenPoint,
GreenCurve,
PinkPoint,
PinkCurve,
OrangePoint,
OrangeCurve,
Last,
}
}
}
Values
| Name | Remarks |
|---|---|
| BBox | |
| Point | |
| Element | |
| Curve | |
| Iso | |
| ControlLine | |
| EdgeMesh | |
| NodeMesh | |
| BorderEdge | |
| NonManifoldEdge | |
| BorderTopo | |
| ControlPoint | |
| YellowPoint | |
| YellowCurve | |
| BluePoint | |
| BlueCurve | |
| RedPoint | |
| RedCurve | |
| PurplePoint | |
| PurpleCurve | |
| GreenPoint | |
| GreenCurve | |
| PinkPoint | |
| PinkCurve | |
| OrangePoint | |
| OrangeCurve | |
| Last |