GumballObjectSetFromBoundingBox Method (Plane, BoundingBox) | 
 
            Sets the gumball bounding box with respect to a frame.
            
 
    Namespace: 
   Rhino.UI.Gumball
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool SetFromBoundingBox(
	Plane frame,
	BoundingBox frameBoundingBox
)
Public Function SetFromBoundingBox ( 
	frame As Plane,
	frameBoundingBox As BoundingBox
) As Boolean
Parameters
- frame
 - Type: Rhino.GeometryPlane
The frame. - frameBoundingBox
 - Type: Rhino.GeometryBoundingBox
Bounding box with respect to frame. 
Return Value
Type: 
Boolean
            true if input is valid and gumball is set. false if input is not valid.
            In this case, gumball is set to the default.
            
See Also