The ConnectorStop object defines connector stops for one or more components of a connector's relative motion.
The ConnectorStop object is derived from the ConnectorBehaviorOption object.
import section mdb.models[name].sections[name].behaviorOptions[i] import odbSection session.odbs[name].sections[name].behaviorOptions[i]
This method creates a connector stop behavior option for a ConnectorSection object.
import connectorBehavior connectorBehavior.ConnectorStop import odbConnectorBehavior odbConnectorBehavior.ConnectorStop
Required arguments
Optional arguments
None or a Float specifying the lower bound for the connector's relative position for all specified components, or no lower bound. The default value is None.
None or a Float specifying the upper bound for the connector's relative position for all specified components, or no upper bound. The default value is None.
A sequence of Ints specifying the components of relative motion for which the behavior is defined. Possible values are 1 components 6. Only available components can be specified. The default value is an empty sequence.
Return value
A ConnectorStop object.
Exceptions
ValueError and TextError.
This method modifies the ConnectorStop object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the ConnectorStop method.
Return value
Exceptions
ValueError.
The ConnectorStop object has members with the same names and descriptions as the arguments to the ConnectorStop method.