FreeCAD_assembly2
=================
Assembly workbench for FreeCAD v0.15, 0.16 and 0.17 with support for importing parts from external files.
This workbench in not maintained.
Linux Installation Instructions
-------------------------------
For Ubuntu (Linux Mint) we recommend to add the community ppa to your systems software
resources and install via the sysnaptic package manager the addon of your liking.
Refer to here for more information:
https://launchpad.net/~freecad-community/+archive/ubuntu/ppa
On other Linux distros you may try to install manually via BASH and git:
```bash
$ sudo apt-get install git python-numpy python-pyside
$ mkdir ~/.FreeCAD/Mod
$ cd ~/.FreeCAD/Mod
$ git clone https://github.com/hamish2014/FreeCAD_assembly2.git
```
Once installed, use git to easily update to the latest version:
```bash
$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ git pull
$ rm *.pyc
```
Windows Installation Instructions
---------------------------------
Please use the FreeCAD-Addons-Installer provided here:
https://github.com/FreeCAD/FreeCAD-addons
For more in-depth information refer to the corresponding tutorial on the FreeCAD-Homepage:
http://www.freecadweb.org/wiki/index.php?title=How_to_install_additional_workbenches
Mac Installation Instructions
-----------------------------
* download the git repository as ZIP
* assuming FreeCAD is installed in "/Applications/FreeCAD/v 0.15", go to "/Applications/FreeCAD/v 0.15" in the Browser, and select FreeCAD.app
* right-click and select "Show Package Contents", a new window will appear with a folder named "Contents"
* single-click on the folder "Contents" and select the folder "Mod"
* in the folder "Mod" create a new folder named "assembly2"
* unzip downloaded repository in the folder "Contents/Mod/assembly2"
(Thanks piffpoof)
For more in-depth information refer to the corresponding tutorial on the FreeCAD-Homepage:
http://www.freecadweb.org/wiki/index.php?title=How_to_install_additional_workbenches
Testing
-------
```bash
$ cd ~/.FreeCAD/Mod/FreeCAD_assembly2
$ python test.py
```
Acknowledgements
----------------
My thanks to BRLRFE, easyw-fc (Maurice), kbwbe and the various others who contributed to this workbench.
Wiki
----
For instructions on usage of the workbench refer to the wiki
[link on top of the page](https://github.com/hamish2014/FreeCAD_assembly2/wiki).
没有合适的资源?快使用搜索试试~ 我知道了~
FreeCAD_assembly2:FreeCAD v0.16 +的组装工作台
共130个文件
py:51个
svg:24个
png:23个
需积分: 49 6 下载量 100 浏览量
2021-04-24
10:36:17
上传
评论
收藏 6.56MB ZIP 举报
温馨提示
FreeCAD_assembly2 FreeCAD v0.15、0.16和0.17的装配工作台,支持从外部文件导入零件。 此工作台未维护。 Linux安装说明 对于Ubuntu(Linux Mint),我们建议将社区ppa添加到您的系统软件资源中,并通过sysnaptic软件包管理器安装您喜欢的插件。 请参阅此处以获取更多信息: : 在其他Linux发行版上,您可以尝试通过BASH和git手动安装: $ sudo apt-get install git python-numpy python-pyside $ mkdir ~ /.FreeCAD/Mod $ cd ~ /.FreeCAD/Mod $ git clone https://github.com/hamish2014/FreeCAD_assembly2.git 安装后,使用git轻松更新到最新版本: $ cd ~ /
资源详情
资源评论
资源推荐
收起资源包目录
FreeCAD_assembly2:FreeCAD v0.16 +的组装工作台 (130个子文件)
assembly2_docs.aux 962B
assembly2_docs.tex.backup 6KB
Thumbs.db 6KB
testAssembly_11-pipe_assembly.fcstd 2.61MB
testAssembly_11b-pipe_assembly.fcstd 2.6MB
testAssembly_17-bspline_objects.fcstd 562KB
testAssembly_07.fcstd 168KB
testAssembly_16-revolved_surface_objs.fcstd 64KB
testAssembly_13-spherical_surfaces_hip.fcstd 39KB
testAssembly_18-add_free_objects.fcstd 18KB
testAssembly_12-angles_clock_face.fcstd 15KB
testAssembly_13-spherical_surfaces_cube_vertices.fcstd 9KB
testAssembly_15-triangular_link_assembly.fcstd 8KB
testAssembly_06.fcstd 7KB
testAssembly_02.fcstd 7KB
testAssembly_08.fcstd 6KB
testAssembly_10-block_iregular_constraint_order.fcstd 6KB
testAssembly_09.fcstd 5KB
testAssembly_05.fcstd 5KB
testAssembly_01.fcstd 5KB
testAssembly_04.fcstd 5KB
testAssembly_03.fcstd 5KB
testAssembly_14-lock_relative_axial_rotation.fcstd 4KB
.gitignore 893B
LICENSE 26KB
README.md 2KB
assembly2_docs.pdf 145KB
Assembly2_SolveConstraints.png 3KB
Assembly2_BoltMultipleCircularEdges.png 3KB
Assembly2_ImportPartUpdate.png 2KB
Assembly2_CircularEdgeConstraint.png 2KB
Assembly2_Help.png 2KB
Assembly2_DegreesOfFreedomAnimation.png 2KB
Assembly2_MuxAssemblyRefresh.png 2KB
Assembly2_SphericalSurfaceConstraint.png 2KB
Assembly2_AxialConstraint.png 2KB
Assembly2_ImportPart.png 2KB
Assembly2_DraftMove.png 2KB
Assembly2_PartsList.png 2KB
Assembly2_AngleConstraint.png 2KB
Assembly2_PlaneConstraint.png 2KB
Assembly2_MuxAssembly.png 2KB
Assembly2_FlipConstraint.png 2KB
Assembly2_LockRotation.png 1KB
Assembly2_CheckAssembly.png 1KB
Assembly2_Play.png 1009B
Assembly2_PreferencesAssembly2.png 957B
Assembly2_WorkBenchIcon.png 957B
Assembly2_Pause.png 956B
Assembly2_Stop.png 718B
constraintSystems.py 49KB
__init__.py 25KB
__init__.py 23KB
animate_constraint.py 19KB
tests.py 16KB
selection.py 14KB
tests.py 13KB
cache.py 11KB
constraints.py 10KB
__init__.py 9KB
partsList.py 9KB
viewProviderProxy.py 9KB
degreesOfFreedomAnimation.py 9KB
circularEdgeConstraint.py 8KB
solverLib.py 8KB
degreesOfFreedom.py 7KB
fcstd_parser.py 7KB
__init__.py 6KB
muxAssembly.py 6KB
selectionMigration.py 6KB
variableManager.py 6KB
axialConstraint.py 6KB
lineSearches.py 6KB
tests.py 6KB
angleConstraint.py 5KB
planeConstraint.py 5KB
viewProviderProxy.py 5KB
variableManager.py 5KB
sphericalSurfaceConstraint.py 4KB
undo.py 4KB
checkAssembly.py 4KB
InitGui.py 4KB
common.py 3KB
boltMultipleCircularEdges.py 3KB
tests.py 3KB
objectProxy.py 2KB
core.py 2KB
common.py 2KB
__init__.py 2KB
test.py 2KB
__init__.py 2KB
importPath.py 1KB
path_lib.py 1KB
tests.py 982B
randomClrs.py 685B
compile_resources_pack.py 506B
__init__.py 364B
viewProviderProxies.py 312B
__init__.py 239B
assembly2lib.py 133B
共 130 条
- 1
- 2
神力锂电
- 粉丝: 32
- 资源: 4690
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 猪行为自动化视频分析技术在群体水平高度关联于人工观测的行为活动-畜牧业动物福利监测新方法
- JAVA求链表长度的递归方法,这个想法是通过维护一个函数来使用递归
- 生成二维码.html
- comsol裂隙注浆模拟,案例 考虑三层顶板包含随机裂隙的浆液扩散模型,考虑浆液重力的影响,建立随机裂隙,采用达西定律模块,分析不同注浆压力条件下的浆液扩散规律,建立瞬态模型 可以明显看到随着时间变
- JAVA源码+SpringBoot+vue+mysql 大学城水电管理系统 +数据库+文档
- 、comsol中相场方法模拟多孔介质中驱替的计算案例 提供采用相场方法模拟多孔介质中驱替的算例,可在此基础上学会多孔介质中的驱替模拟,得到水驱油(或其他两相)后多孔介质中的残余油分布,计算采出程度随时
- 基于椭圆拟合的粘连仔猪灰度图像自动分割算法及应用(用于仔猪体重监测系统)
- EV录屏是一款集视频录制与直播功能于一身的桌面录屏软件,支持多种录制模式
- Java install
- JAVA源码+SpringBoot+vue+mysql 体育馆管理系统 +数据库+文档
- 多孔介质多相流,水驱油模型,达西两相流模型comsol
- 新能源汽车 电力系统 优化 基于粒子群算法的电动汽车群有序充电优化 设计简介:解决与电动汽车充电站的电力分配相关的问题 通过使用粒子群优化(PSO)算法,为电动汽车充电站找到最优的充电策略,以最小化
- 小零件打包机捆包机sw18可编辑全套技术资料100%好用.zip
- JAVA源码+SpringBoot+vue+mysql 健身房管理系统 +数据库+文档
- C# 自定义控件 opencvsharp 卡尺测距
- 电驱动(电机+电控)开发验证方法与技巧讲授 精讲 细讲 教程,高清视频课程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0