|
ToRhinoConvert Method (Plane3)
|
Converts to Rhino's Plane.
Namespace:
Karamba.GHopper.Geometry
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static Plane Convert(
this Plane3 plane
)
<ExtensionAttribute>
Public Shared Function Convert (
plane As Plane3
) As Plane
public:
[ExtensionAttribute]
static Plane Convert(
Plane3^ plane
)
[<ExtensionAttribute>]
static member Convert :
plane : Plane3 -> Plane
Parameters
- plane
- Type: Karamba.GeometryPlane3
Plane3 to be converted.
Return Value
Type:
PlanePlane.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Plane3. 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