logo
NOTICE:  This is the new PunchCAD forum. You should have received an email with your new password around August 27, 2014. If you did not, or would like it reset, simply use the Lost Password feature, and enter Answer as the security answer.
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ZeroLengthCurve  
#1 Posted : Tuesday, November 18, 2008 1:07:52 PM(UTC)
ZeroLengthCurve

Rank: Senior Member

Joined: 5/15/2008(UTC)
Posts: 989

Thanks: 19 times
Was thanked: 36 time(s) in 25 post(s)
Hi,

I haven't looked at any of the Shark demos/trial versions, so this question/suggestion may be redundant or misunderstood.

Does Shark allow for multiple users to work on isolated portions of a model? Say you have a car, and you demarcate "ownership" and team members of a given feature, section, or some arbitrary aspect of the model, but you want the ONE model to be THE model. None of the "every member has his/her own version on his/her desktop, and it will be integrated later..." Maybe the typical user of ViaCAD and Shark are loners, or small shops.... but...


Also, does Shark have the ability to link to external files? I'm finding that in ViaCAD i have some 1,000 layers now, some of which are deletable, but during modeling construction they serve a purpose. it would be nice if a designated point in a main file could be where externally referenced files link or attach to. As some of you may know, i'm designing a ship. A cruiser/destroyer/frigate-type ship. I've imported to ViaCAD in 3D DXF my model i created in DELFTship. In ViaCAD, i take the "stations" or every-foot markers and place sideshell (hull plating) stiffeners at 3' or 2' intervals. I create transverse (port-to-starboard) bulkheads for watertight division. I add decks, for vertical watertight division/integrity. I will later have HVAC, deck girders & longitudinals, stanchions/pillars, bulkhead stiffeners, and many other things.

For just the sideshell and stiffeners and a few other things, my file size now is about 100 MB. I've suddenly realized "I NEED X-REFS CAPABILITY!". It is going to become untenable to put in one drawing the entire embodiment of my mode. Even a Cray/IBM-whatever machine might succumb. So, i feel that since i eventually want to enter into multi-user, multi-time-zone collaborative design work on my hulls (and don't intend to/nor can I buy Catia, AutoSHIP, Sener and other programs), i need X-Refs, a la AutoCAD.

I would like to work on various parts of the model in smaller files, and occasionally open the bigger file. Or, work within the bigger file, but attach and detach the smaller files to unload resource-using objects that i'm not looking at. Currently, i'm managing resource sluggishness by turning layers on or off when needed/necessary.

If Shark has the ability to add:

- Multi-user/collaborative work
- parts database
- external references

It suddenly could find itself looking at a WHOLE NEW market: Marine Engineers. If I understand correctly, one drafter i know seems to have a problem using solids and surfaces simultaneously in AutoCAD. I am not sure i believe him, or understand what he wants, but i find creating surfaces and solids in ViaCAD becoming a snap. It CERTAINLY helps that ViaCAD is not hogged-down with umpteen thousands of commands that are legacy or difficult-to-use features.
Tim Olson  
#2 Posted : Wednesday, November 19, 2008 2:58:52 PM(UTC)
Tim Olson

Rank: Senior Member

Joined: 2/2/2007(UTC)
Posts: 5,447
United States

Was thanked: 500 time(s) in 353 post(s)
ViaCAD/Shark does not support XREFS. It is a something we are looking at.

Tim
Tim Olson
IMSI Design/Encore
ZeroLengthCurve  
#3 Posted : Thursday, November 20, 2008 3:44:20 PM(UTC)
ZeroLengthCurve

Rank: Senior Member

Joined: 5/15/2008(UTC)
Posts: 989

Thanks: 19 times
Was thanked: 36 time(s) in 25 post(s)
I would like to suggest, too, that if you are considering an SQL database in the background, try one that is not expensive, and that has a liberal license. SQLite might be a great solution.

Then, to allow concurrent user access to a drawing, add:

-- entity tracking and locking (points, splines, circles, etc, just the same stuff the filter tool displays) as

