#include <rvc/cad.h>
Public Member Functions | |
| void | Clear () |
| const POLYLINE & | GetMeshPoints () const |
| UINT32 | GetNumColumnVertices () const |
| UINT32 | GetNumLineVertices () const |
| bool | IsLeftRightClosed () const |
| bool | IsTopBottomClosed () const |
| MESH () | |
| void | SetLeftRightClosed (bool LeftRightClosed) |
| void | SetMeshPoints (const POLYLINE &MeshPoints) |
| void | SetNumColumnVertices (UINT32 NumColumnVertices) |
| void | SetNumLineVertices (UINT32 NumLineVertices) |
| void | SetTopBottomClosed (bool TopBottomClosed) |
Private Attributes | |
| bool | m_LeftRightClosed |
| POLYLINE | m_MeshPoints |
| UINT32 | m_NumColumnVertices |
| UINT32 | m_NumLineVertices |
| bool | m_TopBottomClosed |
Definition at line 1250 of file cad.h.
|
|
Default Constructor.
|
|
|
Set the MESH class back to its ctor'd state.
|
|
|
Get the mesh point array. The number of points is equal to GetNumColumnVertices() * GetNumLineVertices()
|
|
|
Get the number of columns in the mesh.
|
|
|
Get the number of lines in the mesh.
|
|
|
Determine if the left and right sides of the mesh are to be closed.
|
|
|
Determine if the top and bottom sides of the mesh are to be closed.
|
|
|
Set flag to state that the left and right sides of the mesh are to be closed.
|
|
|
Set the mesh point array. The number of points is equal to GetNumColumnVertices() * GetNumLineVertices() |
|
|
Set the number of columns in the mesh.
|
|
|
Set the number of lines in the mesh.
|
|
|
Set flag to state that the top and bottom sides of the mesh are to be closed.
|
|
|
|
|
|
|
|
|
Number of Y vertices for mesh.
|
|
|
Number of X vertices for mesh.
|
|
|
|
1.3.8-20040913