DiscreteFastener(...)
This method creates a DiscreteFastener object. Although the constructor is available both for parts and for the assembly, DiscreteFastener objects are currently supported only under the assembly.
Path
mdb.models[name].parts[name].engineeringFeatures.DiscreteFastener mdb.models[name].rootAssembly.engineeringFeatures.DiscreteFastener
Required arguments
- name
-
A String specifying the repository key.
- region
-
A Region object specifying the region to which the fastener is applied.
- influenceRadius
-
The SymbolicConstant WHOLE_SURFACE or a Float specifying the coupling influence radius.
Optional arguments
- ur1
-
A Boolean specifying whether to constrain rotational displacement component about the 1-direction. The default value is ON.
- ur2
-
A Boolean specifying whether to constrain rotational displacement component about the 2-direction. The default value is ON.
- ur3
-
A Boolean specifying whether to constrain rotational displacement component about the 3-direction. The default value is ON.
- coupling
-
A SymbolicConstant specifying the coupling method used to couple the displacement and rotation of each attachment point to the average motion of the surface nodes within the radius of influence from the fastening point. Possible values are CONTINUUM and STRUCTURAL. The default value is CONTINUUM.
- rotatonalCoupling
-
A SymbolicConstant specifying the rotational coupling method used. Possible values are ROTATIONAL_CONTINUUM and ROTATIONAL_STRUCTURAL. The default value is ROTATIONAL_STRUCTURAL.
- weightingMethod
-
A SymbolicConstant specifying the weighting scheme to be used to weight the contribution of the displacements of the surface nodes within the radius of influence to the motion of the fastening point. UNIFORM, LINEAR, QUADRATIC, and CUBIC indicate uniform, linear decreasing, quadratic polynomial decreasing, and cubic polynomial monotonic decreasing weight distributions. Possible values are UNIFORM, LINEAR, QUADRATIC, and CUBIC. The default value is UNIFORM.
- localCsys
-
None or a DatumCsys object specifying the local coordinate system of fastener couplings. If localCsys=None, couplings are defined in the global coordinate system. When this member is queried, it returns an Int. The default value is None.
Return value
A DiscreteFastener object.
Exceptions
None.