Skip to content

Commit b5b0e12

Browse files
committed
Descriptions
1 parent 2d9b645 commit b5b0e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Spatial_Engine/Modify/Orient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public static partial class Modify
4141

4242
[Description("Orients the element from one coordinate system to another.")]
4343
[Input("element", "The element to orient.")]
44-
[Input("from", "The cartesian coordinate system to orient from. Deaults to global XY if nothing is provided.")]
45-
[Input("to", "The cartesian coordinate system to orient to. Deaults to global XY if nothing is provided.")]
44+
[Input("from", "The cartesian coordinate system to orient from.")]
45+
[Input("to", "The cartesian coordinate system to orient to.")]
4646
[Output("element", "The reoriented element.")]
4747
public static IElement Orient(this IElement element, Cartesian from, Cartesian to)
4848
{

0 commit comments

Comments
 (0)