Click or drag to resize

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)
Syntax
public static Transform3 Convert(
	this Transform xform
)

Parameters

xform
Type: Transform
Rhino transform.

Return Value

Type: Transform3
Karamba 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