Imperfection object

The Imperfection object is the abstract base type for FileImperfection, InputImperfection, and DataImperfection.

This page discusses:

Access

import assembly
mdb.models[name].rootAssembly.engineeringFeatures.imperfections[name]

resume()

This method resumes the imperfection that was previously suppressed.

Arguments

None.

Return value

None.

Exceptions

None.

suppress()

This method suppresses the imperfection.

Arguments

None.

Return value

None.

Exceptions

None.

Members

The Imperfection object has the following members:

name

A String specifying the repository key.

suppressed

A Boolean specifying whether the imperfection is suppressed or not. The default value is OFF.