Tagged Questions

Computer-aided design (CAD) is the use of computer technology for the process of design and design-documentation.

learn more… | top users | synonyms

14
votes
6answers
18k views

Open source cad drawing (dwg) library in C#

Anyone knows of an open source DWG (autocad drawing) library in C#?
8
votes
3answers
1k views

CAD like 3D geometry .NET library

I am looking for a good 3D CAD like library. I need basic geometry shapes (cube, sphere, torus etc.) and the library should make the surface mesh - based on the shapes and some boolean operations. I ...
7
votes
1answer
313 views

Exploded view algorithm for CAD

I'm making a program to view 3D CAD models and would like to build in automated exploded views. All the assemblies that will be viewed are axi-symmetric. Some may not be, but the majority are. I'd ...
7
votes
6answers
1k views

Starting point for learning CAD/CAE file formats?

We are developing some stress and strain analysis software at university. Now it's time to move from rectangles and boxes and spheres to some real models. But I still have little idea where to start. ...
7
votes
10answers
6k views

.Net CAD vector graphics library

What is a good .Net vector graphics library that can be used for CAD like applications, and has a reasonable set of features specific for this type of applications, like computational functions (area, ...
6
votes
5answers
386 views

How do I design the structure a CAD package?

I am developing, in C++, a Computer Aided Design package for Printed Circuit Boards and Schematics (aka EDA CAD). It uses Lua for some specific things, but I would like to expand the role of Lua so ...
5
votes
6answers
148 views

C# CAD libraries

I have 3 projects to be done by the end of next semester on 3D CAD programming. I'm very good at C#. I came to know that C++ offers great support with OpenGL, DirectX, etc. but it takes a lot of time ...
5
votes
2answers
681 views

How to offset a cubic bezier curve?

I'm trying to create a "parrallel" bezier curve. In my attempts I've gotten close but no cigar. I'm trying to keep a solid 1px offset between the 2 curves (red,blue). My main goal is use a edge ...
5
votes
2answers
544 views

How to add a git repository as a shared dependency of another git repository?

I need something akin to submodules, but which exist outside the main repository as a dependency. Here's the problem: I'm trying to use Git (in a REALLY awkward way) to manage design files for a ...
5
votes
13answers
2k views

3D models on HTML page

I have 3D CAD model that I want to show on a web page. I'd like to show it in a form like a <img> tag (e.g. inline with everything else rather than as a separate page) and I want the visitor to ...
4
votes
4answers
4k views

Drawing 3D lines in WPF

I am working on a CAD application and thinking of using WPF for rendering my entities. But it seems like WPF doesnt support drawing 3D lines. Is there any ways for drawing 3D lines in WPF? I dont like ...
4
votes
6answers
1k views

CAD/CAM without C++

Is it possible to do CAD/CAM software without having to use C++? My company developed their software with c/C++ but that was more than 10 years ago. Today,there is a lot of legacy code that switching ...
4
votes
4answers
4k views

.Net CAD component that can read/write dxf/ dwg files

I am looking for .net CAD component that can read/write dxf/dwg files. Besides vector draw, is there any other such components?
3
votes
4answers
246 views

C++ Library for CAD Package Development

Some 20 years ago I wrote a commercial 2D CAD/CAM package from scratch. I'm now looking to do a 3D version and since I want to get it up a running in a reasonable amount of time I'm looking for a ...
3
votes
1answer
97 views

Question about BSpline

Here is a data file with cluster of 3D points. Now we can form a BSpline surface out of that. dat=Import["C:\\Users\\Andy\\Desktop\\Foil.mat"]; surface=BSplineFunction[dat]; ...
3
votes
3answers
1k views

WPF, xaml Cad or drawing app examples?

I am trying to learn WPF and xaml and am writing a cad style geometry app for my kids. Does anyone know of an existing example written in VB.net? C# is fine as well. Thanks! EDIT: Any ...
3
votes
3answers
289 views

Moving an engineering application from standalone to internal to CAD

I have a large MFC C++ application that I would be very keen to port into AutoCAD and IntelliCAD. AutoDesk offer Object ARX for this purpose, which replaces the older and slower ADS technology. ...
2
votes
1answer
59 views

Commercial/Open Source CAD Library in C#

I am looking for CAD library that I can use in C#. Anyone knows of good libraries? I was using VeCAD, but it no more has tech support. And it only works in C++. The library should support the ...
2
votes
3answers
52 views

Is there an efficient way to convert a3d scene to a 2d Enhanced Metafile

I am developing a CAD application using Delphi2010 and OpenGL. Currently, i am working on a module to export the current view to an Image file. This is pretty straigthforward for raster formats ...
2
votes
1answer
417 views

How is the Mono.Cairo performance like?

I was thinking of using Mono.Cairo as the foundation for a light weight CAD system. But wasn't sure what the performance was like. CAD systems produce a lot of redraws and can have a lot of data in ...
2
votes
1answer
61 views

Programming tools to calculate physical forces

I would like to calculate the forces involved with physical constructions and I am looking for a tool that can do this for me. It would be great if the tool had a programming interface as I would like ...
2
votes
5answers
1k views

How can I learn CAD/CAM/CNC programming?

I've always enjoyed programming and I always enjoy learning new langauges (anything e.g. Java/C#/Erlang/F#/Clojure/Ruby etc), but something's never seemed to enjoy it as much as I want. One thing I'm ...
2
votes
1answer
114 views

Add watermark to various documents investigation

I've been asked to investigate the feasibility of adding watermarks to documents when printed through our application. The documents will consist of word, pdf and cad. The interface of the ...
2
votes
1answer
83 views

Running a CAD viewer from server

Basically I'm looking for something that will allow users to open and modify dwf files in their browser (like the Autodesk Design Review allows users to open files in IE). But is there such a probgram ...
2
votes
3answers
919 views

Collision detection using MeshGeometry3D

I am creating a CAD like program, creating modelvisual3D objects. How do i do collision detection between my objects(modelvisual3d) using MeshGeometry3D. Do i have to compare every triangle in the ...
2
votes
2answers
296 views

Calculate forces on a box

Story: I am developing a construction tool for wooden boxes. A box consists of a set of boards, each board is represented as 3 3D-vectors, and one placement vector. Each box is visualized using ...
2
votes
1answer
145 views

Where can I find resources on VectorScript programming language?

Where one can learn more about VectorScript (the Pascal-like programming languaged built into NNA VectorWorks CAD application) to create custom "plug-in" objects and tools ?
2
votes
4answers
291 views

CASE tools

I was using a CASE called MAGIC for a system I'm developing, I've never used this kind of tool before and at first sight I liked, a month later I had a lot of the application generated, I felt very ...
1
vote
2answers
101 views

A different approach to understanding programming [closed]

I am new to programming. I decided to stick with Python after messing around with objective-c. I'm beginning to get a grasp on most of the basic concepts, but as an artist, I think visually. This ...
1
vote
3answers
104 views

Executing jar files in c++ program

I am developing a CAD software in which for my graphics part i am using opnegl & the kernel is being developed in c++. For the window interface i was adviced to use QT, but since my software is ...
1
vote
2answers
73 views

curves representable in OpenGL

I am a beginner in CAD development & want to know some things about OpenGL. My main objective is to represent conics, cycloid, epicycloid, hypocycloid, involutes, etc Can i directly represent them ...
1
vote
1answer
203 views

A programming challenge with Mathematica

I am interfacing an external program with Mathematica. I am creating an input file for the external program. Its about converting geometry data from a Mathematica generated graphics into a predefined ...
1
vote
3answers
283 views

Dealing with Imprecise Drawing in CAD Drawing

I have a CAD application, that allows user to draw lines and polygons and all that. One thorny problem that I face is user drawing can be highly imprecise, for example, a user might want to draw two ...
1
vote
1answer
126 views

Is there a lightweight editor for solidedge's .dft files

I am looking for light weight editor for solid edge's(CAD) .dft files. I appreciate any help. Thanks.
1
vote
3answers
360 views

3D CAD Viewer to Embed in Web Page

We currently are using an ActiveX control from Siemens called JT2G0 viewer to embed a 3D viewer inside a web page. However, I would like to find other comparable products to research and I'm having a ...
1
vote
3answers
398 views

Begining with CAD in C#

I am very new with this, what should i learn first about C# and CAD (computer aided design). I am working with C# for 2 years but this was with ASP , and now i am very new with CAD, what should i ...
1
vote
1answer
353 views

3D CAD Graphics Framework on OS X - Suggestions?

I am looking to implement a 3D model viewer in my application. The application uses a series of interlinked plug-in objects, with user attributes, to contribute to the 3D form. (Basically a parametric ...
1
vote
2answers
3k views

best tool for step/iges to stl conversion?

I need code to my app that converts CAD files (mostly .step, .iges) into 3D surface models (.stl). Do you have a suggestion? Freely available stuff? (One suggestion per posting)
1
vote
2answers
3k views

Eagle CAD parts library

I am currently using Eagle CAD 5.x and I am unable to use older parts libraries that were created for the 4.x version of Eagle CAD. Does anyone know of a way to convert them to the new format that is ...
0
votes
0answers
55 views

Triangle vertex winding order in stereolithography (STL) files (triangulated objects)

I'm working on an STL file importer and thought I'd make use of the normal given to determine the triangle winding order. Sample data with 4 triangles is included below (original data has over 70k ...
0
votes
0answers
7 views

How to use AxBravaACXView control on winForm

How to use AxBravaACXView on a windows Form. I am developing an architectural program to view some sample SVG files.
0
votes
1answer
40 views

Are values in STEP part 21 (ISO 10303-21) CAD files freely embeddable in entities?

Are values in entities freely embeddable in an ISO 10303-21 formatted file? In all the examples I've seen that were generated from CAD programs, length_measure is embedded in ...
0
votes
0answers
33 views

how to validate a .dxf file before uploading it using http://www.woutware.com?

How can i apply the following validation for a .dxf file using Cad lib library (http://www.woutware.com). I want to upload a .dxf file, and want to apply the following checks before uploading it. ...
0
votes
2answers
42 views

How to represent the inside of a building for an app on android mobile?

What software would i need to represent the inside of a building? I'm making an app which will locate the user and tell them where they are in the building and how to get to a certain room. How would ...
0
votes
1answer
153 views

jQuery CAD software

Our client recently discovered this site: http://mydeco.com/3d-planner/ It has a very, very fancy and well put together 3d CAD web app that appears to be written using jQuery and no flash/java. I've ...
0
votes
2answers
47 views

How to construct a mesh from given edge points?

I have some points on the edge(left image), and I want to construct a mesh(right), Is there any good algorithm to achieve it? many thanks! image can see here ...
0
votes
0answers
70 views

Computer Animation Programming Jobs [closed]

I am computer science student, I have been using Autodesk Maya since 2005. I would love to work one day in Autodesk as software engineer. Can you give me any general or specific recommendations? My ...
0
votes
0answers
27 views

2D web based design

Looking into building a web based 2D design app that will produce files that can be sent to a laser. Does anyone know of a 2D web based app / component that already does this? Otherwise suggestions ...
0
votes
0answers
47 views

PKG Cocreate Export

can anybody give an advise for me to convert a CoCreate 2008 File (*.pkg) to SVG. I have some models in there and wanted some views to be exported without qualityloss. I have the ability to export the ...
0
votes
1answer
142 views

generate G-code | decompose b-spline to circular sections

I'm trying to decompose a b-spline to a set of circle definitions. I'm trying to generate G-code; the idea here is to segment a b-spline into a number of circular interpolations [ G02 ]. Using ...

1 2