class ORamaVR::MSH::NetGen::Editor::NetgenTetrahedralizationΒΆ

class NetgenTetrahedralization: public MAGES.MeshDeformations.Editor.Tetrahedralization
{
public:
    // properties

    string Name;

    // methods

    Dictionary GetDefaultParameters();
    bool Run(Mesh mesh, string outputPath, Dictionary parameters);
};