The AssembledFastener object defines an assembled fastener.
The AssembledFastener object is derived from the Fastener object.
import part mdb.models[name].parts[name].engineeringFeatures.fasteners[name] import assembly mdb.models[name].rootAssembly.engineeringFeatures.fasteners[name]
This method creates an AssembledFastener object. Although the constructor is available both for parts and for the assembly, AssembledFastener objects are currently supported only under the assembly.
mdb.models[name].parts[name].engineeringFeatures.AssembledFastener mdb.models[name].rootAssembly.engineeringFeatures.AssembledFastener
Required arguments
A String specifying the repository key.
A Region object specifying the region of attachment points to which assembled fasteners are applied.
A String specifying the name of the template model.
A Region object specifying the template model control point set. The set must contain a single node or vertex.
A sequence of Strings specifying the names of the template model surfaces that are referenced by tie or coupling constraints.
A sequence of Strings specifying the names of the main model surfaces that will be substituted for the template model constraint surfaces.
A String specifying the name of the property prefix string. This string will be prepended to every property name as it is copied to the main model from the template model.
Optional arguments
A SymbolicConstant specifying the method used to orient the virtual instances of the template model at each attachment point. Possible values are NORMALS and CSYS. The default value is NORMALS.
None or a DatumCsys object specifying the local coordinate system. If localCsys=None, the global coordinate system is used. When this member is queried, it returns an Int. The default value is None.
This argument applies only when orientMethod=CSYS.
A String specifying the name of the property generation script. The default value is an empty string.
Return value
An AssembledFastener object.
Exceptions
This method modifies the AssembledFastener object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AssembledFastener method, except for the name argument.
Return value
Exceptions
The AssembledFastener object has members with the same names and descriptions as the arguments to the AssembledFastener method.
In addition, the AssembledFastener object has the following member:
A Boolean specifying whether the fastener is suppressed or not. The default value is OFF.