|
SoSFTrigger | adjustSettings |
| If this field is triggered then the current axisVolumeSize field is used to set a sensible axis setting from it.
|
|
SoSFBool | autoAdjustSettings |
| If TRUE all changes of the node automatically cause setting of sensible axis settings from it.
|
|
SoSFBool | axisOn |
| Enables/disables drawing of the coordinate system. Default is True.
|
|
SoSFVec3f | axisVolumeSize |
| Field which is used as volume size input.
|
|
SoSFUInt32 | axisFontSize |
| Selects fonts size for axis annotation. Default is 0.
|
|
SoSFBool | axis1Visibility |
| Enables/Disables visibility of axis 1. Default is True.
|
|
SoSFBool | axis2Visibility |
| Enables/Disables visibility of axis 2. Default is True.
|
|
SoSFBool | axis3Visibility |
| Enables/Disables visibility of axis 3. Default is True.
|
|
SoSFBool | axisNumberingOn |
| Enables/Disables numbering of axis ticks. Default is True.
|
|
SoSFBool | axisSubTickingOn |
| Enables/Disables drawing of subticks. Default is True.
|
|
SoSFVec3f | axisStepSizes |
| Determines distances between axis ticks. Default is (1,1,1).
|
|
SoSFVec3f | axisOrigin |
| The world position of the axis origin. Default is (0,0,0).
|
|
SoSFVec3f | axisMinEnds |
| The start values foer each axis. Default is (-1,-1,-1).
|
|
SoSFVec3f | axisMaxEnds |
| The end values of each axis. Default is (1,1,1).
|
|
SoSFVec3f | axisMarkerLength |
| The size of the axis ticks. Default is (0,0,0).
|
|
SoSFVec3f | axisTicksMin |
| Position of the first axis tick. Default is (0,0,0).
|
|
SoSFVec3f | axisTicksMax |
| Position of the last axis tick. Default is (1,1,1).
|
|
SoSFVec3f | axisNumBias |
| Values to be added to axis numbers. Default is (0,0,0).
|
|
SoSFVec3f | axisNumScale |
| Axis numbers are multiplied with these values. Default is (1,1,1).
|
|
SoSFBool | boxOn |
| Enables/disables box drawing. Default is False.
|
|
SoSFVec3f | axisWingLength |
| Size the arrows at the end of each axis. Defaut is (0.5, 0.5, 0.5).
|
|
SoSFVec3f | axisOverScale |
| Factor which makes the axis longer to be sure that arrows are not at position of last tick.
|
|
SoSFVec3f | axisSubTickSteps |
| Subdivision of distance between ticks to determine smaller ticks between.
|
|
SoSFVec3f | axisSubTickScales |
| Tick lengthes multiplied with this scale factors result to size of subticks.
|
|
SoSFMLImage | inputImage |
| Pointer to input image field.
|
|
|
SoSFBool | multiAxisXY |
|
SoSFBool | multiAxisXZ |
|
SoSFBool | multiAxisYX |
|
SoSFBool | multiAxisYZ |
|
SoSFBool | multiAxisZX |
|
SoSFBool | multiAxisZY |
|
|
SoSFString | axis1Text |
| Text to be drawn at axis ends.
|
|
SoSFString | axis2Text |
|
SoSFString | axis3Text |
|
|
SoSFString | numPrefix1Text |
| Text to be inserted/appended before/after axis numberings, defaults are "".
|
|
SoSFString | numPrefix2Text |
|
SoSFString | numPrefix3Text |
|
SoSFString | numPostfix1Text |
|
SoSFString | numPostfix2Text |
|
SoSFString | numPostfix3Text |
|
|
SoSFEnum | axisText1AlignMode |
| Type selector for text alignments, default is TEXT_ALIGN_LEFT.
|
|
SoSFEnum | axisText2AlignMode |
|
SoSFEnum | axisText3AlignMode |
|
SoSFEnum | axisNumber1AlignMode |
|
SoSFEnum | axisNumber2AlignMode |
|
SoSFEnum | axisNumber3AlignMode |
|
|
SoSFColor | axis1Color |
|
SoSFFloat | axis1Transparency |
|
|
SoSFColor | axis2Color |
|
SoSFFloat | axis2Transparency |
|
|
SoSFColor | axis3Color |
|
SoSFFloat | axis3Transparency |
|
|
SoSFColor | boxColor |
|
SoSFFloat | boxTransparency |
|
Definition at line 44 of file SoAxis.h.
If TRUE all changes of the node automatically cause setting of sensible axis settings from it.
So determination of tick steps etc. are done automatically. In case of adjustment the fields axisMinEnds, axisMaxEnds, axisTicksMin, axisTicksMax, axisStepSizes, axisMarkerLength, axisWingLength, axisSubTickSteps and axisSubTickScales are adapted. Default is True.
Definition at line 63 of file SoAxis.h.