Projects tagged ‘cad’ and ‘cam’


Jump to tag:

Projects tagged ‘cad’ and ‘cam’

Filtered by Project Tags cad cam

Refine results Project Tags rs274 (2) cnc (2) gcode (2) cae (1) milling (1) geometric (1) kitcad (1) solver (1) kitchen (1) mono (1) fem (1) kgc (1)

[11 total ]

0 Users

SketchSolve can be used to solve solve geometric constraints problems found in CAD software. This project is one of the first geometric constraints solver intended to be used in open source CAD ... [More] software. Another similar project here on Google code is psketcher. In these problems profiles can be created from primitive objects like points, lines, circles, and arcs. These primitives are subjected to geometric constraints like equal length, concentric arcs and so forth. The solver then solves for a set of primitive parameters that satisfy the sketch constraints. Currently only 2d sketch problems are supported. However I hope to soon also have a set of 3D part Assembly constraints working. This would make SketchSolve be able to solve complex Assemblies. However, I only plan to write that section of the code if people actually use the 2d solver. The solution method used is actually a optimization method. The sum of the constraint violations are the objective of the optimization problem. The optimization routine used is a BFGS update Newtons method. An Optimization routine was selected because there are often more or fewer constraint equations than unknowns. The constraints that are currently supported are the following: pointOnPoint pointToLine pointOnCurve horizontal vertical radiusValue tangentToArc tangentToCircle arcRules Point to point Distance Point to point vertical Distance Point to point horizontal Distance Point to line Distance Point to line vertical Distance Point to line horizontal Distance lineLength equalLegnth arcRadius equalRadiusArcs equalRadiusCircles equalRadiusCircArc concentricArcs concentricCircles concentricCircArc circleRadius angle ( between two lines ) parallel Perpendicular Colinear Lines Point On Circle Point On Arc Point On midpoint of a line Point on midpoint of an arc Point on a quadrant point of a circle +x (parameter = 0) +y (parameter = 1) -x (parameter = 2) -y (parameter = 3) Points Symmetric about a line lines Symmetric about a line Circles Symmetric about a line Arcs Symmetric about a line The constraints that will be implemented soon are the following: others I can't think of right now Let me know if there are constraints that you use that are not on these lists !!!! Thanks! [Less]
Created 4 months ago.

0 Users

A software to generate G-code for laser / plasma cutting with nesting capabilities. Also useful for mill toolpath generation. It can be also used as an Autocad's DXF viewer.
Created 8 months ago.

0 Users

The main goal of this project is a library based on OpenCASCADE and FreeCAD which offers basic CAM algorithms for milling or other machining operations.
Created 12 months ago.

0 Users

SteelCAM is a library for generating toolpaths for use with CNC machines.
Created 12 months ago.

0 Users

A standalone system for generating VoluMill toolpaths
Created 3 months ago.

0 Users

The Reckon ProjectOpen Source Finite Element Method Projectbased on code below int main() { printf("hello, world!"); return 0; } DescriptionThe Reckon Project - Open Source Finite ... [More] Element Method Project using std C++, boost::, ICU, MFC, COM, OpenGL, etc.. Target PlatformCurrently on Win32 Finally on MAC OSX (10.5 or later / using COCOA Framework) Current Statusthe VERY VERY Beginning Notice on this ProjectStarted with Alumni of CAE Lab. @ Korea University Project DetailsProject Managerhow314 / steve -at- how314.net or reckon -at- how314.net Project Homepagehttp://reckon.how314.net/ Associated mediawikihttp://wiki.how314.net/reckon/ LicensesThe Reckon Project Licence Boost Software License, Version 1.0 The Code Project Open License (CPOL) 1.0 ICU License - ICU 1.8.1 and later [Less]
Created 27 days ago.

0 Users

pyturn is a simple python code generation tool made for cnc lathe operations. It produces 'g-code' with xz coordinates. pyturn will not generate drawings or dxf files- these files should be generated ... [More] with some other CAD program (like Qcad). pyturn is meant to be very simple and easy to understand. [Less]
Created 22 days ago.

0 Users

Geometric Constraint Solver
Created 3 months ago.

0 Users

The software includes very simple links or bridges to many other technologies, and applications. Current work of KGraphicControl gives users access to the file types of KPD and KP2 which can be ... [More] viewed using a modern Javascript compatable Web Browser without the need of installing downloads. There are currently no svn files... :-( See the Wiki General_Information_links_Index for download links, and release notes. [Less]
Created 12 months ago.

0 Users

Development status: this project has not been updated since 2008, a new C++ version is being planned...This project aims to create an open-source cross-platform program for calculating tool-paths for ... [More] machine tools (eventually, something close to MasterCAM or SurfCAM). Below we will have a blog-style list of screenshots as development progresses: 2008 Mar 20 First tests with Drop-Cutter together with a kd-tree for finding which triangles are under the cutter. 2007 Aug 08Initial tests with Drop-Cutter. Surface-normal data needs to be re-calculated for some strange reason. Only 5% of drop-cutter calls are useful, need a kd-tree search to speed up algorithm. 2007 July 27Rendering of STL files works: 2007 JulyThe first milestone (July-August 2007) for this project is Working OpenGL window with pan,rotate, and zoom (exists but needs work (proportional zooming/panning etc, perspective/ortho views)) STL surface loading (ascii exists and works) Raster-finish toolpath creation using DropCutter algorithm G-code (post-processor needs to be written) All of these components exist (sort of) by themselves so it should not take too long before we have our first rudimentary MonoCAM going! [Less]
Created 12 months ago.