public class PoMesh1DHints extends PoNode
PoIrregularMesh1D
or PoRegularMesh1D
). All subsequent representations (heriting from PoChart
) use these hints for their computation. The first hint supplied is geomInterpretation which defines how the geometry of the current mesh 1D is interpreted. For instance choosing SMOOTH as interpretation, means that all subsequent representations will interpret the geometry of the current mesh 1D as smoothed (by a cubic spline) points (A cubic spline is computed from the current mesh 1D geometry passing all points, and this spline is used by the subsequent repres).
File format/default:
geomInterpretation | AS_IS |
Modifier and Type | Class and Description |
---|---|
static class |
PoMesh1DHints.GeomInterpretations
Interpretation Type.
|
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
AS_IS
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.AS_IS instead. |
SoSFEnum<PoMesh1DHints.GeomInterpretations> |
geomInterpretation |
static int |
HISTO_X
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.HISTO_X instead. |
static int |
HISTO_Y
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.HISTO_Y instead. |
static int |
SMOOTH
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.SMOOTH instead. |
static int |
STAIRS_2X
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.STAIRS_2X instead. |
static int |
STAIRS_2Y
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.STAIRS_2Y instead. |
static int |
STAIRS_X
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.STAIRS_X instead. |
static int |
STAIRS_Y
Deprecated.
Use
PoMesh1DHints.GeomInterpretations.STAIRS_Y instead. |
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
PoMesh1DHints()
Constructor.
|
callback, doAction, getBoundingBox, getMatrix, getPrimitiveCount, GLRender, handleEvent, pick, search, write
affectsState, copy, copy, distribute, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, rayPick, setOverride, touch
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
@Deprecated public static final int AS_IS
PoMesh1DHints.GeomInterpretations.AS_IS
instead.@Deprecated public static final int SMOOTH
PoMesh1DHints.GeomInterpretations.SMOOTH
instead.@Deprecated public static final int STAIRS_X
PoMesh1DHints.GeomInterpretations.STAIRS_X
instead.@Deprecated public static final int STAIRS_Y
PoMesh1DHints.GeomInterpretations.STAIRS_Y
instead.@Deprecated public static final int HISTO_X
PoMesh1DHints.GeomInterpretations.HISTO_X
instead.@Deprecated public static final int HISTO_Y
PoMesh1DHints.GeomInterpretations.HISTO_Y
instead.@Deprecated public static final int STAIRS_2X
PoMesh1DHints.GeomInterpretations.STAIRS_2X
instead.@Deprecated public static final int STAIRS_2Y
PoMesh1DHints.GeomInterpretations.STAIRS_2Y
instead.public final SoSFEnum<PoMesh1DHints.GeomInterpretations> geomInterpretation
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com