CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdEdgeHLREdgeVisitor Class Referenceabstract

#include <ModelerGeometryDefs.h>

Public Member Functions

virtual void edge (OdInt32 bodyIndex, OdInt32 edgeTag, OdEdgeTypeFlags::Enum edgeType, const OdGeCurve3d &edge, const OdLineSegIntervalArray &segmenParameters, const OdBoolArray &visibilities)=0
 

Detailed Description

Represents HlrEdge Visitor.

<group Other_Classes>

Definition at line 86 of file ModelerGeometryDefs.h.

Member Function Documentation

◆ edge()

virtual void OdEdgeHLREdgeVisitor::edge ( OdInt32 bodyIndex,
OdInt32 edgeTag,
OdEdgeTypeFlags::Enum edgeType,
const OdGeCurve3d & edge,
const OdLineSegIntervalArray & segmenParameters,
const OdBoolArray & visibilities )
pure virtual

Receives an edge and associates information about its visibility.

Parameters
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).

The documentation for this class was generated from the following file: