CFx SDK Documentation
2022 SP0
|
#include <BrMesh2dControl.h>
Static Public Attributes | |
static const ODBR_TOOLKIT_EXPORT_STATIC OdBrMesh2dControl | OdBrMesh2dControlDefault |
Additional Inherited Members | |
Protected Member Functions inherited from OdBrMeshControl | |
OdBrMeshControl () | |
Protected Attributes inherited from OdBrMeshControl | |
void * | m_pImp |
This interface class represents 2D mesh controls. It defines specific functions used to set controls for generating 2D meshes.
<group OdBr_Classes>
Definition at line 41 of file BrMesh2dControl.h.
OdBrMesh2dControl::OdBrMesh2dControl | ( | ) |
Default constructor.
OdBrMesh2dControl::OdBrMesh2dControl | ( | const OdBrMesh2dControl & | src | ) |
Copy constructor.
OdBrMesh2dControl::~OdBrMesh2dControl | ( | ) |
Destructor.
OdBrErrorStatus OdBrMesh2dControl::getElementShape | ( | Element2dShape & | elementShape | ) | const |
Returns the element shape criteria.
elementShape | [out] Shape of the mesh. |
OdBrErrorStatus OdBrMesh2dControl::getMaxAspectRatio | ( | double & | maxAspectRatio | ) | const |
Returns the maximum aspect ratio between width and height for a 2D mesh element.
maxAspectRatio | [out] Maximum aspect ratio. |
OdBrMesh2dControl& OdBrMesh2dControl::operator= | ( | const OdBrMesh2dControl & | src | ) |
Assignment operator.
OdBrErrorStatus OdBrMesh2dControl::setElementShape | ( | Element2dShape | elementShape = kDefault | ) |
Sets the element shape criteria.
elementShape | [in] Shape of the mesh. |
OdBrErrorStatus OdBrMesh2dControl::setMaxAspectRatio | ( | double | maxAspectRatio = 0 | ) |
Sets the maximum aspect ratio between width and height for a 2D mesh element.
maxAspectRatio | [in] The value of the ratio. |
|
static |
Definition at line 103 of file BrMesh2dControl.h.