Skip to content

Commit 89c83c9

Browse files
alelomFraser Greenroyd
authored andcommitted
More incorrect documentation
1 parent 7e8729a commit 89c83c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rhinoceros_Engine/Convert/ToRhino.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static RHG.Quaternion ToRhino(this BHG.Quaternion quartenion)
159159
/***************************************************/
160160

161161
[Description("Returns the Rhino version of the Transformation matrix.")]
162-
[Input("quartenion", "Input TransformMatrix.")]
162+
[Input("bhTrans", "Input TransformMatrix.")]
163163
[Output("rhGeom", "Rhino TransformMatrix.")]
164164
public static RHG.Transform ToRhino(this BHG.TransformMatrix bhTrans)
165165
{
@@ -802,7 +802,7 @@ public static Text3d ToRhino(this RenderText renderText)
802802

803803

804804
[Description("Returns the Rhino version of the renderGeo.")]
805-
[Input("renderText", "Input renderGeo.")]
805+
[Input("renderGeo", "Input renderGeo.")]
806806
[Output("rhGeom", "Rhino object.")]
807807
public static object ToRhino(this RenderGeometry renderGeo)
808808
{
@@ -816,7 +816,7 @@ public static object ToRhino(this RenderGeometry renderGeo)
816816
/***************************************************/
817817

818818
[Description("Returns the Rhino version of the CompositeGeometry.")]
819-
[Input("compositeGeometry", "Input CompositeGeometry.")]
819+
[Input("geometries", "Input CompositeGeometry.")]
820820
[Output("rhGeom", "Rhino object.")]
821821
public static List<object> ToRhino(this BHG.CompositeGeometry geometries)
822822
{

0 commit comments

Comments
 (0)