However, there are still many cool functionalities that are worth exploring and we didn't have the time to do so in our class, namely FeatureScript! In essence, FeatureScript allows you to custom code features on Onshape, expanding the limit of what is possible to CAD on the software. ...
providing an easy surface to grab and open, and large hand-holds to pull the products out of the mailer box. A render of the entire packaging design was made inRealityServerand sent to the team at Aloe for approval. Using Onshape’s "Move Face" command made it eas...
Onshape offers simplesharing featuresthat make distributing designs across production teams easy. In the top right corner of the Onshape menu, a Share button enables you to invite collaborators to any given design. The Share feature allows engineers to simultaneously work on the same Onshape Document...
Onshape can act on most submissions without requiring another thread of communicationPromoted the voice of customers by empowering users to easily submit feedback with good UX of the tool.More customer stories TBK creative “Usersnap has changed the way we handle digital client feedback in every wa...
How to progressively scale (feature pattern)? Chris_PetersenPosts:7✭✭ September 29inCommunity Support I'm trying to find a way to pattern a feature along a curve, with each instance getting progressively smaller. I have this mostly working now in https://cad.onshape.com/documents/3f3ec3...
I am trying to make 6 circular holes in the side of the box but when trying to use Extrude on this area of the box (the middle section), the remove option is gone and the face of the box can't be changed, is there a way to fix this or a solution.
Simply add and open your STEP file in OnShape, right-click the viewport, and select “Export.” Select the STL file format and wait until the converted file type is ready for download. Depending on the file size and complexity, this can take a few seconds to several minutes. ...
Note that by using the generic EventHandler<T> event type // we do not need to declare a separate delegate type. public event EventHandler<ShapeEventArgs> ShapeChanged; public abstract void Draw(); //The event-invoking method that derived classes can override. protected virtual void OnShape...
I'm trying to generate mesh to array of cylinder. I build that geometry with Onshape and saved it as stl files,and use the autosurfacepatch to identify the different faces of the cylinders. The diameter of the cylinder is 0.01m; primary global cell sizes in X, Y and Z direction are ...
type// we do not need to declare a separate delegate type.publiceventEventHandler<ShapeEventArgs> ShapeChanged;publicabstractvoidDraw();//The event-invoking method that derived classes can override.protectedvirtualvoidOnShapeChanged(ShapeEventArgs e){// Make a temporary copy of the event to avoid ...