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 下载量 20 浏览量
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
神力锂电
- 粉丝: 31
- 资源: 4690
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Java开发的动画效果丰富的NewTvWidget-UI设计源码
- 基于C++语言开发的ssar(SRE SAR)工具家族全新设计源码
- 基于Python实现的wanggejiaoyi网格交易策略设计源码
- 基于PaddlePaddle的Python声纹识别设计源码
- 基于Python、HTML、JavaScript、CSS的Bangwodai设计源码架构
- 基于Python技术的体育网站爬虫设计源码
- 基于JDK17+SpringBoot3.2.7+SpringSecurity3.2.7的JWT多策略认证与Redis黑名单管理设计源码
- 基于SpringBoot和Layui框架的Java投票系统设计源码
- 基于Java和Lua的多语言数学库设计源码
- 基于Flink框架的Vue农业信息推荐系统设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0