Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolygonMesh Class
Syntax
C++
class OdDbPolygonMesh : public OdDbEntity;

This class represents PolygonMesh entities in an OdDbDatabase instance.

A PolygonMesh entity consists of a list of PolygonMeshVertex (coordinate) vertices describing a M x N array of vertices, defining a set of 3D faces. 

M is the number vertices in a row, N is the number of vertices in a column. The first N vertices define the first column, the second N, the second column, etc. 

The mesh may be closed in the M and/or N directions. A closed mesh is connected from the last row or column to the first. 

Never derive from this class. 

 

OdDbPolygonMeshOdDbPolygonMeshOdDbPolygonMesh

File: DbPolygonMesh.h 

Module: API Reference 

Show:
No members matching the current filter
Show:
No members matching the current filter
Copyright © 2002-2022. Open Design Alliance All rights reserved.