public class PoCartesianAxis extends PoAxis
| Modifier and Type | Class and Description |
|---|---|
static class |
PoCartesianAxis.Types
Type of axis orientation.
|
PoAxis.ArrowAttributes, PoAxis.AxisReverses, PoAxis.GradAttributes, PoAxis.GradPositions, PoAxis.GridAttributes, PoAxis.MarginAttributes, PoAxis.MarginTypes, PoAxis.TextPaths, PoAxis.TickAttributes, PoAxis.TickPositions, PoAxis.TickSubDefs, PoAxis.TitleAttributes, PoAxis.TitlePositions, PoAxis.VisibilitiesPoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypesInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFFloat |
end
Defines the end of the axis.
|
SoSFFloat |
gradEnd
Defines the value of the graduation (tick label) corresponding to the end coordinate of this axis.
|
SoSFFloat |
gradStart
Defines the value of the graduation (tick label) corresponding to the starting coordinate of this axis.
|
SoSFVec3f |
start
Defines the start of the axis.
|
SoSFEnum<PoCartesianAxis.Types> |
type
Type of the axis (XY, XZ, YX, ...
|
static int |
XY
Deprecated.
Use
PoCartesianAxis.Types.XY instead. |
static int |
XZ
Deprecated.
Use
PoCartesianAxis.Types.XZ instead. |
static int |
YX
Deprecated.
Use
PoCartesianAxis.Types.YX instead. |
static int |
YZ
Deprecated.
Use
PoCartesianAxis.Types.YZ instead. |
static int |
ZX
Deprecated.
Use
PoCartesianAxis.Types.ZX instead. |
static int |
ZY
Deprecated.
Use
PoCartesianAxis.Types.ZY instead. |
arrowHeight, arrowLength, arrowVisibility, AXIS_NO_REVERSE, AXIS_REVERSE, AXIS_REVERSE_DEPEND, FIXED_MARGIN, GRAD_ABOVE, GRAD_BELOW, GRAD_DEPEND, gradAddString, gradAddStringVisibility, gradDistAxis, gradFontName, gradFontSize, gradPath, gradPosition, gradVisibility, gridLengthGradOtherSide, gridLengthGradSide, gridVisibility, marginEnd, marginStart, marginType, NUM_SUB_TICK, PATH_DEPEND, PATH_DOWN, PATH_LEFT, PATH_RIGHT, PATH_UP, PERIOD_MAIN_TICK, REL_MARGIN, reverseFlag, TICK_ACROSS_AXIS, TICK_GRAD_OTHER_SIDE, TICK_GRAD_SIDE, tickFirstGrad, tickLastGrad, tickMainLength, tickNumOrPeriod, tickPosition, tickSubDef, tickSubLength, tickVisibility, TITLE_DEPEND, TITLE_END, TITLE_MIDDLE, titleDistAxis, titleFontName, titleFontSize, titlePath, titlePosition, titleString, titleVisibility, VISIBILITY_DEPEND, VISIBILITY_OFF, VISIBILITY_ONFOLD_NODE_WRITE_FORMAT, SO_ANNO_TEXT3, SO_TEXT3, UNFOLD_NODE_WRITE_FORMAT, UPDATE_METHOD_IMMEDIATE, UPDATE_METHOD_ON_ACTIONboundingBoxIgnoringVERBOSE_LEVEL, ZeroHandle| Modifier and Type | Method and Description |
|---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
getArrow, getGrad, getGrid, getMargin, getMiscTextAttr, getReverseFlag, getTick, getTitle, setMiscTextAttraddPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKitgetNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildrenaffectsState, callback, copy, copy, distribute, doAction, getAlternateRep, getBoundingBox, getByName, getMatrix, getPrimitiveCount, getRenderUnitID, GLRender, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, handleEvent, isBoundingBoxIgnoring, isOverride, pick, rayPick, search, setOverride, touch, writecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int XY
PoCartesianAxis.Types.XY instead.@Deprecated public static final int XZ
PoCartesianAxis.Types.XZ instead.@Deprecated public static final int YX
PoCartesianAxis.Types.YX instead.@Deprecated public static final int YZ
PoCartesianAxis.Types.YZ instead.@Deprecated public static final int ZX
PoCartesianAxis.Types.ZX instead.@Deprecated public static final int ZY
PoCartesianAxis.Types.ZY instead.public final SoSFVec3f start
public final SoSFFloat end
public final SoSFFloat gradStart
start is (5,0,0), the end is 10, the gradStart is -3 and gradEnd is +4, the X coordinates of this horizontal axis are in the range [5, 10], but the text of the displayed graduations are in the range [-3, +4] for linear axis and in the range [10E-3, 10E+4] for logarithmic axis.
If gradStart and gradEnd are equal, these fields are ignored and the text of the graduations correspond to the coordinates of the axis.
This field is ignored by PoGenAxis.
public final SoSFFloat gradEnd
gradStart for details.
This field is ignored by PoGenAxis.
public final SoSFEnum<PoCartesianAxis.Types> type
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog for this class.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com