Visualization Modules
- 1. Introduction
- 1.1. Module Summary
- 1.2. Computational Cells
- 1.3. Element Types
- 1.4. Element Coordinate Systems
- 1.5. Mathematical Data Types
- 1.6. Complex Numbers
- 1.7. Compiling and Linking a VisTools Application
- 1.8. Attribute Objects, Data Interpolation, Isovalue Clipping and Topology
- 1.9. A First Program - C Version
- 1.10. A First Program - C++ Version
- 1.11. A First Program - FORTRAN Version
- 1.12. A First Program - C# Version
- 2. Attributes - CoordSys, Units, VisContext
- 3. Color and Transparency Mapping - Levels, ColorMap, TransMap, Legend
- 4. Isosurface Clipping, Data Interpolation - IsoClip, DataInt, PrmClp
- 5. Discrete Markers and Values - Mark, Value
- 6. Wire Frame and Shaded Surface Rendering - Edge, Face, Cell
- 7. Isovalues - Segment, Contour, Threshold, IsoLabel
- 7.1. 1D Domains - Segment
- 7.2. Attribute Objects
- 7.3. Function Descriptions
- 7.4. 2D Domains - Contour
- 7.5. Attribute Objects
- 7.6. Function Descriptions
- 7.7. 3D Domains - Threshold
- 7.8. Attribute Objects
- 7.9. Function Descriptions
- 7.10. 2D Contour Line Labeling - IsoLabel
- 7.11. Attribute Objects
- 7.12. Function Descriptions
- 8. Tangent Curve Generation - Trace, Stream
- 9. Annotation - Axis, Billboard, Dimension, Font, Glyph, Tess, Triad
- 9.1. Annotated Axes - Axis
- 9.2. Attribute Objects
- 9.3. Function Descriptions
- 9.4. Billboard Displays - Billboard
- 9.5. Attribute Objects
- 9.6. Function Descriptions
- 9.7. Dimensioning - Dimension
- 9.8. Attribute Objects
- 9.9. Function Descriptions
- 9.10. Stroked Text - Font
- 9.11. Attribute Objects
- 9.12. Function Descriptions
- 9.13. Markers and Glyphs - Glyph
- 9.14. Segmented Glyphs
- 9.15. Attribute Objects
- 9.16. Function Descriptions
- 9.17. Tesselation Tools - Tess
- 9.18. Attribute Objects
- 9.19. Function Descriptions
- 9.20. Coordinate System Triads - Triad
- 9.21. Attribute Objects
- 9.22. Function Descriptions
- 10. Manipulators - HandleBox, PolyBox, WorkPlane
- 11. Beam Elements and Beam Sections - BeamElem, BeamSect
- 12. Shell Elements and Shell Walls - ShellElem, ShellWall
- 13. Rigid, Mass, Spring and Gap Elements - RigidElem, MassElem, DiscElem, GapElem
- 13.1. Rigid Elements - RigidElem
- 13.2. Attribute Objects
- 13.3. Function Descriptions
- 13.4. Mass Elements - MassElem
- 13.5. Attribute Objects
- 13.6. Function Descriptions
- 13.7. Spring and Dashpot Elements - DiscElem
- 13.8. Attribute Objects
- 13.9. Function Descriptions
- 13.10. Gap Elements - GapElem
- 13.11. Attribute Objects
- 13.12. Function Descriptions
- 14. Drawing Functions - DrawFun
- 15. Report Writing - ProRender
- 16. Examples
- 16.1. Example 1, Draw Isosurfaces and Volume Fringes in Hex and Tet
- 16.2. Example 2, Draw Legends
- 16.3. Example 3, Draw Vectors at Vertices of a Hexahedron
- 16.4. Example 3a, Tensor Computations Using Mark
- 16.5. Example 4, Draw Fringes on Threshold Surfaces
- 16.6. Example 4a, Draw Fringes on Contour Lines
- 16.7. Example 5, Tangent Curve Generation in a Plane
- 16.8. Example 5a, Stream Ribbon Generation in a Tri-Parabolic Hexahedron
- 16.9. Example 6, Using Stroked Fonts
- 16.10. Example 7, Using Glyphs
- 16.11. Example 7a, Draw Displacement Restraints Using Glyph
- 16.12. Example 7b, Draw Segmented Glyphs
- 16.13. Example 8, Drawing Axes
- 16.14. Example 9, Clip Finite Element Faces to Isosurfaces
- 16.15. Example 9a, Clip Finite Elements to a Volume
- 16.16. Example 9b, Clip Graphics Primitives to Isosurfaces
- 16.17. Example 10, Draw Contours on Element Faces Using Contour
- 16.18. Example 10a, Draw Isosurfaces in Elements Using Threshold
- 16.19. Example 10b, Draw Mesh Section Using Contour and Threshold
- 16.20. Example 10c, Draw Contour Line Labels Using IsoLabel
- 16.21. Example 11, Display Scalar, Vector and Tensor Markers
- 16.22. Example 11a, Draw Distributed Loads
- 16.23. Example 12, Draw Triads
- 16.24. Example 13, Compute and Draw a TEE Beam Section
- 16.25. Example 13a, Compute and Draw a User Defined Beam Section
- 16.26. Example 13b, Draw a TEE, GEOMETRY and SEGMENTS Beam Element
- 16.27. Example 13c, Compute and Plot Strain on a TEE Beam Section
- 16.28. Example 13d, Contour Stress on a TEE Beam Element
- 16.29. Example 13e, Draw TEE Beam Element Bending Moment Diagram
- 16.30. Example 13f, Compute Cross-section Properties for Composite Beam
- 16.31. Example 13g, Draw TEE Beam Element with Local Axis Orientations
- 16.32. Example 14, Compute and Draw a Three Layer Shell Wall
- 16.33. Example 14a, Draw a Three Layer Parabolic Triangular Shell Element
- 16.34. Example 14b, Contour Plot and Cutting Plane 3D Monocoque Shell Elements
- 16.35. Example 15, Draw a Simple Billboard
- 16.36. Example 15a, Draw a Fancy Billboard
- 16.37. Example 16, Draw Dimensioning Annotation
- 16.38. Example 17, Using Coordinate Systems - CoordSys
- 16.39. Example 18, Draw Rigid Elements - RigidElem
- 16.40. Example 18a, Draw Mass Elements - MassElem
- 16.41. Example 18b, Draw Spring and Dashpot Elements - DiscElem
- 16.42. Example 18c, Draw Gap Elements - GapElem
- 16.43. Example 19, Draw a 2D Polygon - Tess
- 16.44. Example 19a, Triangulate a Planar Slice of a Bounded Tesselation