#include <rhinoSdkMeshObject.h>
◆ CRhinoMeshObjectsUI()
CRhinoMeshObjectsUI::CRhinoMeshObjectsUI |
( |
| ) |
|
◆ ~CRhinoMeshObjectsUI()
virtual CRhinoMeshObjectsUI::~CRhinoMeshObjectsUI |
( |
| ) |
|
|
virtual |
◆ GetMeshParameters()
Description: Provides the user interface that gets meshing parameters. Parameters: objects - [in] objects being meshed mp - [out] meshing parameters. Returns: CRhinoCommand::success if the mesh parameters returned in mp should be used to create meshes.
CRhinoCommand::cancel if the user canceled.
Implemented in CRhinoMeshStlUI.
◆ OnCancelPreview()
bool CRhinoMeshObjectsUI::OnCancelPreview |
( |
| ) |
|
Description: Call to cancel mesh calculations happening during a call to OnPreview(). Returns: True if preview meshes were begin calculated and the calculation was canceled.
◆ OnPreview()
Description: Call this function if you want a visual preview of the meshes created from the settings in mp. Returns: 0: OnCancelPreview() canceled the mesh calculation. 1: successful preview mesh creation. 2: User pressed ESC key.
Return CRhinoCommand::cancel immediately.
◆ m__meshworker
class CRhinoMeshWorkerThread* CRhinoMeshObjectsUI::m__meshworker |
Pretend these are private. Don't look and don't touch.
◆ m__pModuleState
AFX_MODULE_STATE* CRhinoMeshObjectsUI::m__pModuleState |