Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
17 views

I'll speak about something that could possibly impact absolutely no one on stack ... So I just hope my problem is enough "generic" to be considered. Ok, so I have this old 3D mouse, a ...
BenjiBoy's user avatar
  • 305
0 votes
0 answers
70 views

I'm trying to set up OpenCascade.js in a project using Vite, Three.js, and Vue.js, but I'm having trouble getting it to work. Has anyone successfully integrated OpenCascade.js in this kind of setup? ...
Taron Holikyan's user avatar
0 votes
0 answers
25 views

I've been trying to convert this wireframe into a solid 3d model for finite element analysis and I'm just lost. Here's the code and an image of the wireframe and thank you for your help :) : ...
atomic-coder's user avatar
0 votes
0 answers
65 views

why this dot net maui code is giving null in _cadImage when running in android ? NOTE: it is working in windows. private void LoadImage(SKPaintSurfaceEventArgs e, SKCanvas canvas) { try { ...
Asheesh Mehra's user avatar
0 votes
0 answers
54 views

I want to automate the drawing through pyzwcad, but all the information I found is how to use python libirary pyzwcad to automate tasks and draw in ZWcad?. Is it possible to add shading and add blocks ...
Nikita Maridich's user avatar
0 votes
0 answers
188 views

I've been trying to create a wave spring using Cadquery but the orientation is all wrong, it rotates with the sweep function instead of staying stable. At this point I have tried all the arguments ...
Hamza's user avatar
  • 1
1 vote
1 answer
107 views

I need to connect two polygons of different dimensions into one section. These polygons can be in different planes relative to each other. Polygons can also be convex or non convex. I need an ...
xephosbot's user avatar
  • 355
0 votes
1 answer
61 views

I'm reaching out to get help with an exporting issue for contour lines from a dataframe. My goal is to get a DXF file representing the elevation contours in the way shown here: Desired output However, ...
OnitKra's user avatar
0 votes
0 answers
64 views

Tkinter window freezes after increasing the width of the line. i am tried few times and the screen freezes always. if i use smaller width it works. however, some line thicknesses are different from ...
Purus's user avatar
  • 11
-1 votes
1 answer
514 views

Are there any tools out there that will automatically extract the mass properties of each component in a solidworks assembly file and output this data in a csv file or excel file, etc. ?
Simon-S's user avatar
1 vote
1 answer
278 views

When I export DWG files from Archicad I often get wipeouts that I want to delete. I do this in Autocad LT (we unfortunately don't have regular Autocad) with QSEL and selecting all wipeouts and ...
kaj.n's user avatar
  • 25
0 votes
0 answers
154 views

I am using ezdxf to read some .dxf files. The goal is to read the file using ezdxf and access each entity the the drawing's modelspace to find arc lengths. import ezdxf file_path = "IRREGULAR....
user23884134's user avatar
-3 votes
1 answer
173 views

I'm looking for a way to create a hexahdral mesh for a geometry that will slightly change iteratively via Python. At the same time it will change significantly over more iterations. As mentioned in ...
Matvey's user avatar
  • 1
0 votes
1 answer
551 views

Is there any solution to do the following using ezdxf library Input: A DXF file.dxf List coordinates of a closed polygone (2D) Output: All entities (circles, lines hatchs ...) inside (or crossing) ...
Moubark Achka's user avatar
0 votes
1 answer
107 views

Im using three.js to develop a website in which the user can place boxes/walls. After placing a wall im trying to detect all rooms that are formed by the collection of boxes. For this im assuming all ...
JulianD's user avatar
0 votes
0 answers
103 views

I am trying to create transient graphics like in autocad, but it drops me memory coruption error. I will attach some code that works in autocad but not in GSTARcad. I think that EraseTransients is not ...
Maksym Makarenko's user avatar
0 votes
0 answers
190 views

I am trying to compile IFC++ under linux I tried following the instructions but it seems the project is currently broken under linux. To get the main library to compile I had to add: find_package(TBB ...
Makogan's user avatar
  • 9,991
0 votes
1 answer
80 views

I am trying to write my own workbench for the FreeCAD and i need to measure distance between shapes. So when i trying to do that in the python console in the FreeCAD all is great, but when i trying to ...
Boris Beliyavtsev's user avatar
-1 votes
1 answer
127 views

in eyeshot wpf while displaying the dimensions in the viewport i have to show the decimal digits of dimension according to the decimal points which user entered in the text box of viewport. for ex: if ...
Dark knight's user avatar
0 votes
2 answers
291 views

I'm trying to open up several drawings at the same time, run code on these drawings (skip if read only), and then close the files. The problem I'm running into is that if I open a file that is write ...
G Beck's user avatar
  • 125
0 votes
0 answers
334 views

Note I am very new at VBA and coding in Solidworks API in general. Explaining things very simply would be very helpful. I am trying to generate a part based off a set of points I've uploaded. Each of ...
brain's user avatar
  • 1
0 votes
1 answer
473 views

I want to subtract 4 cylinders from a hemisphere. The four cylinders are aligned to (1,0,0), (-1,0,0), (0,1,0), (0,-1,0) and do intersect. When intersecting one part won't be subtracted! Whit non-...
Pa Dalton's user avatar
1 vote
0 answers
584 views

I have a few assemblies I'm working on. For the most part, each assembly is self-contained in its own folder (assembly file and part files). However, there are a number of common parts that are stored ...
J_Code's user avatar
  • 65
0 votes
2 answers
561 views

I have a simple camera based 'modern' OpenGL 3D graphics display, for rendering relatively simple objects that are constructed from collections of specified points, lines and curves (e.g. a cube, ...
DavidH's user avatar
  • 107
0 votes
1 answer
2k views

I created a tool in Inventor and saved it in STEP format (2,63GB). Then I zipped it in order to share it with someone. Now we're unable to open it. When opening in Inventor it loads until 95% and then ...
Younes Boubker's user avatar

1
2 3 4 5
11