Changes between Initial Version and Version 5 of Ticket #887


Ignore:
Timestamp:
01/04/08 15:52:49 (5 years ago)
Author:
DavidCzech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #887

    • Property Status changed from new to closed
    • Property Keywords Axis added
    • Property Milestone changed from beta2 to beta3
    • Property Owner changed from ArcRiley to DavidCzech
    • Property Resolution changed from to fixed
  • Ticket #887 – Description

    initial v5  
    22 
    33This would be especially nice for debugging fields. 
     4 
     5To make an Axis mesh, just make a body and use soy.meshes.Axis() for mesh: 
     6 
     7{{{ 
     8body = soy.bodies.Body(sce,mesh=soy.meshes.Axis()) 
     9}}}