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