#include <BrMeshControl.h>
This class defines the interface base class for mesh controls.
- See also
- TD_Br
<group OdBr_Classes>
Definition at line 39 of file BrMeshControl.h.
◆ ~OdBrMeshControl()
virtual OdBrMeshControl::~OdBrMeshControl |
( |
| ) |
|
|
virtual |
◆ OdBrMeshControl()
OdBrMeshControl::OdBrMeshControl |
( |
| ) |
|
|
protected |
◆ getAngTol()
Returns the maximum angle tolerance between normals of any two nodes in the mesh element.
- Parameters
-
angTol | [out] Maximum angle tolerance in radians. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ getDistTol()
Returns the maximum distance tolerance between the original geometry and the mesh element.
- Parameters
-
distTol | [out] Maximum distance tolerance. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ getMaxNodeSpacing()
OdBrErrorStatus OdBrMeshControl::getMaxNodeSpacing |
( |
double & |
maxNodeSpace | ) |
const |
Returns the maximum spacing between nodes in world coordinates.
- Parameters
-
maxNodeSpace | [out] Maximum node spacing. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ getMaxSubdivisions()
Gets the maximum number of subdivisions.
- Parameters
-
maxSubs | [out] Maximum number of subdivisions. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ isEqualTo()
Checks if content of the two mesh control objects is equal.
- Parameters
-
other | [in] Mesh control object. |
- Returns
- Returns true if two mesh control objects are equal, or returns false in the other case.
◆ setAngTol()
Sets the maximum angle tolerance between normals of any two nodes in the mesh element.
- Parameters
-
angTol | [in] Maximum angle tolerance in radians. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ setDistTol()
Sets the maximum distance tolerance in world coordinates between the original geometry and the mesh element.
- Parameters
-
distTol | [in] Maximum distance tolerance. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ setMaxNodeSpacing()
OdBrErrorStatus OdBrMeshControl::setMaxNodeSpacing |
( |
double |
maxNodeSpace = 0 | ) |
|
Sets the maximum spacing between nodes in world coordinates.
- Parameters
-
maxNodeSpace | [in] Maximum node spacing. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ setMaxSubdivisions()
Sets the maximum number of subdivisions.
- Parameters
-
maxSubs | [in] Maximum number of subdivisions. |
- Returns
- Returns odbrOK if successful, or an appropriate error code if not.
◆ OdBrEntityInternals
friend class OdBrEntityInternals |
|
friend |
◆ m_pImp
void* OdBrMeshControl::m_pImp |
|
protected |
The documentation for this class was generated from the following file: