Description:
Syntax:
public bool SetFromBoundingBox(
BoundingBox boundingBox
)
Returns:
Type: bool
Available since:
5.0

Description:

Sets the gumball bounding box with respect to a frame.

Syntax:
public bool SetFromBoundingBox(
Plane frame,
BoundingBox frameBoundingBox
)
Parameters:
  • frame
  • Type: Plane
  • The frame.
  • frameBoundingBox
  • Type: BoundingBox
  • Bounding box with respect to frame.
Returns:
Type: bool
True if input is valid and gumball is set. False if input is not valid. In this case, gumball is set to the default.
Available since:
5.0

SetFromBoundingBox method

Class:  Rhino.UI.Gumball.GumballObject

Nothing found