Inheritance diagram for DzMRMMesh:
Methods | |
Number | createFacetSet (String name) |
Number | findFacetSet (String name) |
String | getActiveFacetSet () |
Number | getActiveFacetSetId () |
String | getFacetSetName (Number which) |
Number | getFacetSetNumUVSets (Number facetIdx) |
DzVertexMap | getFacetSetUVSet (Number facetIdx, Number uvIdx) |
Number | getNumFacetSets () |
void | moveFacetSet (Number from, Number to) |
Boolean | removeFacetSet (Number which) |
void | renameFacetSet (Number which, String name) |
Boolean | setActiveFacetSet (String name) |
void | setActiveFacetSet (Number which) |
Constructors / Destructors | |
DzMRMMesh () | |
Signals | |
void | activeFacetSetChanged (Number which) |
Signature: "activeFacetSetChanged(int)" | |
void | facetSetListChanged () |
Signature: "facetSetListChanged()" |
DzMRMMesh::DzMRMMesh | ( | ) |
Default Constructor.
void DzMRMMesh::activeFacetSetChanged | ( | Number | which | ) | [signal] |
Signature: "activeFacetSetChanged(int)"
Emitted when the active facet set changes.
Creates a new facet set with the given name and sets it as the current facet set.
name | The User-readable name for the new facet set. |
void DzMRMMesh::facetSetListChanged | ( | ) | [signal] |
Signature: "facetSetListChanged()"
Emitted when the list of facet sets changes.
name | The name of the facet set to get the index of. |
String DzMRMMesh::getActiveFacetSet | ( | ) |
Number DzMRMMesh::getActiveFacetSetId | ( | ) |
which | The index of the facet set to get the name of |
facetIdx | The index of the facet set to get the number of UV sets for |
DzVertexMap DzMRMMesh::getFacetSetUVSet | ( | Number | facetIdx, | |
Number | uvIdx | |||
) |
facetIdx | The index of the facet set to get the number of UV sets for |
Number DzMRMMesh::getNumFacetSets | ( | ) |
Adjust FacetSet order.
from | The index of the FacetSet to move. | |
to | The index in the list to move the FacetSet to. |
Removes a facet set from the mesh.
which | The index of the facet set to remove. |
Renames the facet set at the given index if it exists.
which | The index of the facet set to rename | |
name | The new User-readable name for the facet set. |
Sets the active facet set if a set with the given name exists.
name | The name of the facet set to make active. |
void DzMRMMesh::setActiveFacetSet | ( | Number | which | ) |
Sets the active facet set
which | The index of the facet set to make active. |