Difference between revisions of "DataBase SC2008"

From NavykI
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
*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.You will have to imput the CurvedPlatePartGUID which you can take from '''TABLES->STRUCT->STRUCT_tblCurvedPlateParts'''
 
**'''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'''
 +
[[Category: ShipConstructor]]

Latest revision as of 15: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.
  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