ContactStd(...)
This method creates a ContactStd object.
Path
mdb.models[name].ContactStd
Required arguments
- name
A String specifying the repository key.
- createStepName
A String specifying the name of the step in which this contact interaction is created.
Optional arguments
- useAllstar
A Boolean specifying whether the contacting surface pairs consist of all exterior faces in the model.
- globalSmoothing
A Boolean specifying whether surface smoothing (geometric correction) is automatically applied to all eligible surfaces. The default value is ON.
- includedPairs
A RegionPairs object specifying the domain pairs included in contact.
- excludedPairs
A RegionPairs object specifying the domain pairs excluded from contact.
- contactPropertyAssignments
A ContactPropertyAssignment object specifying the contact property assignments in the contact domain.
- surfaceThicknessAssignments
A SurfaceThicknessAssignment object specifying the surface thickness assignments in the contact domain.
- surfaceOffsetAssignments
A SurfaceOffsetAssignment object specifying the surface offset fraction assignments in the contact domain.
- surfaceFeatureAssignments
A SurfaceFeatureAssignment object specifying the surface feature angle assignments in the contact domain.
- surfaceBeamSmoothingAssignments
-
A SurfaceBeamSmoothingAssignment object specifying the surface beam smoothing assignments in the contact domain.
- surfaceVertexCriteriaAssignments
-
A SurfaceVertexCriteriaAssignment object specifying the surface vertex criteria assignments in the contact domain.
- mainSecondaryAssignments
A MainSecondaryAssignment object specifying the main-secondary assignments in the contact domain.
- initializationAssignments
An InitializationAssignment object specifying the contact initialization assignments in the contact domain.
- stabilizationAssignments
A StabilizationAssignment object specifying the contact stabilization assignments in the contact domain.
- smoothingAssignments
A SmoothingAssignment object specifying the surface smoothing assignments in the contact domain.
- slidingTransitionAssignments
-
A SlidingTransitionAssignment object specifying the sliding transition assignments in the contact domain.
- slidingFormulationAssignments
-
A SlidingFormulationAssignment object specifying the sliding formulation assignments in the contact domain.
Return value
A ContactStd object.
Exceptions
None.