-
How do i wrap a Part on another Part?
Hi guys i have a cylinder on which i wish to wrap a very specific ring gemetry but i cant seem to figure out how to do it Can any one help. thx in advance This is the cylinder and this is the ring Cross section i want to wrap this ring with the cross section as seen above something like this
-
How do I make a curved cone?
I'm trying to make a claw for a Therizinosaurus, but I'm really struggling to get the smooth curve that I want for the claw. is there a simple way I can do this or is onshape not the right programme for this?
-
Why is this draft failing? In general, opDraft vs. draft?
Howdy, I am working on a taper lock bushing feature script and cant get the draft for my taper to work. I've tried many variations of opDraft and draft but no success with either. The link to my public document is here and there's a screenshot of my current draft attempt/error warning below. That is my immediate issue, but…
-
Couple of problems with a sketched part
Hi, I am a relative novice in need of some technical support and the community comes highly recommended… This is two problems rolled into one, but it's with the same document and I think the problems might be related. The document is here;…
-
Making a bend for an extruded object
I made this model and would like to bend it for 45 and 90 degrees left or right. Is there a way to bend an extruded part similar to what the loft functions do? Thank you in advance!
-
Problem with modeling non-symmetrical teeth using Chamfer and Circular pattern
Hi everyone, I’m having trouble modeling teeth along the edge of a metal plate for my project. I sketched a circular pattern line (top of the tooth – bottom of the tooth - top of the tooth and so on), but every time I try to use the Chamfer function, the geometry overlaps with the adjacent part (as shown in the photos).…
-
Batch Engraving Different Logos on the Same Part
Hi everyone, I’m working on a project where I need to engrave the same box divider part with multiple different logos. The goal is to create identical parts, each with a different logo applied. All the logos have the same bounding dimensions, and their placement on the part will be consistent. Is there a way to automate…
-
How to extrude on a chamfer
I have a rectangular pocket with a 45-degree ramp (created via Chamfer 1). I am trying to extrude two rails (Extrude 3) from a sketch so that they stop perfectly flush against that 45-degree angled face…
-
how to fix issue when drafting with extrude remove
i'm trying to remove solid extrude my initials from a part, with it drafted inward, but it won't work, despite it working with the exact same setup, but different parts, on 5 previous documents. my initials were the exact same height on all 6 documents, and they all have plenty of extra room to extrude, yet it keeps giving…
-
Extrude up to body, up to face, booleans, performance
With Parasolid and FeatureScript performance in mind, I'm trying to figure out the best approach to creating a lot of features which a normal user would use "up to next"/add. As a regular CAD user, with things like bosses and ribs on injection molded parts, whenever I've been working complex models for a while, each…
-
Extrude BoundingType Problems
I'm working on an injection molded boss custom feature. I'm trying to get the bosses to extrude to the part with or without draft reliably. In doing so, I'm discovering weird things about UP_TO_NEXT or UP_TO_PART which are causing issues. Here's a manual feature based version of this issue - if I use up to next or up to…
-
Bug Report? Or By Design?
I'm surprised I haven't run into this before, but a very simple extrude just failed for me. I just have a rectangle fully enclosing a shape where one point of a corner rectangle is on a circle. Here is a link: https://cad.onshape.com/documents/18a3695189ac355ff7b3a6a6/w/a48d7b7c0b1931006843cab5/e/20d5639ea63f9c9206d93d34…
-
Extrude along a line featureScript
I'm trying to create a feature that allows me to easily create print-in-place hinges for a personal project. One of the features is that I can define the angle the hinge is created at. how can I edit my script to make the extrudes occur along the same path as the line given? Here is the document:…
-
Grid extrude with twist.
I created a loft with a twist in my drawing. The grid extrude ignores the twist. How do I resolve the issue? Thanks for looking! https://cad.onshape.com/documents/a408a22a53350c6671814aab/w/0d526d7394b7b110aef10d95/e/797c00e7ca341067a71be9ee?renderMode=0&uiState=695b24657f3ae46da854b8ca ds/KHZR8V6HPIJA/grid-extrude-1.jpg
-
Extrude problem within a loop
I try to make a feature script that takes a json file with parameters and executes some extrudes in a for loop. That works until a certain index, where it crashes with a EXTRUDE_NO_SELECTED_REGION error. If I instead create new parts, it finds some regions.…
-
Feature script extrude offset issue
Hi, I would like to know how I can make an extrude with an offset within a feature script. The link below points to an example project with a failed offset extrude. The parameter "hasOffset" is set to true and the "offsetDistance" is set to 5 * millimeter. The feature script generates without error but also without offset.…
-
opTransform with sketch text will fill holes.
This image shows what happens when extruding (with opExtrude) after a opTransform (in red) versus directly (in blue) . Here's a simple code to reproduce the error : ``` const targetPlane is Plane = evPlane(context, { "face" : definition.target }); const planemap is Transform = transform(sketchPlane, targetPlane);…