-
keyboard keys disabled or bugged?
Hi everybody, can anybody help me with this? I was doing some surface modeling on this project of mine yesterday evening, when suddenly hotkeys and even normal keys like shift, control or delete don't respond in the work space. But I can use all keys normally when typing in the dimension tab. Even in other documents I cant…
-
Difference in quality between exportings of the same file (using same quality preset)
Hi! I have been using onshape for more than a year and I can tell it is a great tool. I have recently found something really weird when exporting parts. Everytime I open a new document and download a part, that part will have a worse quality to the ones I download next to it. For example, if I want to download a part from…
-
Bug blocking progress on model
Hi all, I'm currently working towards a model that will be 3D printed in spiral mode/vase mode. As a result I need to make cuts to connect the outer surface of a model. Also, my model is symmetric. If you're not familiar with the process, don't worry about it, this is just a bit of context, but that explains why I'm…
-
constructPath() sometimes doesn't return a continuous path, possible bug?
I have been using constructPath() to construct a continuous path along a set of connected edges supplied by the user. My code then iterates over each edge in the path and queries the geometry using evApproximateBSplineCurve(). If the path's flipped flag is set to true for an edge, then I process that edge in reverse. For…
-
New map iteration -- INTERNAL ERROR. Trying to set type of an unbound or captured variable.
Using the latest Featurescript, I'm intermittently getting this message:INTERNAL ERROR. Trying to set type of an unbound or captured variable. It always points to various places in my code where I started to use the new support for nicer map iteration:for (var key, value in myMap){ It's happening only rarely, and…
-
Looping Through Debugs Breaks unstableIdComponent
It turns out that looping through any debug function (such as addDebugPoint and addDebugArrow) causes any features inside the same loop which rely on unstableIdComponent to break. Notably, the output of features which rely on unstableIdComponent still happen, but the output becomes unusable by other features downstream -…
-
Using a Part Studio Reference Parameter Breaks ErrorStringEnum Functionality
For a bit of background, ErrorStringEnums are the internal Onshape error messages which are utilized by every Onshape standard library feature in order to make translating and standardizing error messages easier. Although ErrorStringEnums are not currently exposed to users directly in the documentation, the three types of…
-
Can no longer take Entire Part Studio as parameter
Relevant scriptWhen the "Place Hole Profile" script "Part Studio" parameter has a filter of only ENTIRE_PART_STUDIO, then attempting to use this feature and selecting a part studio will simply report "No entities or features available." If I add any other item type to the filter (eg PartStudioItemType.ENTIRE_PART_STUDIO ||…
-
Select items to insert
Doing context editing the menu that says: "Select items to insert" proposing select parts/surfaces/sketches It does however only allow for a part, NOT a sketch to be selected. Is that intended?