Click or drag to resize

IProject Interface

An interface providing project specific methods and properties e.g. creating/modifying structures, setting simulation parameters etc.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface IProject

The IProject type exposes the following members.

Properties
  NameDescription
Public propertyBoundaryConditions
Gets a reference to boundary conditions repository of the project.
Public propertyCoordinates
Gets a reference to coordinate systems repository of the project.
Public propertyFileName
Gets file name of the project.
Public propertyMaterials
Gets a reference to materials repository of the project.
Public propertyMeshOperations
Gets a reference to mesh refinements repository of the proejct.
Public propertyMessages
Gets a reference to message list of the project.
Public propertyObjects
Gets a reference to objects repository of the project.
Public propertyPlots
Gets a reference to plots repository of the project.
Public propertyPorts
Gets a reference to ports repository of the project.
Public propertyScene
Gets a reference to the scene of the project.
Public propertySettings
Gets a reference to the project settings.
Public propertySimulation
Gets a reference to simulation of the project.
Public propertyTuning
Gets a reference to simulation of the project.
Public propertyVariables
Gets a reference to variables repository of the project.
Top
Methods
  NameDescription
Public methodIsEqual
Compares instances of IProject.
Top
See Also