3.6. Details of File Formats¶
Anableps handles a variety of formats
For saving canvases:
3.6.1. Image formats¶
When saving or dealing with:
cube c: .size 20 20 20 : .material wood.oak
c.save file1.png : .interlace
3.6.1.1. jpg¶
- detail: detail, from 0 to 100
- size: adapt file size??
3.6.1.2. png¶
- interlace: which kind of interlacing. One of
none
,adams
3.6.1.3. svg format¶
which options?
3.6.1.4. bmp format¶
which options?
3.6.1.5. gif format¶
which options?
3.6.1.6. eps format¶
which options?
3.6.1.7. pdf format¶
which options?
3.6.2. Brep formats¶
Anableps accepts input and produce output in several formats
3.6.2.1. step format¶
3.6.2.2. parasolid format¶
3.6.2.3. stl format¶
3.6.2.4. vrml format¶
3.6.4. other 3d formats¶
3.6.5. Converting among formats¶
anableps is an useful tool to convert among different formats
example:
bleps convert myfile.step myfile.igs <options>