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.
Why carn't I access qEdgeAjacent
doug_scott
Member Posts: 11 ✭✭
Hi I'm working my way through the Beginers guide to custom features, when I get to line 25 and type qEdgeAjacent it dosen't convert to a query.
the other query I have used sofare have converted.
What am I dooing wrong?
the other query I have used sofare have converted.
What am I dooing wrong?
0
Answers
The
qEdgeAdjacent
function is now deprecated, and you should useqAdjacent(query, AdjacencyType.EDGE, entityType)
.Documentation: https://cad.onshape.com/FsDoc/library.html#qAdjacent-Query-AdjacencyType-EntityType
@ilya_baran
Will this be fixed?
IR for AS/NZS 1100
Thanks for making us aware of this. I will see about getting it fixed.
Which beginner's guide are you referring to? I don't see any reference to qEdgeAdjacent here: https://cad.onshape.com/FsDoc/tutorials/create-a-slot-feature.html
To be clear, we don't intend to bring back qEdgeAdjacent and qVertexAdjacent, but I am happy to look into updating any documentation to correctly refer to the new qAdjacent if you can point me at that documentation.
https://www.onshape.com/videos/the-beginners-guide-to-building-custom-cad-features-in-featurescript-010819
Thanks All