@@ -159,7 +159,7 @@ public static RHG.Quaternion ToRhino(this BHG.Quaternion quartenion)
159
159
/***************************************************/
160
160
161
161
[ Description ( "Returns the Rhino version of the Transformation matrix." ) ]
162
- [ Input ( "quartenion " , "Input TransformMatrix." ) ]
162
+ [ Input ( "bhTrans " , "Input TransformMatrix." ) ]
163
163
[ Output ( "rhGeom" , "Rhino TransformMatrix." ) ]
164
164
public static RHG . Transform ToRhino ( this BHG . TransformMatrix bhTrans )
165
165
{
@@ -802,7 +802,7 @@ public static Text3d ToRhino(this RenderText renderText)
802
802
803
803
804
804
[ Description ( "Returns the Rhino version of the renderGeo." ) ]
805
- [ Input ( "renderText " , "Input renderGeo." ) ]
805
+ [ Input ( "renderGeo " , "Input renderGeo." ) ]
806
806
[ Output ( "rhGeom" , "Rhino object." ) ]
807
807
public static object ToRhino ( this RenderGeometry renderGeo )
808
808
{
@@ -816,7 +816,7 @@ public static object ToRhino(this RenderGeometry renderGeo)
816
816
/***************************************************/
817
817
818
818
[ Description ( "Returns the Rhino version of the CompositeGeometry." ) ]
819
- [ Input ( "compositeGeometry " , "Input CompositeGeometry." ) ]
819
+ [ Input ( "geometries " , "Input CompositeGeometry." ) ]
820
820
[ Output ( "rhGeom" , "Rhino object." ) ]
821
821
public static List < object > ToRhino ( this BHG . CompositeGeometry geometries )
822
822
{
0 commit comments