-
Can more than 1 import be put into the same part studio? If so, how is this done?
Can more than 1 import be put into the same part studio? If so, how is this done?
-
Move a sketch to a new plane
I have a design where my sketch is on the wrong face of the extruded solid. Because it's on the wrong side, the holes are going the wrong way. It seems like the thing to do is to create a plane on the face where I want my sketch, then move the sketch to that plane, then recreate my screw holes. However, when I go to change…
-
Gear Lab - Cylindrical, Bevel, Face Gears
Yup, it's another custom feature for gears. I had previously used Neil Cooke's excellent 'Spur Gear' feature [Link], but I wanted the ability to generate bevel and face gears as well. I only learned about Bob Tipton's great bevel gear FS after I had nearly finished this. I fear that my "Gear Lab" custom feature is largely…
-
opSplitFailing for some reason
Hello, I cannot figure out this error. It is a relatively simple bit of code. I can see that the bodies variable is a valid body (using debug entities) Additionally, I can split using the planes created using opPlane. The error is: @opSplitPart : SPLIT_SELECT_TARGETS Code: FeatureScript 2960; import(path :…
-
Onshape Public Library
I cannot seem to find the Public Library option inside my Onshape Account. Why would that be?
-
Custom Feature: Bubble Trouble – A Sub‑D‑Style Blob
Link the the Bubbleverse: Custom Feature: Bubble Trouble I always wanted one, and now I have one. A bubble to modify! What does it do? It adjusts a freeform shape in all dimensions using 6 triads and an optional 12 manipulators to adjust the weight between those triads. You can do this manually quite easily – but having…
-
how to disable the measure tool in a shared document with view only access
We want to share our CAD data with customers so that they can see the model and explore the tree to get part numbers etc for ordering of spare parts but we do not want them to be able to use the measure tool. Is it possible to disable this tool?
-
exporta pdf del dibujo
quiero exporta un dibujo em pdf pero este me sale sin colores y no encuentro como hacerlo , dicen que hay quie activar las sombras pero no encuentro donde
-
please help! tryin to to lightening and no matter what I do it wont work
the hexagon diameter is 1.5 and spaced for a patter. the thickness of the part I'm trying to lighten is 0.25. I've tried changing the size of the hexagons as well as changing the thickness of the walls, ribs, and tool Diameter.
-
wanted a step by step guide in completing the photo
I can't seem to get the gap right
-
"Simple" Beginner Loft Question -- Why is it twisted?
I've created a simple OnShape document. It's a cylinder. A few millimeters above the cylinder is an offset plane. Drawn on that offset plane is a rectangle. The rectangle is extruded 25mm. What we end up with is a box floating above the cylinder. Now… I want to make a Loft that joins the bottom of the box to the top of the…
-
Featurescript UI Question
Hello everyone. This is my first featurescript. I am attempting to expand on @jeff_brown304 's Camel project, by making an improved CAM drill tool. The intent is to have the user select a cylindrical hole surface, and subsequently unhide portions of the UI that correspond to different features that the hole may have. For…
-
BOM columns: Possible to add XYZ-Dimension of a part?
When preparing production, I usually get asked how much material will approximately be needed. In my old CAD system, I had the opportunity to add a column to the BOM to display the XYZ-Dimensions of every part which, even if not 100% accurate for irregularily shaped parts, helped a lot with the estimation. The shop could…
-
My feature won't load and says there was an error regenerating
I was trying out the feature studio, and my code works perfectly fine, but then I when I try and load up my custom feature it says there was an error regenerating, what do I do to get it to load?? https://cad.onshape.com/documents/b86513c55847017bbd54002a/w/6650427da28070e17e984649/e/d48f3a861da82863e1cfbacb
-
Internal Threads
Awesome to see the new "External Threads" feature! But....I have been using for years a community-provided featurescript tool called "Thread Creator" as my standard for internal threads. (There are a couple of issues with it) the principal one being is that it is VERY slow. Anyway - is there an "anointed" or "standard"…
-
Share won't accept a new email address
I have 2 students who put in a wrong email address to share a document with me. We tried typing in the correct email adress but it won't accept it and let them share with me. How can I fix this?
-
How to resolve what seems to be a currupt file.
I've been working on this project all week without an issue. I went to open the studio this morning to find the file completely fractured and distorted. I've tried rolling back and forth, which initially solved the issue within the individual part studios, but later reverted back and wouldn't resolve the issue within the…
-
Can't select shapes on sketch after creating them
After I add a shape to my sketch, I can't select them again. No matter where I click, nothing happens. Any idea what I'm doing wrong? https://cad.onshape.com/documents/721c9c94c6ed4f0c06330210/w/9f5ecb0ebad5a2871537bc0e/e/e8a32085ecd3e9461af1109e?renderMode=0&uiState=6a07c60780c6824b4756f717
-
large cursor offset
Hello, maybe there is a stupid mistake I make, but I have a large horizontal offset of my cursor. This means, if I want to select a point, I need to place my cursor a few centimeters left to the point I want to select... Do someone know this problem and a solution? best, Frank (I'm using an 5K iMac)
-
Schematic Internal Threads
Hello I see the "External Thread" tool that allows to create schematic external threads by simply selecting a cylinder edge. I also see the "hole" tool with the "tapped" option. What I am looking for is this: a tool that allows me to select the edge of a hollow cylinder and crate an schematic internal thread the same way…
-
Trying to Use "Move Origin" within the Parametric Curve Feature
Hello everyone Sorry if this has been asked before, I couldn't find anything. I'm trying to use the Parametric Curve Feature Script and would like the include the "Move Origin" function there. Unfortunately though, as soon as I click that button I get an "Error regenerating". Can this be solved or do I have to find a…
-
Custom Feature: Gridfinity Parametric Generator
Hi! I created a custom feature to generate Gridfinity bins, either completely solid (so you can make cutouts), or hollowed with customisable features like labels, finger sliders, etc. I saw another version of something similar posted here, but some of its dimensions are off and I also ran into issues when stacking the…
-
When confirming a sketch, you have to click with the mouse instead of pressing Enter.
Am I the only one who can't confirm it by pressing Enter? Or is it just not possible by design?
-
Set Category with Featurescript?
I'm trying to change a part category via FS. Some properties (like "Not Revision Managed") don't autocomplete, but can be set anyway as a "CUSTOM" property with the property ID. I hoped to do the same thing for a Category. Here's what I'm trying, but it isn't working. Has anyone else proven whether or not this is possible?…
-
Best practice when updating and versioning a FeatureScript
Community, I searched the forum, but did not find any messages that address my question. I have successfully created a FeatureScript, versioned, and shared it with my FIRST Robotics teams. Now I want to make enhancements. Are these the best steps for a new FeatureScript version? Create a new Feature Studio in the original…
-
Is it possible to create a through all hole that is threaded on both ends?
I have tried this with different methods but every time i end up with just one thread on one end, i have not figured out how to keep thread on both ends
-
How to mass-reformat callout balloons after update?
I need to make two versions of all of my assembly drawings, each with different formatting for the callout balloons. Unfortunately, you can't select multiple balloons and edit them simultaneously. However, you used to be able to insert a balloon with the desired formatting on top of the old balloon, and it would replace…
-
Vertical text box with Horizontal letters ?
Is there a way to have a Vertical text box with horizontal letters, without doing each letter separately?
-
Ângulos em um cubo
Preciso desenhar um cubo, uma das faces terá um ângulo de 16º onde faço no esboço e já faço a extrusão. O problema vem agora, as duas faces laterais tem simetricamente um ângulo 55º. Parece fácil mas não estou conseguindo, aguém me ajuda?
-
Under 13 Registration
New registration requires students to enter their D.O.B, then as they're under 13, it tells them to get consent under COPPA. I can't add them via email in the Class as it says under 13's need consent from parents. Is there a work around for this, the PTC Privacy Statement says schools can approve usage of under 13s if "a…