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.
sectionApi.sections()[name].behaviorOptions(i)
This method creates a connector stop behavior option for a ConnectorSection object.
sectionApi.sections()[name].ConnectorStop
odb_ConnectorStop& ConnectorStop(odb_Union minMotion, odb_Union maxMotion, const odb_SequenceInt& components);
Required arguments
Optional arguments
The string "NONE" or a Double specifying the lower bound for the connector's relative position for all specified components, or no lower bound. The default value is "NONE".
The string "NONE" or a Double specifying the upper bound for the connector's relative position for all specified components, or no upper bound. The default value is "NONE".
An odb_SequenceInt 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.