|
GeometryExtensionsConvert Method (BoundingBox)
|
[Missing <summary> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.BoundingBox)"]
Namespace:
Karamba.GHopper.Geometry
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static BoundingBox3 Convert(
this BoundingBox box
)
<ExtensionAttribute>
Public Shared Function Convert (
box As BoundingBox
) As BoundingBox3
public:
[ExtensionAttribute]
static BoundingBox3 Convert(
BoundingBox box
)
[<ExtensionAttribute>]
static member Convert :
box : BoundingBox -> BoundingBox3
Parameters
- box
- Type: BoundingBox
[Missing <param name="box"/> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.BoundingBox)"]
Return Value
Type:
BoundingBox3[Missing <returns> documentation for "M:Karamba.GHopper.Geometry.GeometryExtensions.Convert(Rhino.Geometry.BoundingBox)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
BoundingBox. 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