Mesh: define the typenames FacetIndex and PointIndex to distinguish between facet and point related indexes
This commit is contained in:
@@ -217,7 +217,7 @@ class CurveOnMeshHandler::Private
|
||||
public:
|
||||
struct PickedPoint
|
||||
{
|
||||
unsigned long facet;
|
||||
MeshCore::FacetIndex facet;
|
||||
SbVec3f point;
|
||||
SbVec3f normal;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user