A collection of methods to analyze MolaMesh Face. More...
Static Public Member Functions | |
| static List< float > | FaceArea (MolaMesh molaMesh) |
| Get the area value of each face of a MolaMesh. | |
| static List< float > | FaceCompactness (MolaMesh molaMesh) |
| Get the compactness value of each face of a MolaMesh. | |
| static List< int > | FaceIndex (MolaMesh molaMesh) |
| Get the index of each face of a MolaMesh. | |
| static List< Vec3 > | FaceLocation (MolaMesh molaMesh) |
| Get the center position of each face of a MolaMesh. | |
| static List< bool > | FaceModulo (MolaMesh molaMesh, int modulo=5, int n=4) |
| Get a boolean value for each face according to modulo. | |
| static List< Vec3 > | FaceNormal (MolaMesh molaMesh) |
| Get the normal vector of each face of a MolaMesh. | |
| static List< float > | FacePerimeter (MolaMesh molaMesh) |
| Get the perimeter value of each face of a MolaMesh. | |
A collection of methods to analyze MolaMesh Face.
Get the area value of each face of a MolaMesh.
| molaMesh | A MolaMesh to be analyzed |
Get the compactness value of each face of a MolaMesh.
| molaMesh | A MolaMesh to be analyzed |
Get the index of each face of a MolaMesh.
| molaMesh | A MolaMesh to be analyzed |
Get the center position of each face of a MolaMesh.
| molaMesh | A MolaMesh to be analyzed |
Get a boolean value for each face according to modulo.
| molaMesh | A MolaMesh to be analyzed |
| modulo | The modulo int number |
| n | the desired index number within the modulo |
Get the normal vector of each face of a MolaMesh.
| molaMesh | A MolaMesh to be analyzed |