We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9b645 commit b5b0e12Copy full SHA for b5b0e12
Spatial_Engine/Modify/Orient.cs
@@ -41,8 +41,8 @@ public static partial class Modify
41
42
[Description("Orients the element from one coordinate system to another.")]
43
[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.")]
+ [Input("from", "The cartesian coordinate system to orient from.")]
+ [Input("to", "The cartesian coordinate system to orient to.")]
46
[Output("element", "The reoriented element.")]
47
public static IElement Orient(this IElement element, Cartesian from, Cartesian to)
48
{
0 commit comments