CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeMesh::OdGeMesh Class Referenceabstract

#include <GeTrMeshSimplification.h>

Inheritance diagram for GeMesh::OdGeMesh:
GeMesh::OdGeTrMesh

Public Member Functions

 OdGeMesh ()
 
OdGeExtents3d getExtents () const
 
virtual ~OdGeMesh ()
 
virtual double distanceTo (const OdGePoint3d &pt, OdGePoint3d &ptClosest, bool bPrecise) const =0
 
virtual int checkMeshMismatch (const OdGeMesh &mesh, OdGePoint3dArray &aPtMismatch, double tol) const =0
 

Public Attributes

OdGePoint3dArray m_aVx
 
OdGeIntArray m_aVxTag
 
int m_tagMesh
 

Detailed Description

Definition at line 68 of file GeTrMeshSimplification.h.

Constructor & Destructor Documentation

◆ OdGeMesh()

GeMesh::OdGeMesh::OdGeMesh ( )
inline

Default constructor for the OdGeMesh class. Constructs an empty mesh.

Definition at line 74 of file GeTrMeshSimplification.h.

◆ ~OdGeMesh()

virtual GeMesh::OdGeMesh::~OdGeMesh ( )
inlinevirtual

Definition at line 76 of file GeTrMeshSimplification.h.

Member Function Documentation

◆ checkMeshMismatch()

virtual int GeMesh::OdGeMesh::checkMeshMismatch ( const OdGeMesh & mesh,
OdGePoint3dArray & aPtMismatch,
double tol ) const
pure virtual

Implemented in GeMesh::OdGeTrMesh.

◆ distanceTo()

virtual double GeMesh::OdGeMesh::distanceTo ( const OdGePoint3d & pt,
OdGePoint3d & ptClosest,
bool bPrecise ) const
pure virtual

Implemented in GeMesh::OdGeTrMesh.

◆ getExtents()

OdGeExtents3d GeMesh::OdGeMesh::getExtents ( ) const

Member Data Documentation

◆ m_aVx

OdGePoint3dArray GeMesh::OdGeMesh::m_aVx

Definition at line 82 of file GeTrMeshSimplification.h.

◆ m_aVxTag

OdGeIntArray GeMesh::OdGeMesh::m_aVxTag

Definition at line 83 of file GeTrMeshSimplification.h.

◆ m_tagMesh

int GeMesh::OdGeMesh::m_tagMesh

Definition at line 84 of file GeTrMeshSimplification.h.


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