public class PoChart extends PoGraphMaster
PoRegularMesh1D or PoIrregularMesh1D), the current data-mapping (PoDataMapping), the current domain (PoDomain).| Modifier and Type | Class and Description |
|---|---|
static class |
PoChart.ColorBindings
Color binding.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypesInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoChart.ColorBindings> |
colorBinding
Specify how the colors are bound to the representation.
|
SoSFInt32 |
colorValuesIndex
Defines the index of the set of values for the coloring.
|
static int |
INHERITED
Deprecated.
Use
PoChart.ColorBindings.INHERITED instead. |
SoSFNode |
material
Defines the list of materials used for the coloring.
|
static int |
PER_PART
Deprecated.
Use
PoChart.ColorBindings.PER_PART instead. |
static int |
PER_VERTEX
Deprecated.
Use
PoChart.ColorBindings.PER_VERTEX instead. |
SoSFInt32 |
yValuesIndex
Defines the index of the set of values used by a charting representation as a y-coordinate of each mesh node.
|
FOLD_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. |
addPostRebuildCallback, 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 INHERITED
PoChart.ColorBindings.INHERITED instead.@Deprecated public static final int PER_VERTEX
PoChart.ColorBindings.PER_VERTEX instead.@Deprecated public static final int PER_PART
PoChart.ColorBindings.PER_PART instead.public final SoSFEnum<PoChart.ColorBindings> colorBinding
PER_VERTEX: Each vertex of the representation is colored with a different color from the field material or colorValuesIndex.
PER_PART: Each part of the representation is colored with a different color from the field material or colorValuesIndex.
The interpretation of colorBinding is retailed in the derived classes. If not enough colors is provided, they are circular used.
public final SoSFInt32 yValuesIndex
public final SoSFInt32 colorValuesIndex
SoField class), this is the field material which is used for coloring.public final SoSFNode material
SoField class) or NULL, this is the field colorValuesIndex (if this one is also ignored, the color will be inherited) which is used for coloring.public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog for this class.Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com