MechanicalDataModel#

class ansys.mechanical.stubs.v252.Ansys.ACT.Mechanical.MechanicalDataModel#

Bases: object

Overview#

RecomputeState

Recomputes the states of the data model objects. Best used with data model changes made during callbacks in Python Code or Extensions.

Remove

Remove method.

Suppress

Suppress method.

Unsuppress

Unsuppress method.

Method detail#

MechanicalDataModel.RecomputeState() None#

Recomputes the states of the data model objects. Best used with data model changes made during callbacks in Python Code or Extensions.

MechanicalDataModel.Remove(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) None#

Remove method.

MechanicalDataModel.Suppress(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) None#

Suppress method.

MechanicalDataModel.Unsuppress(dataModelObjects: Iterable[Ansys.Mechanical.DataModel.Interfaces.IDataModelObject]) None#

Unsuppress method.