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.
|
boundingBoxIgnoringVERBOSE_LEVEL, ZeroHandleaddChild, findChild, getChild, getNumChildren, insertChild, removeAllChildren, removeChild, removeChild, replaceChild, replaceChildaffectsState, 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, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizablegetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic 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 July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com