-
Wood grain texture Custom Feature
Often when modeling furniture and other objects created from wood I want to communicate the orientation of the wood grain on a part. This eliminates confusion when creating the parts in the workshop. To solve this I created a Wood grain texture custom feature! This low resolution feature is intended to demonstrate the…
-
Regarding storage capacity, user limits, and PLM integration
Would it be possible for you to answer the following questions? 1. Unlimited Storage and User Access in Onshape Packages It is stated that all Onshape packages offer unlimited storage and allow unlimited user invitations for collaboration. Is this truly the case? What kind of technical infrastructure enables this…
-
Sketch could not be solved - Maximum size sketch
Hello, I am reaching out because I am experiencing an issue with one of my sketches. I was creating something like a pipeline/tube, and at some point I started to run into problems with my sketch, as ONSHAPE reported me that it could not be solved. However, I was quite confident about my constraints. After investigating, I…
-
Using loft to create a winglet
I'm trying to use the loft feature to create a winglet by connecting 2 different aerofoil sketches (1 bigger than the other), any ideas why it isn't working?
-
SELF-INTERSECTING BODY (LOFT)
Hello, I saw some posts on this forum about it but none helped me. It surprising me because I don't think my issue is really specific so I think I am doing something wrong. As you can see in my document, I want to design the profile of a tube. However, when I want to connect the different parts together, I have an…
-
getting featurescript via api
is there any way i can get the same featurescript in the viewer from the api for example this simple revolve feature has featurescript code from viewer: features.FAyVI6vEZcpidzb_0 = function(id) { annotation { 'unused' : true } var features = features; if (true) { { } var KFXjFVcPbihHCj_query;…
-
Non-Hybrid Modeling
I am a professional engineer with over a decade in modeling experience on multiple platforms (solid edge, solid works, Inventor, and Catia). A large part of my experience with complex modeling was using CATIA with which I excelled with robust design models. During this time, I almost exclusively used what I have come to…
-
in the assembly, the gear ratio doesn't seem to be working.
the gear ratio is the driving gear teeth divided by the driven gear teeth, right? my problem is that when i put in, say 0.5, it seems to take it as 5. any help appreciated! thank you!
-
Slider Mate Error
I am building a 4 cylinder engine but i have this problem, when i try to connect the top of the piston to the guide sketch i made using slider mate the piston moves up and out of place making the piston not spin on the axis. It worked before but i accidently deleted that and now when I'm trying to redo it it wont work. i…
-
Why my Onshape was very slow
My onshape loads for ages and I have check on forums but I dont now why is doing this. I have check on this page https://cad.onshape.com/check This is the result I have My configuration is a RTX 3060 with i5 11400f My internet connection was good. Can someone help me? Thank you
-
Get multiple vertices from a query
How would I go about getting multiple vertices from a query? I have a parameter that creates a query of 3 points. I am attempting to make a plane using the 3 points. Here is what I have so far: annotation {"Name" : "Points", "Filter" : (EntityType.VERTEX), "MaxNumberOfPicks" : 3} definition.points is Query; var points =…
-
How to visualize cut features
Hey everyone, I'm working on a FeatureScript that cuts both a bolt hole and a nut slot in one feature, according to my specific needs. The feature itself is working great so far. What I am struggling with is: I am trying to figure out how to best visualize the hole that's being cut. Typically, most of the holes' geometry…