3DQP_SC_MfgInfo.xml
It is a pre-processing function to add manufacturing information to different hole types by face color. Color code map for differen hole types to machining code is set up in a xml file located in <3DQP>\Database\3DQP_SC_MfgInfo.xml.
<?xml version="1.0" encoding="utf-8"?> <_3DQP_SC_MgfInfo> <Name ID="Socket Head Cap Screw"> <Unit ID="IN"> <swWzdGeneralHoleType ID="swWzdCounterBore"> <My_Name>Counter Bore</My_Name> <Description>Counter Bore(in)</Description> <R>255</R> <G>128</G> <B>255</B> </swWzdGeneralHoleType> <swWzdGeneralHoleType ID="swWzdHole"> <My_Name>Simple Drill</My_Name> <Description>Simple Drill(in)</Description> <R>128</R> <G>128</G> <B>255</B> </swWzdGeneralHoleType> <swWzdGeneralHoleType ID="swWzdTap"> <My_Name>Tapped Hole</My_Name> <Description>Tapped Hole(in)</Description> <R>255</R> <G>43</G> <B>43</B> </swWzdGeneralHoleType> </Unit> </_3DQP_SC_MgfInfo>
|
To customize color code:
- Edit the xml file in <3DQP>\Database\3DQP_SC_MfgInfo.xml.
- Description for different sections in te xml file.
- Name ID - Component type name that the holes to be associated with
- Unit ID - Unit of the holes, INCH or MM
- swWzdGeneralHoleType ID - Type of hole, swWzdCounterBore, swWzdCounterSink, swWzdHole or swWzdTap
- My_Name - Hole type name used to identify the hole type by CAM system
- Description - Hole type description
- R, G and B - RGB color code of the hole type