EngineeringFeature object

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

The following topics are discussed:

Access

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

assignSeam(...)

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

Required arguments

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.

deleteSeam(...)

This method deletes a seam crack.

Required arguments

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.

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.