disable_modelcreation#

Rmxprt.disable_modelcreation(solution_type: str | None = None) bool#

Enable the RMxprt solution.

Parameters:
solution_type

Type of the solution. The default is None.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core import Rmxprt
>>> rmxprt = Rmxprt()
>>> rmxprt.disable_modelcreation()