-
Having trouble with opExtrude on skText
Hello, I am trying to make 3D text via a Feature script, but having trouble with the "holes" being filled upon opExtrude. How do I get ride of the extra material? Thanks Section of Code:<div>opPlane(context, id + "plane1", {</div><div> "plane" : plane(planeOrigin, planeNormal)</div><div> });</div><div> </div><div> var…
-
Assemblies - Using different connection types on a single mate.
In my assembly, I have an arm that I want to push the door open with. I need the end of the arm to basically be a ball joint + planer joint to simulate the arm moving however it wants to on the door. I can get one or the other, but not both types to work at the same time. Any suggestions? Assembly 1:…
-
Can't subtract on certain parts
I designed this cap for a repair I'm making, but I'm unable to subtract 4 of my 6 screw holes to bring the height down. It seems that the only differences is that the two that worked are adjoined to 2 walls as opposed to just 1. I've already spent way too long getting it to this point, but I figure it's just one of those…
-
Video of my CAD?
Hi I'd like to do a video of my CAD for a presentation I will do soon. I'd like a video create by Onshape and allows to see every angle, surface, shape etc of my CAD. I don't want to do a video of my screen and work on it after. So I was asking myself if it was possible to directly create a video with Onshape or other…
-
After Importing a image into onshape can you extrude or remove material?
I have been trying to extrude a logo that i imported onto a part. Is this possible?
-
Feedback into UI panel
Hello, is it possible to use a calculated value as a default in the UI panel and have that value displayed? Thanks Lee Hesketh
-
How to blend tube intersection
So i've recently got myself an Ender 3 and I though it'd be a good exercise to try and replace a connector used for a small marquee. Here's what i've got so far https://cad.onshape.com/documents/b4a5f33f86870770968039da/w/090cf0dd1cb96a312af51725/e/5a48876a1a62859f23113984 I'm near ready to print off a sample and see how…
-
Why can't I shell this object / import
Hi my name is Owen and I am trying to design an iPhone 11 case by using a shell tool around a model of the iPhone 11. But for some reason every time I try to shell the object it says "could not shell part with selections" Ive been stuck on this for hours so any help would be greatly appreciated. Thanks! Owen Morrison
-
Is there a flex tool?
I'm trying to make a turbojet fan part and to get the blade to look correct, I need to twist it to give the blade its shape. Is there a tool where I can flex the part to do this or is there an easier way to make a cad part that twist?
-
How do I set the "MaxNumberOfPicks" with a query?
How do i set the max number of picks with a query? precondition
{
annotation { "Name" : "Group Size" }
isInteger(definition.quantity, POSITIVE_COUNT_BOUNDS); annotation { "Name" : "Parts", "Filter" : EntityType.FACE, "MaxNumberOfPicks" : 1 }
definition.parts is Query;
}<br>
-
How can I set the sweep path to stop at a certain face of another part in a project?
I guess a picture works better than an explanation: All I want to do is to make the part that is diagonal to "stop" or be cut right at the edge of the other two pieces. How can I do that?https://cad.onshape.com/documents/7ecba141d2e4171944be3a63/w/989812626d22ff384c60a6d5/e/d72d23a852ae860dde922fc9 Here's it if you want to…
-
What's the best way to design complex parts to join together successfully (for example a puzzle)
I struggle often to create parts that slot in together and was wondering how this community solves for it. If you design something like a puzzle then if you fabricate or print it all of the puzzle pieces won't fit together because they're exact size. Instead the parts that extend into other parts need be slightly smaller…
-
Working with Apples OS I miss since yesterday the use of Shift + Arrow key to move the screen.
It results now in a rotation.
-
Mate connector for slider mate for tube roller on configurable diameter tube
I've been scratching my head over this for a bit now, so I thought I'd ask about a particularly weird case for defining a mate connector. Here is the part I'm importing: https://www.servocity.com/0-250-acetyl-press-fit-tube-roller. Here is an image of a similar part (with built-in ball bearings) as an example of how the…
-
Named view is getting cropped in drawing
I've got a couple of drawing sheets with named views from display states, some are fine, but in others onshape seems to be cropping the edges of the view. Any ideas?
-
What's wrong with this opTransform input?
I can't figure out the specific problem that @opTransform: INVALID_INPUT refers to. I have checked the input, and don't see anything wrong with it. Is there a problem with the query I am passing? It's just a bunch of faces from an annotation. I tried a few others, and I keep getting this error. I tried a few different…