Download List

Descripción del Proyecto

CAD is useful when you make Phun/Algodoo objects. So,I make this application. It can convert Phun/Algodoo objects from dxf file. Dxf file is supported many CAD application. Phun/Algodoo is a 2D physics engine created by Emil Ernerfeldt.

Summary

This application convert circle or polygon of Phun/Algodoo objects from dxf file entities that CIRCLE , ARC and LINE. Converted data is output clipboard and textbox as Thyme script. You can import objects by pasting thyme script onto screen.

Features

  • Input file is only dxf file.
  • This application can output multiple objects designed by CAD.
  • Relative objects position designed by CAD is maintained after converted into Phun/Algodoo.
  • This application can convert POINT into hinge when polygon exist only one.
  • If convert process has failed, error point is shown by fixjoint.

DXF command

  • CIRCLE : output circle
  • ARC : output polygon (After an arc is converted into multiple line, this application converts the lines into polygon.)
  • LINE : output polygon (This application converts continuous lines into polygon.)
  • POINT : output hinge (It operates, when a polygon is one. When Polygons exist many, please use CIRCLE comand insted of POINT.After this application outputs circle, please add hinge on circle on Phun/Algodoo.)

Attention

Please draw polygon without exist isolated line or arc. Please do not stack the line. if you needed, please do not branch a line. (Crossed line is OK. Circle can cross any element.)

System Requirements

System requirement is not defined

Publicado: 2013-05-31 20:24
dxf2phun dxf2phun 1.02 (1 files Ocultar)

Release Notes

No Release Notes

Changelog

1.02
* Fix: Changed Label into Textbox at control of input file
* New: Added support localization

1.02
* 修正: 入力ファイルの入力コントロールをLabelからTextBoxに変更
* 新規: 国際化対応