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
SoNode.RenderModes
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.
|
SoSFVec3f |
start
Start point of the three axes.
|
SoSFEnum<PoGroup3Axis3.AxisNames> |
verticalAxisName
Name of the vertical axis.
|
SoSFString |
xTitle
Title of the X axis.
|
SoSFString |
yTitle
Title of the Y axis.
|
SoSFString |
zTitle
Title of the Z axis.
|
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, getRenderEngineMode, 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, getName, isDisposable, isSynchronizable, setName, setSynchronizable
getNativeResourceHandle
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)
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)
public PoGroup3Axis3()
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 static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com