public class PoGroup6Axis3 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 |
xTitle | "" |
yTitle | "" |
zTitle | "" |
Modifier and Type | Class and Description |
---|---|
static class |
PoGroup6Axis3.AxisTypes
Type of axis.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3f |
end
End point of the cube.
|
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
PoGroup6Axis3.AxisTypes.LINEAR instead. |
static int |
LOGARITHMIC
Deprecated.
Use
PoGroup6Axis3.AxisTypes.LOGARITHMIC instead. |
SoSFVec3f |
start
Start point of the cube.
|
SoSFString |
xTitle
Title of the X axis.
|
SoSFString |
yTitle
Title of the Y axis.
|
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 |
---|
PoGroup6Axis3()
Default constructor.
|
PoGroup6Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup6Axis3.AxisTypes _xAxisType,
PoGroup6Axis3.AxisTypes _yAxisType,
PoGroup6Axis3.AxisTypes _zAxisType)
Calls PoGroup6Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, (java.lang.String)null, (java.lang.String)null, (java.lang.String)null).
|
PoGroup6Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup6Axis3.AxisTypes _xAxisType,
PoGroup6Axis3.AxisTypes _yAxisType,
PoGroup6Axis3.AxisTypes _zAxisType,
java.lang.String xTtle)
Calls PoGroup6Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, xTtle, (java.lang.String)null, (java.lang.String)null).
|
PoGroup6Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup6Axis3.AxisTypes _xAxisType,
PoGroup6Axis3.AxisTypes _yAxisType,
PoGroup6Axis3.AxisTypes _zAxisType,
java.lang.String xTtle,
java.lang.String yTtle)
Calls PoGroup6Axis3(_start, _end, _xAxisType, _yAxisType, _zAxisType, xTtle, yTtle, (java.lang.String)null).
|
PoGroup6Axis3(SbVec3f _start,
SbVec3f _end,
PoGroup6Axis3.AxisTypes _xAxisType,
PoGroup6Axis3.AxisTypes _yAxisType,
PoGroup6Axis3.AxisTypes _zAxisType,
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
PoGroup6Axis3.AxisTypes.LINEAR
instead.@Deprecated public static final int LOGARITHMIC
PoGroup6Axis3.AxisTypes.LOGARITHMIC
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 SoSFString xTitle
public final SoSFString yTitle
public final SoSFString zTitle
public PoGroup6Axis3(SbVec3f _start, SbVec3f _end, PoGroup6Axis3.AxisTypes _xAxisType, PoGroup6Axis3.AxisTypes _yAxisType, PoGroup6Axis3.AxisTypes _zAxisType, java.lang.String xTtle, java.lang.String yTtle)
public PoGroup6Axis3(SbVec3f _start, SbVec3f _end, PoGroup6Axis3.AxisTypes _xAxisType, PoGroup6Axis3.AxisTypes _yAxisType, PoGroup6Axis3.AxisTypes _zAxisType, java.lang.String xTtle)
public PoGroup6Axis3(SbVec3f _start, SbVec3f _end, PoGroup6Axis3.AxisTypes _xAxisType, PoGroup6Axis3.AxisTypes _yAxisType, PoGroup6Axis3.AxisTypes _zAxisType)
public PoGroup6Axis3(SbVec3f _start, SbVec3f _end, PoGroup6Axis3.AxisTypes _xAxisType, PoGroup6Axis3.AxisTypes _yAxisType, PoGroup6Axis3.AxisTypes _zAxisType, java.lang.String xTtle, java.lang.String yTtle, java.lang.String zTtle)
public PoGroup6Axis3()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com