SVG 2D Graphics Research
|
|
Home Architecture for 2D Booking Systems Business Charts Engineering Diagrams Engineering Database GIS Logistic Procurement |
Engineering Diagrams
Who Needs Engineering Diagrams Architecture?Anyone who can benefit from quality engineering diagrams oevr the web. And that means everyone in engineering. One of the great things about web graphics is their universality. You don't need a special software to view or print — just the web browser that came with your PC or notebook. It doesn't matter whether the user is in a meeting or on the shopfloor, they can get an up to the minute diagram using SVG. Automated Diagram ProductionThis is not about systems based on mouse or tablet interaction. It's about truly automated diagrams. An order of magnitude more cost-effective than interaction. (Of course, automation is not always possible, and in those circumstances interactive graphics systems are appropriate.) We are talking about complementary technologies here, not competitors. These are fast, by the way. PenDraw is an ideal language for this kind of work. Not only does it produce small downloads that keep web speed up, but it is fast in itself. Data can come either from existing systems for repetitive types of diagram, or direct keyboard entry for one-offs. Demonstration Steel PlateHigh Quality Document InformationArchitecture for Repetitive Diagrams (Families)Assume that your server-side DP App is written in PHP (but it could be Perl, java, etc) Your existing systems have the data.
That is effective engineering diagrams architecture. Architecture for One-Off DiagramsYour user enters the data to an XHTML form.
InteractivityRemember, your SVG graphics can also be interactive. Each graphical element can respond to the mouse, and you can program client-side in javascript or VBscript, and pass interactive moves made by the user back to another server-side script. The potential is enormous. HyperlinkingRemember, too, that any part of the SVG graphics picture can act as a hyper link, so you can construct documents that have rich semantic structures, and offer the user natural and helpful interfaces. You can relate engineering diagrams to one another, so for exploded diagrams showing parts, you can link to the very diagram that details the part — engineering diagrams architecture that works for you.
|