-- well as user loging (or a user input field that doesn't rely upon networks and security mechanisms... maybe an input filter could accept a simple comma-delimited file that collaborative/trusted users can manage simply...)



using user+entity tracking to allow users to edit entities that are not connected/crossing in some way. But, if two users want to edit an entity that say penetrates another, a network message could say "user X wants permission to your right of way over part BBB123, and is proposing to/to NOT modify your part BBB123, but needs to edit part BBB246..."

Probably you most definitely want to avoid msaccess (too much overhead, licensing costs, not many people use it outside of corporate spaces, and if they DO, even with runtimes/standalone-executables, it would require ms windows. SQLite, IIRC is OS-agnostic, is VERY small, fairly robust, liberally-licensed, and has many other features/benefits. Going this route will keep your users from going amok if you were to try to introduce a lock-in database that prevents users from creating and importing parts not directly created in the ViaCAD/Shark interface.


http://www.sqlite.org/

http://en.wikipedia.org/wiki/SQLite

And, a possible mega-bonus is that Firefox uses sqlite. Somehow, you might be able to integrate extension between ViaCAD/Shark and Firefox and enable a renderer for firefox, or a limited-functionality mark-up tool so that non-Shark/ViaCAD project collaborators can on a by-file or logged-in basis update their area of responsibilty.

An alternative might be the also-platform-independent MySQL (now owned by Sun). But, their license might still include redistribution restrictions/costs, and since Sun *might* still have some CAD presence somewhere, they may decide to malign it someway to generate a revenue stream... so, it's just me speculating, but it could be a legal/implementation morass/minefield even if entertained.

Just some tall thoughts.

Also, can the BOM be moved to OUTSIDE the file? A placeholder could be instead embedded in the file at the angles/coordinates as usual, but the content could go directly to comma-delimited or filter output of provision/choice. I find that though i might want a quick peek at the contents of the BOM, the sheer number of parts i dump to BOM bogs down my system. If you could come up with a two-way/live-updater-plugin-thingy that works with SQLite, Lotus SmartSuite (1-2-3, Approach), OpenOffice & OpenOffice.org (and NOT just ms office), whether it be comma delimited, .dbf, etc, as long as it's small, lightweight, FAST... but then....

Oh, a highlight about SQLite:

"Several computer processes or threads may access the same database without problems. Several read accesses can be satisfied in parallel. A write access can only be satisfied if no other accesses are currently being serviced, otherwise the write access fails with an error code (or can automatically be retried until a configurable timeout expires). This concurrent access situation would change when dealing with temporary tables.

A standalone program called sqlite3 is provided which can be used to create a database, define tables within it, insert and change rows, run queries and manage an SQLite database file. This program is a single executable file on the host machine. It also serves as an example for writing applications that use the SQLite library."

And, a business case that can give some internal high-profile to Punch!/CU/et al for using SQLite:

"High-profile deployment

SQLite's developers present a case for SQLite being the most widely deployed SQL database based on some of the more widely-deployed products known to be using SQLite.[4] These include:

* 125 million copies in Mozilla Firefox.
* 20 million Mac OS X computers, each of which contains multiple copies of SQLite. (In Mac OS X v10.4 Apple introduced SQLite as a persistence layer of the Core Data API.)
* 300 million downloads of Skype. (The Skype service has 100 million registered users.)
* Nokia phones with Symbian OS version 9.4 or later. (The first one is Nokia 5800)
* Every iPhone and iPod touch.
* Google Android phones like the T-Mobile G1
"

That means there could be the possibility for iPhones/iPods, or HTC devices and other physically-lightweight PDAs to markup/edit drawings in the field. Well, as long as ms doesn't get nasty and "break" interoperability. But, i can imagine creative CAD users or even architects delivering enhanced content to clients, gaming engines possibly interacting with ViaCAD/Shark.... who knows? Punch! might even be able to somehow attract the interest of city managers and county developers who have to refer not only to drawings but authorized/bad/forbidden/sanctioned parts in projects.

SQLite video:

http://video.google.com/videopl...cid=-5160435487953918649

OK, time for lunch!
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.