SoVRMLParentbboxSize Property |
The bboxCenter and bboxSize fields specify a bounding box that encloses the SoVRMLParents's children.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFVec3f bboxSize { get; }
Public ReadOnly Property bboxSize As SoSFVec3f
Get
public:
property SoSFVec3f^ bboxSize {
SoSFVec3f^ get ();
}
member bboxSize : SoSFVec3f with get
Property Value
Type:
SoSFVec3f
RemarksSee bboxCenter for details.
See Also