|
ToKarambaCommonConvert Method (Plane)
|
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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
Plane to be converted.
Return Value
Type:
Plane3Plane3.
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