public class SoVRMLParent extends SoGroup
SoVRMLParent
node is the abstract base class for all VRML grouping nodes that have children.
<font color="#0000FF">NOTE:</font> This class does not exist in Open Inventor 10.0 and later.
File format/default:
This is an abstract class. See the reference page of a derived class for the format and default values.
Action behavior:
Deprecated since Open Inventor 9500
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFVec3f |
bboxCenter
Deprecated.
The
bboxCenter and bboxSize fields specify a bounding box that encloses the SoVRMLParent 's children. |
SoSFVec3f |
bboxSize
Deprecated.
The
bboxCenter and bboxSize fields specify a bounding box that encloses the SoVRMLParents's children. |
SoMFNode |
children
Deprecated.
Field that contains a list of children nodes.
|
SoSFNode |
metadata
Deprecated.
Specifies the metadata node.
|
boundingBoxIgnoring
VERBOSE_LEVEL, ZeroHandle
addChild, findChild, getChild, getNumChildren, insertChild, removeAllChildren, removeChild, removeChild, replaceChild, replaceChild
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, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoMFNode children
public final SoSFNode metadata
public final SoSFVec3f bboxCenter
bboxCenter
and bboxSize
fields specify a bounding box that encloses the SoVRMLParent
's children.
This is a hint that may be used for optimization purposes. If the specified bounding box is smaller than the actual bounding box of the children at any time, then the results are undefined. A default bboxSize
value, (-1 -1 -1), implies that the bounding box is not specified.public final SoSFVec3f bboxSize
bboxCenter
and bboxSize
fields specify a bounding box that encloses the SoVRMLParents's children.
See bboxCenter
for details.Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com