Namespace: Ansys.DesignXplorer.API.Common

Types

Name Description
enumDistributionType Enumeration of the possible parameter distribution types.
enumParameterRelationshipType Enumeration of the possible parameter relationship types.
enumPointState Enumeration of the possible states for a point.
enumSimulationType Enumeration of the simulation types of a parameter.
IMethod IMethod is the interface to be implemented by the external method. It is the main interface of the API, used to define the problem, run the algorithm, and retrieve the results.
IPoint IPoint is the interface describing a point in the parametric space. The point is defined by its input parameter values, and provides output parameter values when up-to-date.
IServices IServices is the interface implemented by a DX object and made available to the IMethod to let it access services to calculate points, publish progress, etc.
IUserExtensionOptimizationCriterion
IUserExtensionParameter