########################################################################### #SETUP FILE FOR PARTSOLUTIONS - ADMINISTRATOR PURPOSE #MUST BE LOCATED IN $CADENAS/iface/CATIAV4 # #TO SET A FLAG AS UNMODIFIABLE USE THE KEYWORD ":LOCKED". #EXAMPLE: #*PVIEWER_STRUCTURE:1:LOCKED ########################################################################### #-------------------------------------------------------------------------- #-Creation of PARTviewer parts #-------------------------------------------------------------------------- # 1=DETAIL 2=MODEL *PVIEWER_STRUCTURE:1 # 1=DEEP 2=FLAT 3=MIXED *PVIEWER_TYPE:1 #-------------------------------------------------------------------------- #-Creation of PARTconnection parts #-------------------------------------------------------------------------- # 1=DETAIL 2=MODEL *PCONNECTION_STRUCTURE:1 # 1=DEEP 2=FLAT 3=MIXED *PCONNECTION_TYPE:1 #-------------------------------------------------------------------------- #-Creation of PARTassembly parts #-------------------------------------------------------------------------- # 1=DETAIL 2=MODEL *PASSEMBLY_STRUCTURE:1 # 1=DEEP 2=FLAT 3=MIXED *PASSEMBLY_TYPE:1 #-------------------------------------------------------------------------- #-Creation of PARTshaft parts #-------------------------------------------------------------------------- # 1=DETAIL 2=MODEL *PSHAFT_STRUCTURE:2 # 1=DEPP 2=FLAT 3=MIXED *PSHAFT_TYPE:1 #-------------------------------------------------------------------------- #-Creation of PARTloader parts #-------------------------------------------------------------------------- # 1=DETAIL 2=MODEL *PLOADER_STRUCTURE:1 # 1=DEEP 2=FLAT 3=MIXED *PLOADER_TYPE:1 #-------------------------------------------------------------------------- #- MODEL FILE where the models are saved #-------------------------------------------------------------------------- *PART_MODEL_FILE: #-------------------------------------------------------------------------- #-temporary name for a meber, which will be created in "PART_MODEL_FILE" #-------------------------------------------------------------------------- *MODEL_FLAT_NAME:PSC_TEMPORARY_MEMBER:LOCKED #-------------------------------------------------------------------------- #-Flags for VPM settings #-------------------------------------------------------------------------- # 1=YES VPM checkin 2=NO VPM checkin *VPM_FLAG:2 # name of VPM project *VPM_PROJECT: # name of VPM environment *VPM_ENVINRONMENT: # number of VPM COMPID *VPM_COMPID: #-------------------------------------------------------------------------- #-Settings for 3D-Standard Parts #-------------------------------------------------------------------------- # Color of Dittos (0..255) *PART3D_COL_DITTO:0 # Layer of Dittos (0..254) *PART3D_LAY_DITTO:16 # 0=use color of "PART3D_COL_DETAIL" # 1=use original RGB values from PARTsolutions *PART3D_RGB_MODE:1 # Color of DETAIL geometry (0..255) *PART3D_COL_DETAIL:5 # Layer of DETAIL geometry (0..254) *PART3D_LAY_DETAIL:18 #-------------------------------------------------------------------------- #-Settings for 2D-Standard Parts #-------------------------------------------------------------------------- # Color of Dittos (0..255) *PART2D_COL_DITTO:1 # Layer of Dittos (0..254) *PART2D_LAY_DITTO:2 # Color of DETAIL geometry (0..255) *PART2D_COL_DETAIL:3 #Layer of DETAIL geometry (0..254) *PART2D_LAY_DETAIL:4 #-------------------------------------------------------------------------- #-Settings for creation of the BOM List-File #-------------------------------------------------------------------------- # Directory where the BOM-List file is written *DIR_BOM:/home/haient1/alf # Name of the BOM-List file *FILE_BOM:BOM.txt #-------------------------------------------------------------------------- #-Settings SCAN-NC #-------------------------------------------------------------------------- # Directory where the NCSCAN file is written *DIR_SCAN:/home/haient1/alf # Name of the NCSCAN file *FILE_SCAN:partsol3.metanc # 0=absolute axis 1=current axis *AXIS_MODE:0 # Color of PS-holes (0..255) *SCANCOL:33 #-------------------------------------------------------------------------- #-Settings for MODIFY/CONNECT # 1=replace mode 2=duplicate mode #-------------------------------------------------------------------------- *CONNECT_TYPE:2 #-------------------------------------------------------------------------- #-PLOADER PS3 SETTINGS #-------------------------------------------------------------------------- #-PS3 DIRECTORY TO BE USED *DIR_LOADER:/home/haient1/alf/auz *FILE_LOADER:pcon3d.ps3 #-------------------------------------------------------------------------- #-Settings for MODEL mode #-------------------------------------------------------------------------- # Color of Dittos (0..255) *MODEL_COL:5 # Layer of Dittos (0..254) *MODEL_LAY:0 # 0=use color of "MODEL_COL" # 1=use original RGB values from PARTsolutions *MODEL_RGB_MODE:1 #-------------------------------------------------------------------------- #-Settings how to name the DETAILS #-------------------------------------------------------------------------- # EXACT = use exactly the PARTsolutions name # AUTO = use PARTsolutions name and an # automatic counter (default) #$VAR = create the detail name after a variable from PartDataManager #VAR can be a variable defined in PartDataMager teble #Example:*DETAIL_NAME:$IDNR #FOR THIS FLAG DON'T USE THE "LOCKED" KEYWORD !!! *DETAIL_NAME:AUTO