I Tried 2 methods, but both of them are really slow in adding waypoints. I have atleast 300000 coordinates. // ---- 1 ---- this.STKControl3D.Application.ExecuteCommand($"AddWaypoint */Aircraft/Aircraft1 DetTimeFromVel {lat[i]} {lon[i]} {lalt[i]} 200"}; // ---- 2 ---- IAgVeWaypointsElement waypoint; waypoint =…
Is it possible to call c# from IRON Python plugin. If yes kindly share the details.
I have an C# addin for Space Claim with a Windows Form interface. The user is then asked to select a SPEOS object and press Ok but this requires being able to interact with the interface. Is there any way I can activate SC interaction behind the form so I can select the object.
How can I insert another .scdoc in my active scdoc similar to the insert file option under the assembly tab in Space Claim in C#
How can I retrieve the current directory of an open project in Ansys Space Claim in C#. This is for a personalized tool embedded in the tool bar.
How to export an object as json file in C#