public class PoGroup3Axis3 extends PoBaseAxis
The graduations of these axes are defined by the fields gradStart
and gradEnd
. However if these fields are equal, the fields start
and end
are used to define the graduation values.
File format/default:
start | 0 0 0 |
end | 1 1 1 |
gradStart | 0 0 0 |
gradEnd | 0 0 0 |
verticalAxisName | Z_AXIS |
xTitle | "" |
yTitle | "" |
zTitle | "" |
Modifier and Type | Class and Description |
---|---|
static class |
PoGroup3Axis3.AxisNames |
static class |
PoGroup3Axis3.AxisTypes
Type of axis.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3f |
end
End coordinates of respectively the X, Y and Z axis.
|
SoSFVec3f |
gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.
|
SoSFVec3f |
gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.
|
static int |
LINEAR
Deprecated.
Use
PoGroup3Axis3.AxisTypes.LINEAR instead. |
static int |
LOGARITHMIC
Deprecated.
Use
PoGroup3Axis3.AxisTypes.LOGARITHMIC instead. |
SoSFVec3f |
start
Start point of the three axes.
|
SoSFEnum<PoGroup3Axis3.AxisNames> |
verticalAxisName
Name of the vertical axis.
|
static int |
X_AXIS
Deprecated.
Use
PoGroup3Axis3.AxisNames.X_AXIS instead. |
SoSFString |
xTitle
Title of the X axis.
|
static int |
Y_AXIS
Deprecated.
Use
PoGroup3Axis3.AxisNames.Y_AXIS instead. |
SoSFString |
yTitle
Title of the Y axis.
|
static int |
Z_AXIS
Deprecated.
Use
PoGroup3Axis3.AxisNames.Z_AXIS instead. |
SoSFString |
zTitle
Title of the Z axis.
|
FOLD_NODE_WRITE_FORMAT, SO_ANNO_TEXT3, SO_TEXT3, UNFOLD_NODE_WRITE_FORMAT, UPDATE_METHOD_IMMEDIATE, UPDATE_METHOD_ON_ACTION
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PoGroup3Axis3()
Default constructor.
|
PoGroup3Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup3Axis3.AxisTypes _xAxisType,
PoGroup3Axis3.AxisTypes _yAxisType,
PoGroup3Axis3.AxisTypes _zAxisType)
Calls PoGroup3Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, PoGroup3Axis3.AxisNames.valueOf( PoGroup3Axis3.AxisNames.Z_AXIS.getValue() ), (java.lang.String)null, (java.lang.String)null, (java.lang.String)null).
|
PoGroup3Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup3Axis3.AxisTypes _xAxisType,
PoGroup3Axis3.AxisTypes _yAxisType,
PoGroup3Axis3.AxisTypes _zAxisType,
PoGroup3Axis3.AxisNames vertAxis)
Calls PoGroup3Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, vertAxis, (java.lang.String)null, (java.lang.String)null, (java.lang.String)null).
|
PoGroup3Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup3Axis3.AxisTypes _xAxisType,
PoGroup3Axis3.AxisTypes _yAxisType,
PoGroup3Axis3.AxisTypes _zAxisType,
PoGroup3Axis3.AxisNames vertAxis,
java.lang.String xTtle)
Calls PoGroup3Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, vertAxis, xTtle, (java.lang.String)null, (java.lang.String)null).
|
PoGroup3Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup3Axis3.AxisTypes _xAxisType,
PoGroup3Axis3.AxisTypes _yAxisType,
PoGroup3Axis3.AxisTypes _zAxisType,
PoGroup3Axis3.AxisNames vertAxis,
java.lang.String xTtle,
java.lang.String yTtle)
Calls PoGroup3Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, vertAxis, xTtle, yTtle, (java.lang.String)null).
|
PoGroup3Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup3Axis3.AxisTypes _xAxisType,
PoGroup3Axis3.AxisTypes _yAxisType,
PoGroup3Axis3.AxisTypes _zAxisType,
PoGroup3Axis3.AxisNames vertAxis,
java.lang.String xTtle,
java.lang.String yTtle,
java.lang.String zTtle)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static SoNodekitCatalog |
getClassNodekitCatalog()
Returns the
SoNodekitCatalog for this class. |
addPostRebuildCallback, addPreRebuildCallback, getDomain, getNodeWriteFormat, getTextType, getUpdateMethod, isBuilt, isModified, isVRML2Mode, rebuild, setDomain, setNodeWriteFormat, setTextType, setUpdateMethod, setVRML2Mode, touchKit
getNodekitCatalog, getPart, getPart, getPartString, getViewportIsEnabled, getViewportOrigin, getViewportSize, isSearchingChildren, set, set, setPart, setSearchingChildren
affectsState, 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, write
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int LINEAR
PoGroup3Axis3.AxisTypes.LINEAR
instead.@Deprecated public static final int LOGARITHMIC
PoGroup3Axis3.AxisTypes.LOGARITHMIC
instead.@Deprecated public static final int X_AXIS
PoGroup3Axis3.AxisNames.X_AXIS
instead.@Deprecated public static final int Y_AXIS
PoGroup3Axis3.AxisNames.Y_AXIS
instead.@Deprecated public static final int Z_AXIS
PoGroup3Axis3.AxisNames.Z_AXIS
instead.public final SoSFVec3f start
public final SoSFVec3f end
public final SoSFVec3f gradStart
PoCartesianAxis.gradStart
for details.
public final SoSFVec3f gradEnd
PoCartesianAxis.gradEnd
for details.
public final SoSFEnum<PoGroup3Axis3.AxisNames> verticalAxisName
public final SoSFString xTitle
public final SoSFString yTitle
public final SoSFString zTitle
public PoGroup3Axis3(SbVec3f _start, SbVec3f _end, PoGroup3Axis3.AxisTypes _xAxisType, PoGroup3Axis3.AxisTypes _yAxisType, PoGroup3Axis3.AxisTypes _zAxisType, PoGroup3Axis3.AxisNames vertAxis, java.lang.String xTtle)
public PoGroup3Axis3(SbVec3f _start, SbVec3f _end, PoGroup3Axis3.AxisTypes _xAxisType, PoGroup3Axis3.AxisTypes _yAxisType, PoGroup3Axis3.AxisTypes _zAxisType, PoGroup3Axis3.AxisNames vertAxis, java.lang.String xTtle, java.lang.String yTtle)
public PoGroup3Axis3(SbVec3f _start, SbVec3f _end, PoGroup3Axis3.AxisTypes _xAxisType, PoGroup3Axis3.AxisTypes _yAxisType, PoGroup3Axis3.AxisTypes _zAxisType, PoGroup3Axis3.AxisNames vertAxis)
public PoGroup3Axis3(SbVec3f _start, SbVec3f _end, PoGroup3Axis3.AxisTypes _xAxisType, PoGroup3Axis3.AxisTypes _yAxisType, PoGroup3Axis3.AxisTypes _zAxisType)
public PoGroup3Axis3(SbVec3f _start, SbVec3f _end, PoGroup3Axis3.AxisTypes _xAxisType, PoGroup3Axis3.AxisTypes _yAxisType, PoGroup3Axis3.AxisTypes _zAxisType, PoGroup3Axis3.AxisNames vertAxis, java.lang.String xTtle, java.lang.String yTtle, java.lang.String zTtle)
public PoGroup3Axis3()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com