-
How to smoothly transition oblique 90 corners perpendicular to a curving Fillet
I need this face to lay down and smoothly transition the rest of the part into the Fillet but I can't seem to figure out how to do it. Any ideas?
-
Loft with 2 profiles and multiple edges in each profile?
I have two arrays of edges for top and bottom faces, how do I use opLoft() function to create a single surface around the edges between top and bottom faces? At the moment I can iterate the arrays and create separate lofts between two edges, I'm looking for a way to make it as one loft. Thank you.
-
曲面展平功能
曲面展平功能怎么用?
-
Why is my clamp locking when I bring it all the way forward or back?
I have finished this project bar one detail, when I bring the arm mechanism all the way to the front of back it becomes locked and I have to press undo to get it back. I have been stumped on this one for a while. I have attached photos of the clamp below of it in it's starting position and then it in it's locked position.…
-
GeometryType.SURFACE error
Hello, I was trying to implement a function to select a gore created by a loft, and i wanted the user to select the different gores to add an offset surface. But when I add the GeometryType.OTHER_SURFACE, I have this error. I heard about using qGeometry but I don't know how to use it and when. If someone can help me, thank…
-
Layer export
Hello, When exporting an OS drawings as a DXF, the file contains many layers. Is there a way to access these layers to modify/control them in any way? Thanks,
-
Filter out faces that "touching" sides?
Hello. I have a list of triangular faces, how can I remove faces that are touching edges of other faces, leaving only triangles that touch each other at the corners?
-
drawings are slow, how can I speed up the loading times?
-
Loft issue
I am creating a loft between a rectangle and a circle, and I would like the surface of the loft to be flat topologically speaking so that it can be made out of one piece of sheet metal (so that it doesn't have to be stretched). It seems that Onshape goes for minimum surface area or something instead. Here is what I am…
-
reusing a sketch in featurescript
I'm working on what will be a template to 3d print and then used for routing some plywood. One of the basic issues with machining is of course the tool diameter and thus the fillets created in corners. I thought it would be interesting to make a reusable feature to reapply some corner relief to address this. I have already…
-
DISAPPEARED DRAWINGS ON DOCUMENTS
All of a sudden my drawing in part studio disappeared, although it is still visible in the assembly page. How to solve ?
-
Stand-alone part extrudes, but not when added to the main part - Issue is back again
I am barely more than a novice. I am working on a simple form: When The internal supports sketch is extruded as a new part, it works great. When I change the extrusion to Add and merge with Part 1, It becomes non-manifold. I don't understand why, or how to fix it. This problem went away for part of a day, but now it is…
-
Select Other on ipad
Hi, I'm using my ipad pro with a keyboard, the Onshape application and a mouse. I have two lines in a sketch - one on top of the other - and I want to select 'the other line'. I have tried pressing the ` key, the @ key and frankly, i've tried every single other key on the keyboard. I've also tried right clicking, centre…
-
hot to change alot of part colors in onshape?
basically my team decided that our team color scheme was going to be orange and white a month ago but now suddenly everyone wants to change the colors it black and blue. we are a new team and I already have the robot cad-ed in orange and white and I really don't want to manually change all the colors. is there like a way…
-
How to I change the units for density?
Hello, Under "My Accounts > Preferences > Units," there's no option to change the default unit for density, even though there are options for many other parameters that could be derived from the basic units (length, mass, time, etc.). Originally, I had mass set to pounds (lb), and I reset it (and saved) to grams and later…
-
Why is my clamp locking when I bring it all the way forward or all the way back?
I have finished this project bar one detail, when I bring the arm mechanism all the way to the front of back it becomes locked and I have to press undo to get it back. I have been stumped on this one for a while. I have attached photos of the clamp below of it in it's starting position and then it in it's locked position.…
-
How can I sketch curved text?
Hi, I like to use OnShape to create DXF files to laser cut. I have been trying to create a circular perpetual calendar but have been unable to curve the text to follow a curved line as its base line. Additionally, is there a way to import fonts into OnShape?
-
how to i fix this error with the sweep?
link here: https://cad.onshape.com/documents/0785323e3fd6693c96128604/w/cf64c6ba56382a7e3568eb93/e/406d8f78a767e7942a224627
-
Fully Constrained Sketch Not Extruding.
Getting the error of "Missing Face of Clip" when trying to extrude a fully constrained sketch.
-
ThreadCreator UNC thread
Hi, is there a way to create a 1/4" UNC standard thread with Thread Creator? I would like to print some support with 1/4" camera mounting screw.
-
How do I remove unwanted bend dimensions from a drawing?
I have tried right mouse clicking on it and just hitting the delete neither work.
-
Can someone help me fix this model? It is simple - yet very broken.
Hi all, I made this slingshot model a while back. It is heavily inspired by another's design called the Bean Flip made by a company. I don't know what happened with this model. It is supposed to be some 85mm in width. However, in onshape, it is in the thousands of millimeters. It exports at 1/2 a GB currently. "Just scale…
-
Using Loft to create tubercles
Hello, I have been offsetting 2 variants of a NACA profile aerofoil and then my goal was to use loft to model a tubercle leading edge. When I try and select more than 4 faces, I receive this error. When just four faces are selected, this happens, see where I drew red, the trailing edge should just be completely flat. I…
-
CSV point cloud import to create a 3D spline
Can anyone help me with this idea? I'd like to import cloud point data (3D spline data) from a .csv file. Is there a way to do that? Then, once it's imported, how can I create a spline path through the points?
-
Sketching on plane generated with cPlane
Hi, I'm using cPlane to create a plane at line angle which I want to sketch on. cPlane(context, id + "cPlane", { ... Then I'm creating the sketch plane: var sketchPlane = evPlane(context, { "face" : qCreatedBy(id + "cPlane", EntityType.FACE) }); And finally creating the sketch: var sketch = newSketchOnPlane(context, id +…
-
Changing Variable Studio Variables in View Only
Hello, I am creating a parametric design for a "Rock'N'Roll Bed" for van conversions, and am hoping to publish it as an open source resource for anyone to customize for their build and export cut files. I have all my important dimensions driven by a variable studio, and am just now realizing view only users cannot edit…
-
How to remove an part studio insert
Hello, I have been working on a assembly for awhile now and I accidently inserted a new part studio into the assembly. I have been trying to figure out a way to delete this insert but I cant seem to find a way. I have used the Hidden feature on it for now, but because of this mistake, the drawings I have are also now…
-
cPlane Line at Angle to edge
Hi, I want to create a plane at angle to a reference edge. When I reference the edge in cPlane as the entity it cannot determine the rotation axis, so I'm now experimenting with creating a sketch line along that edge and passing the sketch line to cPlane. The below code doesn't work - how should I pass the line to cPlane…
-
boolean annotation default base on an enum
Hi, i'm working on a featurescript with a selection driven array parameter that contains an Enum parameter and a Boolean parameter. annotation { "Name" : "Flip wall", "UIHint" : UIHint.OPPOSITE_DIRECTION, "Default" : true } wallShape.flipWall is boolean; I'd like to set make the "Default" dependent on the chosen Enum. How…
-
3D printing and recouping cost?
I've read several threads here and just got more confused. First, if I design something using the free version, am I allowed to 3D print it (one thread made me even question if I can do that)? If I'm printing another copy for a friend because he likes it, can I at least get him to pay me back for the filament and…