19.1 EngineeringFeature object

The EngineeringFeature object is a container for various specific engineering feature repositories. The EngineeringFeature object has no explicit constructor or methods.

Access
import part
mdb.models[name].parts[name].engineeringFeatures
import assembly
mdb.models[name].rootAssembly.engineeringFeatures


19.1.1 assignSeam(...)

This method creates a seam crack along an edge or a face.

Required argument

regions

A sequence of Region objects specifying the domain of the seam crack. The Region objects must be faces or edges.

Optional arguments

None.

Return value

None

Exceptions

None.


19.1.2 deleteSeam(...)

This method deletes a seam crack.

Required argument

regions

A sequence of Region objects specifying the domain of the seam crack. The Region objects must be faces or edges.

Optional arguments

None.

Return value

None

Exceptions

None.


19.1.3  Members

The EngineeringFeature object can have the following members:

inertias

A repository of Inertia objects.

cracks

A repository of Crack objects.

fasteners

A repository of Fastener objects.

springDashpots

A repository of SpringDashpot objects.