|
Rhino C++ API
9.0
|
#include <opennurbs_mesh_modifiers.h>
Public Member Functions | |
| ON_MeshModifiers () | |
| ON_MeshModifiers (const ON_MeshModifiers &)=delete | |
| ~ON_MeshModifiers () | |
| ON_DEPRECATED ON_CurvePiping * | CurvePiping (bool allow_creation) |
| ON_CurvePiping & | CurvePiping (void) |
| Get an object that provides access to curve piping information. More... | |
| const ON_CurvePiping * | CurvePiping (void) const |
| ON_DEPRECATED ON_Displacement * | Displacement (bool allow_creation) |
| Use the const-friendly versions above. These are only here for backwards compatibility with the old API and should not be used in new code. More... | |
| ON_Displacement & | Displacement (void) |
| Get an object that provides access to displacement information. More... | |
| const ON_Displacement * | Displacement (void) const |
| ON_DEPRECATED ON_EdgeSoftening * | EdgeSoftening (bool allow_creation) |
| ON_EdgeSoftening & | EdgeSoftening (void) |
| Get an object that provides access to edge softening information. More... | |
| const ON_EdgeSoftening * | EdgeSoftening (void) const |
| void | LoadFromXML (const ON_XMLRootNode &) |
| < For internal use only. More... | |
| bool | operator!= (const ON_MeshModifiers &) const =delete |
| const ON_MeshModifiers & | operator= (const ON_MeshModifiers &mm) |
| bool | operator== (const ON_MeshModifiers &) const =delete |
| ON_DEPRECATED ON_ShutLining * | ShutLining (bool allow_creation) |
| ON_ShutLining & | ShutLining (void) |
| Get an object that provides access to shut-lining information. More... | |
| const ON_ShutLining * | ShutLining (void) const |
| ON_DEPRECATED ON_Thickening * | Thickening (bool allow_creation) |
| ON_Thickening & | Thickening (void) |
| Get an object that provides access to thickening information. More... | |
| const ON_Thickening * | Thickening (void) const |
| ON_MeshModifiers::ON_MeshModifiers | ( | ) |
|
delete |
| ON_MeshModifiers::~ON_MeshModifiers | ( | ) |
| ON_DEPRECATED ON_CurvePiping* ON_MeshModifiers::CurvePiping | ( | bool | allow_creation | ) |
| ON_CurvePiping& ON_MeshModifiers::CurvePiping | ( | void | ) |
Get an object that provides access to curve piping information.
| const ON_CurvePiping* ON_MeshModifiers::CurvePiping | ( | void | ) | const |
| ON_DEPRECATED ON_Displacement* ON_MeshModifiers::Displacement | ( | bool | allow_creation | ) |
Use the const-friendly versions above. These are only here for backwards compatibility with the old API and should not be used in new code.
| ON_Displacement& ON_MeshModifiers::Displacement | ( | void | ) |
Get an object that provides access to displacement information.
| const ON_Displacement* ON_MeshModifiers::Displacement | ( | void | ) | const |
| ON_DEPRECATED ON_EdgeSoftening* ON_MeshModifiers::EdgeSoftening | ( | bool | allow_creation | ) |
| ON_EdgeSoftening& ON_MeshModifiers::EdgeSoftening | ( | void | ) |
Get an object that provides access to edge softening information.
| const ON_EdgeSoftening* ON_MeshModifiers::EdgeSoftening | ( | void | ) | const |
| void ON_MeshModifiers::LoadFromXML | ( | const ON_XMLRootNode & | ) |
< For internal use only.
|
delete |
| const ON_MeshModifiers& ON_MeshModifiers::operator= | ( | const ON_MeshModifiers & | mm | ) |
|
delete |
| ON_DEPRECATED ON_ShutLining* ON_MeshModifiers::ShutLining | ( | bool | allow_creation | ) |
| ON_ShutLining& ON_MeshModifiers::ShutLining | ( | void | ) |
Get an object that provides access to shut-lining information.
| const ON_ShutLining* ON_MeshModifiers::ShutLining | ( | void | ) | const |
| ON_DEPRECATED ON_Thickening* ON_MeshModifiers::Thickening | ( | bool | allow_creation | ) |
| ON_Thickening& ON_MeshModifiers::Thickening | ( | void | ) |
Get an object that provides access to thickening information.
| const ON_Thickening* ON_MeshModifiers::Thickening | ( | void | ) | const |
1.8.17