19.4 Crack object
The Crack object is the abstract base type for ContourIntegral and future crack objects.
Access
import part
mdb.models[name].parts[name].engineeringFeatures.cracks[name]
import assembly
mdb.models[name].rootAssembly.engineeringFeatures.cracks[name]
19.4.1 resume()
This method resumes the crack that was previously suppressed.
None.
NoneNone.
19.4.2 suppress()
This method suppresses the crack.
None.
NoneNone.
19.4.3 Members
The Crack object has the following members:
nameA String specifying the repository key.
suppressedA Boolean specifying whether the crack is suppressed or not. The default value is OFF.