Difference between revisions of "DataBase SC2008"
From NavykI
Line 10: | Line 10: | ||
**In '''TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings''' you will have to change the '''MarkLineStyleMarkLineTypeJoinGUID''' | **In '''TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings''' you will have to change the '''MarkLineStyleMarkLineTypeJoinGUID''' | ||
− | |||
[[Category: ShipConstructor]] | [[Category: ShipConstructor]] |
Revision as of 14:46, 10 December 2009
Modifying the Data Base is very risky, but it simplifies some very time consuming procedures, or it will make possible some things that seem impossible(like deleting in-existent plate parts).
- To delete a part that can't be deleted from planar groups or crved groups you can execute a routine from the PROCEDURES tab.
- PROCEDURES->STRUCT->STRUCT_spCurvedPlatePartDel will delete a crved palte part that can't be deleted normally from the planar group.You will have to imput the CurvedPlatePartGUID which you can take from TABLES->STRUCT->STRUCT_tblCurvedPlateParts
- If you need to change all the marking text sizes for a number of plates from crved group you can create a new markingstyle with the desired text height and linetype and you can change the markingstyle for a plate or several plates from the database.
- take the corresponding code from TABLES->STRUCT->STRUCT_tblMarkLineStyleMarkLineTypeJoins for the MarkLineStyleMarkLineTypeJoinGUID
- You will have to paste this code in step 3
- test
- In TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings you will have to change the MarkLineStyleMarkLineTypeJoinGUID