Hide menu
Loading...
Searching...
No Matches
cadex::MeshAlgo_MefistoFactory Class Reference

Creates an instance of the Mefisto meshing algorithm. More...

#include <cadex/MeshAlgo_MefistoFactory.hxx>

Inherits cadex::internal::Base_MeshAlgoFactory.

Classes

struct  Parameters
 Defines parameters used by the Mefisto meshing algorithm. More...
 

Public Member Functions

 MeshAlgo_MefistoFactory ()
 Constructor.
 
void SetParameters (const Parameters &theParam)
 Sets parameters to be used by the factory.
 

Detailed Description

Creates an instance of the Mefisto meshing algorithm.

Warning
This class is a part of Advanced Meshers add-on, which is licensed separately from the base CAD Exchanger SDK.

Creates an instance with default parameters. To set specific parameters use SetParameters().

See also
sdk_meshing_advalgos.
Examples
meshing/mefisto/Program.cs, and meshing/mefisto/main.cxx.

Constructor & Destructor Documentation

◆ MeshAlgo_MefistoFactory()

cadex::MeshAlgo_MefistoFactory::MeshAlgo_MefistoFactory ( )

Constructor.

Creates from an implementation object. theImpl must be non-null.

Exceptions
LicenseManager_LicenseErrorif no Mefisto license was activated.