#include <opennurbs_mesh_modifiers.h>
|
static ON_UUID | PlugInId (void) |
| Returns the plug-in id of the 'Displacement' plug-in which implements all the mesh modifiers. More...
|
|
CImpl * | m_impl |
|
◆ ON_ShutLining() [1/3]
ON_ShutLining::ON_ShutLining |
( |
| ) |
|
◆ ON_ShutLining() [2/3]
ON_ShutLining::ON_ShutLining |
( |
const ON_XMLNode & |
node | ) |
|
◆ ON_ShutLining() [3/3]
◆ ~ON_ShutLining()
virtual ON_ShutLining::~ON_ShutLining |
( |
| ) |
|
|
virtual |
◆ AddChildXML()
◆ AddCurve()
Curve& ON_ShutLining::AddCurve |
( |
void |
| ) |
|
Adds a new curve to the shut-lining. The curve will have an id of ON_nil_uuid. After adding a curve, you should set the id to that of a curve in the model that will be used to calculate the shut-lining.
◆ AutoUpdate()
bool ON_ShutLining::AutoUpdate |
( |
void |
| ) |
const |
Specifies whether the shut-lining automatically updates or not.
◆ DeleteAllCurves()
void ON_ShutLining::DeleteAllCurves |
( |
void |
| ) |
|
Deletes all the curves from the shut-lining.
◆ Faceted()
bool ON_ShutLining::Faceted |
( |
void |
| ) |
const |
Specifies whether the shut-lining is faceted or not.
◆ FindCurve()
Finds a curve on the shut-lining by its id. Returns null if not found.
◆ ForceUpdate()
bool ON_ShutLining::ForceUpdate |
( |
void |
| ) |
const |
Specifies whether updating is forced or not.
◆ GetCurveIterator()
Gets an iterator for iterating over all the curves on the shut-lining.
◆ On()
bool ON_ShutLining::On |
( |
void |
| ) |
const |
Specifies whether the feature is enabled or not.
◆ operator!=()
◆ operator=()
◆ operator==()
◆ SetAutoUpdate()
void ON_ShutLining::SetAutoUpdate |
( |
bool |
b | ) |
|
◆ SetFaceted()
void ON_ShutLining::SetFaceted |
( |
bool |
b | ) |
|
◆ SetForceUpdate()
void ON_ShutLining::SetForceUpdate |
( |
bool |
b | ) |
|
◆ SetOn()
void ON_ShutLining::SetOn |
( |
bool |
b | ) |
|
◆ Uuid()
virtual ON_UUID ON_ShutLining::Uuid |
( |
void |
| ) |
const |
|
overridevirtual |
Return the unique identifier of this mesh modifier.
Implements ON_MeshModifier.