 | IAppGenerateMesh Method |
Starts mesh generation of the active project.
InitializeSimulation(IProject) must be called prior
to calling this method. Otherwise an exception will be thrown.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxvoid GenerateMesh(
IProject project
)
Sub GenerateMesh (
project As IProject
)
Dim instance As IApp
Dim project As IProject
instance.GenerateMesh(project)
Parameters
- project
- Type: EMInvent.InventSim.COMServerIProject
Project to generate mesh. The project has to be opened in the application.
See Also