Rhino C++ API
8.13
|
#include <rhinoSdkMeshObject.h>
Public Member Functions | |
CRhinoMeshDensity () | |
BOOL32 | IsValid () const |
void | LoadProfile (LPCTSTR lpszSection, CRhinoProfileContext &pc) |
void | SaveProfile (LPCTSTR lpszSection, CRhinoProfileContext &pc) |
Public Attributes | |
int | m_around |
spheres, cylinders, and cones More... | |
int | m_vertical |
(>=2) number of quads in longitude direction More... | |
int | m_x |
boxes and planes. More... | |
int | m_y |
(>=1) number of quads in "y" direction More... | |
int | m_z |
Description: CRhinoMeshDensity determines the number of quads created by the RhinoMeshPlane, RhinoMeshBox, and RhinoMeshSphere commands.
CRhinoMeshDensity::CRhinoMeshDensity | ( | ) |
BOOL32 CRhinoMeshDensity::IsValid | ( | ) | const |
Returns: true if settings are valid
void CRhinoMeshDensity::LoadProfile | ( | LPCTSTR | lpszSection, |
CRhinoProfileContext & | pc | ||
) |
void CRhinoMeshDensity::SaveProfile | ( | LPCTSTR | lpszSection, |
CRhinoProfileContext & | pc | ||
) |
int CRhinoMeshDensity::m_around |
spheres, cylinders, and cones
(>=3) number of quads in latitude direction
int CRhinoMeshDensity::m_vertical |
(>=2) number of quads in longitude direction
int CRhinoMeshDensity::m_x |
boxes and planes.
(>=1) number of quads in "x" direction
int CRhinoMeshDensity::m_y |
(>=1) number of quads in "y" direction
int CRhinoMeshDensity::m_z |
(>=1) number of quads in "z" direction