Difference between revisions of "DataBase SC2008"
From NavykI
(New page: 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 part...) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
*To delete a part that can't be deleted from planar groups or crved groups you can execute a routine from the PROCEDURES tab. | *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. | + | **'''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''' |
− | you | + | *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 | ||
+ | # In '''TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings''' you will have to change the '''MarkLineStyleMarkLineTypeJoinGUID''' | ||
+ | [[Category: ShipConstructor]] |
Latest revision as of 14:47, 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
- In TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings you will have to change the MarkLineStyleMarkLineTypeJoinGUID