Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with nirt command. #148

Open
bentleyeglin opened this issue Jul 16, 2024 · 1 comment
Open

Help with nirt command. #148

bentleyeglin opened this issue Jul 16, 2024 · 1 comment

Comments

@bentleyeglin
Copy link

I have read the nirt documentation and it makes no sense to me. Maybe someone with more knowledge can help.
I would like to feed nirt an xyz origination point and an ae (azimuth and elevation) and have nirt return if it hit the geometry and what the xyz is where it intersected. I'm going to script this to feed it a file containing x y z a e.

Is this possible with nirt or is there a better way?

@bentleyeglin
Copy link
Author

This one took me a while to get, but I finally got it. The manual was just not clicking with me. Anyway, to fire a nirt at a target using x,y,z and Az,El I found the following command to work:
nirt -b -s -e "xyz $x $y $z; ae $az $el; s; q" model.g all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant