Skip to content

Preetpalkaur3701/FreeCAD_Furniture_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeCAD Furniture Library

Add a description here.

Requirements

  • FreeCAD the FOSS 3D CAD/CAM Modeler >= v0.17

Installation

Clone this git repository in to your FreeCAD/Mod directory

  cd ~/.FreeCAD/Mod`
  git clone https://github.com/Preetpalkaur3701/FreeCAD_Furniture_Library.git`

Usage

Open FreeCAD and its Python console.

Create drum

Paste the following code in to the FC python console

from FreeCAD_Furniture_Library import drum1
drum1.drum(4, 8, 3, 5, 2)

Create table

Paste the following code in to the FC python console

from FreeCAD_Furniture_Library import table_1
table_1.table(6, 6, 2, 2, 8)

Screenshots

drum_2 drum_1 table_1 table_2 table_3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages