|
ToRhinoConvert Method (BoundingBox3)
|
Converts to Rhino's BoundingBox.
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static BoundingBox Convert(
this BoundingBox3 box
)
<ExtensionAttribute>
Public Shared Function Convert (
box As BoundingBox3
) As BoundingBox
public:
[ExtensionAttribute]
static BoundingBox Convert(
BoundingBox3 box
)
[<ExtensionAttribute>]
static member Convert :
box : BoundingBox3 -> BoundingBox
Parameters
- box
- Type: Karamba.GeometryBoundingBox3
BoundingBox3 to be converted.
Return Value
Type:
BoundingBoxBoundingBox.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BoundingBox3. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also