Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Options

FeatureScript: How to query (not in viewer!) points and lines to create planes?

leon_pootleon_poot Member, Developers Posts: 87 ✭✭✭
edited September 2016 in FeatureScript
I'd like to create a plane in FS using either:
  • three points which I create as variables, vector(x,y,z) * meter
  • a line (more or less an axis, since it seems infinite) created using line(point,direction) and a point
how do I query these points and lines so that they can be used? Note that I want to query these in FS; not having the user click anything in the viewer.
"A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams, Mostly Harmless
Tagged:

Best Answer

Answers

  • Options
    leon_pootleon_poot Member, Developers Posts: 87 ✭✭✭
    Thank you @mahir, I will have a look at this later today.
    "A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools." - Douglas Adams, Mostly Harmless
Sign In or Register to comment.