Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- 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.
Construction points?
traveler_hauptman
Member, OS Professional, Mentor, Developers Posts: 419 PRO
I saw this:
annotation { "Name" : "Sketch points to place holes",
"Filter" : EntityType.VERTEX && SketchObject.YES && ConstructionObject.NO }
and tried it out. It appears that the ConstructionObject part does nothing. Perhaps the vertices for sketch wires and sketch points are not marked as construction (even though I'm doing my best in the sketch editor to do so)? Is this a bug or am I doing it wrong?
0
Comments
Drag selecting a sketch with a pattern of points will return double points where the pattern construction geometry is because it's grabbing the construction line vertices as non-construction.
I can probably filter out vertices that belong to construction wires for any use cases I have (like the current one).
I do want to be able to mark a sketch point as construction or not in the sketch editor... Is the reason clear or do I need a more detailed use-case & feature request?
For deduplication of endpoints, we have the same issue with the hole feature. We solve it by using the clusterPoints function in vector.fs and clusterVertexQueries in hole.fs.