Click or drag to resize
SoVRMLParentbboxCenter Property

The bboxCenter and bboxSize fields specify a bounding box that encloses the SoVRMLParent's children.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec3f bboxCenter { get; }

Property Value

Type: SoSFVec3f
Remarks

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.

See Also