CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdEdgeHLREdgeVisitor Class Referenceabstract

#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
 

Detailed Description

Represents HlrEdge Visitor.

<group Other_Classes>

Definition at line 116 of file ModelerGeometryDefs.h.

Member Function Documentation

◆ edge()

virtual void OdEdgeHLREdgeVisitor::edge ( OdInt32  bodyIndex,
OdInt32  edgeTag,
OdEdgeTypeFlags  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: