Difference between revisions of "DataBase SC2008"

From NavykI
Jump to: navigation, search
Line 7: Line 7:
 
# take the corresponding code from '''TABLES->STRUCT->STRUCT_tblMarkLineStyleMarkLineTypeJoins''' for the '''MarkLineStyleMarkLineTypeJoinGUID'''
 
# take the corresponding code from '''TABLES->STRUCT->STRUCT_tblMarkLineStyleMarkLineTypeJoins''' for the '''MarkLineStyleMarkLineTypeJoinGUID'''
 
# You will have to paste this code in step 3
 
# You will have to paste this code in step 3
# '''test'''
+
# '''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 15: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.
  1. take the corresponding code from TABLES->STRUCT->STRUCT_tblMarkLineStyleMarkLineTypeJoins for the MarkLineStyleMarkLineTypeJoinGUID
  2. You will have to paste this code in step 3
  3. In TABLES->STRUCT->STRUCT_tblCurvedPlatePartMarkings' you will have to change the MarkLineStyleMarkLineTypeJoinGUID'