ConnectorOrientation(...)
This method assigns a connector orientation to a connector region.
Required arguments
- region
-
An OdbSet specifying a region.
Optional arguments
- localCsys1
-
An OdbDatumCsys object specifying the first connector node local coordinate system or None, indicating the global coordinate system.
- axis1
-
A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation of the first connector node is applied. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.
- angle1
-
A Float specifying the angle of the additional rotation about the first connector node axis. The default value is 0.0.
- orient2sameAs1
-
A Boolean specifying whether the same orientation settings should be used for the second node of the connector. The default value is OFF.
- localCsys2
-
An OdbDatumCsys object specifying the second connector node local coordinate system or None, indicating the global coordinate system.
- axis2
-
A SymbolicConstant specifying the axis of a cylindrical or spherical datum coordinate system about which an additional rotation of the second connector node is applied. Possible values are AXIS_1, AXIS_2, and AXIS_3. The default value is AXIS_1.
- angle2
-
A Float specifying the angle of the additional rotation about the second connector node axis. The default value is 0.0.
Return value
None.
Exceptions
- If region is not an element set:
OdbError: Connector orientation assignment requires element set.