public class PoBiErrorPointField extends PoGraphMaster
File format/default:
point | 0 0 |
lowX | 0 |
lowY | 0 |
highX | 0 |
highY | 0 |
variationType | REL_VARIATION |
isShapeVisible | true |
isSkeletonVisible | true |
Modifier and Type | Class and Description |
---|---|
static class |
PoBiErrorPointField.VariationTypes
Type of interpretation of the fields lowX,lowY and highX,highY.
|
PoBase.NodeWriteFormats, PoBase.TextTypes, PoBase.UpdateMethodTypes
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
static int |
FIXED_VARIATION
Deprecated.
Use
PoBiErrorPointField.VariationTypes.FIXED_VARIATION instead. |
SoMFFloat |
highX
List of abscissas high errors.
|
SoMFFloat |
highY
List of ordinates high errors.
|
SoSFBool |
isShapeVisible
Defines the visibility of the shape.
|
SoSFBool |
isSkeletonVisible
Defines the visibility of the skeleton.
|
SoMFFloat |
lowX
List of abscissas low errors.
|
SoMFFloat |
lowY
List of ordinates low errors.
|
static int |
PERCENT_FIXED_VARIATION
Deprecated.
|
static int |
PERCENT_REL_VARIATION
Deprecated.
|
SoMFVec2f |
point
List of coordinates of the point field.
|
static int |
REL_VARIATION
Deprecated.
Use
PoBiErrorPointField.VariationTypes.REL_VARIATION instead. |
SoSFEnum<PoBiErrorPointField.VariationTypes> |
variationType
Defines the interpretation of the values lowX, lowY, highX, highY.
|
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 |
---|
PoBiErrorPointField()
Default constructor.
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, PoBiErrorPointField.VariationTypes.valueOf( PoBiErrorPointField.VariationTypes.REL_VARIATION.getValue() ), true, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, true, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible)
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).
|
PoBiErrorPointField(SbVec2f[] _point,
float[] _lowX,
float[] _lowY,
float[] _highX,
float[] _highY,
PoBiErrorPointField.VariationTypes type,
boolean _isShapeVisible,
boolean _isSkeletonVisible)
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 FIXED_VARIATION
PoBiErrorPointField.VariationTypes.FIXED_VARIATION
instead.@Deprecated public static final int REL_VARIATION
PoBiErrorPointField.VariationTypes.REL_VARIATION
instead.@Deprecated public static final int PERCENT_FIXED_VARIATION
PoBiErrorPointField.VariationTypes.PERCENT_FIXED_VARIATION
instead.@Deprecated public static final int PERCENT_REL_VARIATION
PoBiErrorPointField.VariationTypes.PERCENT_REL_VARIATION
instead.public final SoMFVec2f point
public final SoMFFloat lowX
public final SoMFFloat lowY
public final SoMFFloat highX
public final SoMFFloat highY
public final SoSFEnum<PoBiErrorPointField.VariationTypes> variationType
The same method is used to compute the high abscissa xh, low ordinate yl and high ordinate yh.
public final SoSFBool isShapeVisible
public final SoSFBool isSkeletonVisible
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY)
public PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible, boolean _isSkeletonVisible)
public PoBiErrorPointField()
public static SoNodekitCatalog getClassNodekitCatalog()
SoNodekitCatalog
for this class.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com