setValues(...)
This method modifies the OrientationOptions object.
Required arguments
None.
Optional arguments
- options
-
An OrientationOptions object from which values are to be copied. If other arguments are also supplied to setValues, they will override the values in options. The default value is None.
- axis1Color
-
A String specifying the color of axis 1 of the material orientation triad. The default value is "Cyan".
- showAxis1
-
A Boolean specifying whether axis 1 of the material orientation triad should be displayed. The default value is ON.
- axis2Color
-
A String specifying the color of axis 2 of the material orientation triad. The default value is "Yellow".
- showAxis2
-
A Boolean specifying whether axis 2 of the material orientation triad should be displayed. The default value is ON.
- axis3Color
-
A String specifying the color of axis 3 of the material orientation triad. The default value is "Red".
- showAxis3
-
A Boolean specifying whether axis 3 of the material orientation triad should be displayed. The default value is ON.
- symbolSize
-
A Float specifying the size of the material orientation triad. The default value is 12.0.
- lineThickness
-
A SymbolicConstant specifying the thickness of the material orientation triad. Possible values are VERY_THIN, THIN, MEDIUM, and THICK. The default value is VERY_THIN.
- orientation
-
A SymbolicConstant specifying the orientation used for composites. Possible values are PLY and LAYUP. The default value is PLY.
- arrowheadStyle
-
A SymbolicConstant specifying the arrowhead style for the material orientation triad. Possible values are NONE, FILLED, and WIRE. The default value is NONE.
- scaleMode
-
A SymbolicConstant specifying the scaling basis for the material orientation triad. Possible values are MODEL_SIZE and SCREEN_SIZE. The default value is MODEL_SIZE.
Return value
None.
Exceptions
RangeError.