Accessimport part mdb.models[name].parts[name].engineeringFeatures.fasteners[name] import assembly mdb.models[name].rootAssembly.engineeringFeatures.fasteners[name] AssembledFastener(...)
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. Pathmdb.models[name].parts[name].engineeringFeatures.AssembledFastener mdb.models[name].rootAssembly.engineeringFeatures.AssembledFastener Required arguments
Optional arguments
Return valueAn AssembledFastener object. ExceptionsNone. setValues(...)
This method modifies the AssembledFastener object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the AssembledFastener method, except for the name argument. Return valueNone. ExceptionsNone. MembersThe 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:
|