The SurfaceFeatureAssignment object stores the surface feature angle assignment definition for surfaces in ContactExp or ContactStd objects. The SurfaceFeatureAssignment object has no constructor or members.
import interaction mdb.models[name].interactions[name].surfaceFeatureAssignments
This method allows modification of surface feature angle assignments already defined on surfaces in a given step.
Required arguments
A String specifying the name of the step in which the surface feature assignments are to be modified.
An Int specifying the position of the surface feature angle assignment whose value is to be modified.
A tuple specifying the value of the surface feature assignments for the surface whose index is referenced. Each tuple contains one entry:
A Float or a SymbolicConstant specifying the overriding surface feature angle value to be used for the surface. Possible values of the SymbolicConstant are PERIMETER, ALL, PICKED, or NONE. The ALL and PICKED values cannot be specified with the GLOBAL region constant, and can be used only in the Explicit version of general contact.
Optional arguments
Return value
Exceptions
This method allows addition of surface feature angle assignments to new surfaces in a given step.
Required arguments
A String specifying the name of the step in which new surface feature angle assignments are to be defined.
A sequence of tuples specifying the surface feature angle assignments. Each tuple contains two entries:
A region object or the SymbolicConstant GLOBAL specifying the surface to which the feature angle is assigned.
A Float or a SymbolicConstant specifying the overriding surface feature angle value to be used for the surface. Possible values of the SymbolicConstant are PERIMETER, ALL, PICKED, or NONE. The ALL and PICKED values cannot be specified with the GLOBAL region constant, and can be used only in the Explicit version of general contact.
Optional arguments
Return value
Exceptions
The delete method allows you to delete existing surface feature angle assignments from a ContactExp object.
Required argument
A sequence of Ints specifying the index of each surface feature angle assignment to delete.
Optional arguments
Return value
Exceptions
*SURFACE PROPERTY ASSIGNMENT, PROPERTY=FEATURE EDGE CRITERIA |