CFx SDK Documentation 2024 SP0
|
#include <ModelerGeometryDefs.h>
Public Member Functions | |
virtual void | edge (OdInt32 bodyIndex, OdInt32 edgeTag, OdEdgeTypeFlags edgeType, const OdGeCurve3d &edge, const OdLineSegIntervalArray &segmenParameters, const OdBoolArray &visibilities)=0 |
Represents HlrEdge Visitor.
<group Other_Classes>
Definition at line 116 of file ModelerGeometryDefs.h.
|
pure virtual |
Receives an edge and associates information about its visibility.
bodyIndex | [out] Index of a body that the edge belongs to. |
edgeTag | [out] The tag of the edge in a body. |
edgeType | [out] Type of the edge. |
edge | [in] Edge represented by a curve. |
segmenParameters | [in] Array of visible/hidden edge segments. |
visibilities | [in] Array of every segment status (true - visible, false - hidden). |