Rhino C++ API
8.13
|
Contains additional information about mesh booleans. This class can have more methods added. More...
#include <rhinoSdkMeshUtilities.h>
Public Member Functions | |
CRhinoMeshBooleanOptions () | |
~CRhinoMeshBooleanOptions () | |
void | RequestFirstNewlyAddedFacesList (ON_SimpleArray< unsigned > *list) |
Retuns a list with the first index, the first index of the first newly added mesh face, and as secondo index, the count of new faces after that index. More... | |
Public Attributes | |
ON_Terminator * | m_cancel = nullptr |
bool | m_ngons = true |
ON_ProgressReporter * | m_reporter = nullptr |
ON_TextLog * | m_text_log = nullptr |
Contains additional information about mesh booleans. This class can have more methods added.
CRhinoMeshBooleanOptions::~CRhinoMeshBooleanOptions | ( | ) |
CRhinoMeshBooleanOptions::CRhinoMeshBooleanOptions | ( | ) |
void CRhinoMeshBooleanOptions::RequestFirstNewlyAddedFacesList | ( | ON_SimpleArray< unsigned > * | list | ) |
Retuns a list with the first index, the first index of the first newly added mesh face, and as secondo index, the count of new faces after that index.
list | The indices of the new faces, as addessed in the summary. |
ON_Terminator* CRhinoMeshBooleanOptions::m_cancel = nullptr |
bool CRhinoMeshBooleanOptions::m_ngons = true |
ON_ProgressReporter* CRhinoMeshBooleanOptions::m_reporter = nullptr |
ON_TextLog* CRhinoMeshBooleanOptions::m_text_log = nullptr |