|
GeometryExtensionsConvert Method (Transform)
|
Convert rhino transform to karamba transformation.
Namespace:
Karamba.GHopper.Geometry
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static Transform3 Convert(
this Transform xform
)
<ExtensionAttribute>
Public Shared Function Convert (
xform As Transform
) As Transform3
public:
[ExtensionAttribute]
static Transform3 Convert(
Transform xform
)
[<ExtensionAttribute>]
static member Convert :
xform : Transform -> Transform3
Parameters
- xform
- Type: Transform
Rhino transform.
Return Value
Type:
Transform3Karamba transformation.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Transform. 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