//========================================================== //CATIA V5 BiW Automotive Product Export to CATIA V5 BiW Fastening neutral Format //========================================================== //Keyword definitions: //-------------------- // HEADER Header description // VERSION Version of the CATIA BiW Fastening data exchange neutral format // DATE Date when exported // PRODUCT Product name // UNIT Unit used for length values // MATHDEF Mathematical definition (or discretization method) of a curvilinear or an area fastener (POLSAG=Polyline using Sag criterium, POLSTEP=Polyline using Step criterium) // POL_DISCRETIZATION_PARAM Parameter value used to discretize a curvilinear or an area fastener (e.g. Sag value for Polyline definition) // BfmJoint BiW Joint // JID BiW Joint Name // FELS Forecast Elements Count // All_Joined_Parts All components that are referenced by a joint in the product // PATHID Joined component Product Path (ex: RootProduct01!Product05.1!Part02.1!) // JCPN Joined Component Number (Reference Part Number) // JCVERS Joined component Version // ZMATNAM Material // Joined_Parts Components joined by the same Joint body // BfmJointBody BiW JointBody // JBID BiW JointBody Name // STY Stacking // NTH Thicknesses Count // Zone Zone // ZNAM Zone ID // LAYER Layer // ZSUP Support // ZHEM Hem // ZTH Thickness // BfmJointElement BiW Fastener // JEID ID // STD Standard // PCA Process Category // PTY Process Type // FTY Fastener feature type // SDF Shape definition (0=Point3D,1=Hemisphere inwards material,2=Hemisphere outwards material,3=Shank,4=Shank with Head,5=Shank with Head & Foot,50=CurvePath,60=Cylinder,61=Hemi-cylinder inwards material,62=Hemi-cylinder outwards material,70=Diamond,71=Hemi-diamond inwards material,72=Hemi-diamond outwards material,80=Rectangle,81=Hemi-rectangle inwards material,82=Hemi-rectangle outwards material) // ROB Robustness // REG Regulation // FIN Finish // GFL Geometry Flag // IFL Inspection Flag // MID Manufacturing Code // MAT Material // DIA Diameter // HEIGHT Height // LOCX X coordinate of fastener // LOCY Y coordinate of fastener // LOCZ Z coordinate of fastener // WX X coordinate of fastener's Reference normal vector (W Vector = Surface Material Orientation) // WY Y coordinate of fastener's Reference normal vector (W vector = Surface Material Orientation) // WZ Z coordinate of fastener's Reference normal vector (W Vector = Surface Material Orientation) // KFLAG K Axis Flag (If True, K Fastener Axis orientation is the same than W vector, if False, K vector is the invert of W) // UX X coordinate of fastener's Reference tangent vector (U vector = Vector tangent to the Fastener location surface) // UY Y coordinate of fastener's Reference tangent vector (U vector = Vector tangent to the Fastener location surface) // UZ Z coordinate of fastener's Reference tangent vector (U vector = Vector tangent to the Fastener location surface) // IFLAG I Axis Flag (If True, I Fastener Axis orientation is the same than U vector, if False, I vector is the invert of U) // BfmJointElement_CURVE Curvilinear fastener (e.g. BfmCurveBead) // NBPT Number of points resulting from the discretization of a curvilinear or an area fastener // BfmJointElement_PROJ Projection fastener (e.g. BfmSpotProjection) // PROJZPATHID Projection zone Path ID (ex: RootProduct01!Product05.1!Part02.1!Surface12!) // BfmJointElement_INFO Fastener computed projections on crossed thicknesses, ordered along material-oriented normal to support zone. // ZPATHID Zone Path ID (ex: RootProduct01!Product05.1!Part02.1!Surface12!) // PROJ1X X coordinate of crossed thickness entry point // PROJ1Y Y coordinate of crossed thickness entry point // PROJ1Z Z coordinate of crossed thickness entry point // NORM1X X coordinate of material-oriented normal to crossed thickness entry point // NORM1Y Y coordinate of material-oriented normal to crossed thickness entry point // NORM1Z Z coordinate of material-oriented normal to crossed thickness entry point // PROJ2X X coordinate of crossed thickness exit point // PROJ2Y Y coordinate of crossed thickness exit point // PROJ2Z Z coordinate of crossed thickness exit point // NORM2X X coordinate of material-oriented normal to crossed thickness exit point // NORM2Y Y coordinate of material-oriented normal to crossed thickness exit point // NORM2Z Z coordinate of material-oriented normal to crossed thickness exit point // BfmJointElement_INFO1 Fastener additional computed information // LENGTH Fastener length // VOLUME Fastener volume //========================================================== // Neutral format versions summary // Format version Minimum supporting CATIA level // 1.0 V5R10 // 1.1 V5R10 SP2 // 2.0 V5R11 // 3.0 V5R12 // 4.0 V5R14 // 5.0 V5R15 //========================================================== HEADER_START VERSION 5 DATE 28 November 2006 PRODUCT ABF_AllTypeFast_01 UNIT 1 mm (Millimeter) MATHDEF POLSAG POL_DISCRETIZATION_PARAM 0.2 HEADER_END //========================================================== All_Joined_Parts_LIST_START PATHID JCPN JCVERS ZMATNAM ABF_AllTypeFast_01!ABF_PartA.1! ABF_PartA Aluminium ABF_AllTypeFast_01!ABF_PartB.1! ABF_PartB Gold All_Joined_Parts_LIST_END BfmJoint_LIST_START BfmJoint_START JID AssemblyJoint.1 FELS 0 Joined_Parts_LIST_START PATHID ABF_AllTypeFast_01!ABF_PartA.1! ABF_AllTypeFast_01!ABF_PartB.1! Joined_Parts_LIST_END BfmJointBody_LIST_START BfmJointBody_START JBID Joint Body.1 FELS 0 STY LAP NTH 2 Zone_LIST_START ZNAM LAYER PATHID ZSUP ZHEM ZMATNAM ZTH A_Extract 1 ABF_AllTypeFast_01!ABF_PartA.1! T F Aluminium 2.5 B_Extrude ABF_AllTypeFast_01!ABF_PartB.1! F F Gold 1.0 Zone_LIST_END BfmJointElement_LIST_START JEID LAYER STD PCA PTY FTY SDF ROB REG FIN GFL IFL MID MAT DIA HEIGHT LOCX LOCY LOCZ WX WY WZ KFLAG UX UY UZ IFLAG Joint Element.1 2 GBF_STD BWM PR BfmSpotPoint 0 U U N/A N/A F U 10.0 N/A -80.0 85.0 10.0 0.0 0.0 -1.0 T 1.0 0.0 0.0 T Joint Element.3 4 GBF_STD WLD 23 BfmSpotProjection 0 U U N/A F F N/A N/A N/A -40.0 85.0 10.0 0.0 0.0 -1.0 T 1.0 0.0 0.0 T Joint Element.4 GBF_STD SEA ROS BfmCurveBead 50 U U U N/A F U 10.0 N/A 0.0 70.0 10.0 0.0 0.0 -1.0 T -1.0 0.0 0.0 T BfmJointElement_LIST_END BfmJointElement_CURVE_LIST_START JEID NBPT LOCX LOCY LOCZ WX WY WZ UX UY UZ Joint Element.4 2 0.0 70.0 10.0 -100.0 70.0 10.0 0.0 0.0 -1.0 0.0 0.0 -1.0 -1.0 0.0 0.0 -1.0 0.0 0.0 BfmJointElement_CURVE_LIST_END BfmJointElement_PROJ_LIST_START JEID PROJZPATHID Joint Element.3 ABF_AllTypeFast_01!ABF_PartA.1!A_Extract! BfmJointElement_PROJ_LIST_END BfmJointElement_INFO_LIST_START JEID ZPATHID PROJ1X PROJ1Y PROJ1Z NORM1X NORM1Y NORM1Z PROJ2X PROJ2Y PROJ2Z NORM2X NORM2Y NORM2Z ZMATNAM ZTH Joint Element.1 ABF_AllTypeFast_01!ABF_PartA.1!A_Extract! -80.0 85.0 10.0 0.0 0.0 -1.0 -80.0 85.0 7.5 0.0 0.0 1.0 Joint Element.1 ABF_AllTypeFast_01!ABF_PartB.1!B_Extrude! -80.0 85.0 1.0 0.0 0.0 -1.0 -80.0 85.0 0.0 0.0 0.0 1.0 Joint Element.3 ABF_AllTypeFast_01!ABF_PartA.1!A_Extract! -40.0 85.0 10.0 0.0 0.0 -1.0 -40.0 85.0 7.5 0.0 0.0 1.0 Joint Element.3 ABF_AllTypeFast_01!ABF_PartB.1!B_Extrude! -40.0 85.0 1.0 0.0 0.0 -1.0 -40.0 85.0 0.0 0.0 0.0 1.0 Joint Element.4 ABF_AllTypeFast_01!ABF_PartA.1!A_Extract! 0.0 70.0 10.0 0.0 0.0 -1.0 0.0 70.0 7.5 0.0 0.0 1.0 Joint Element.4 ABF_AllTypeFast_01!ABF_PartB.1!B_Extrude! 0.0 70.0 1.0 0.0 0.0 -1.0 0.0 70.0 0.0 0.0 0.0 1.0 BfmJointElement_INFO_LIST_END BfmJointElement_INFO1_LIST_START JEID LENGTH VOLUME Joint Element.1 N/A N/A Joint Element.3 N/A N/A Joint Element.4 100.0 0.0 BfmJointElement_INFO1_LIST_END BfmJointBody_END BfmJointBody_START JBID Joint Body.2 FELS 0 STY LAP NTH 2 Zone_LIST_START ZNAM LAYER PATHID ZSUP ZHEM ZMATNAM ZTH !Unspec.! ABF_AllTypeFast_01!ABF_PartA.1! T F !Unspec.! ABF_AllTypeFast_01!ABF_PartB.1! F F Zone_LIST_END BfmJointElement_LIST_START JEID LAYER STD PCA PTY FTY SDF ROB REG FIN GFL IFL MID MAT DIA HEIGHT LOCX LOCY LOCZ WX WY WZ KFLAG UX UY UZ IFLAG Joint Element.1 GBF_STD ADH STR BfmSpotPoint 0 U U U N/A F U 10.0 N/A -50.1 30.2 20.0 0.0 0.0 -1.0 F 1.0 0.0 0.0 T BfmJointElement_LIST_END BfmJointElement_INFO_LIST_START JEID ZPATHID PROJ1X PROJ1Y PROJ1Z NORM1X NORM1Y NORM1Z PROJ2X PROJ2Y PROJ2Z NORM2X NORM2Y NORM2Z ZMATNAM ZTH Joint Element.1 ABF_AllTypeFast_01!ABF_PartA.1!Unspec.! -50.1 30.2 20.0 0.0 0.0 -1.0 -50.1 30.2 17.5 0.0 0.0 1.0 Aluminium 2.5 Joint Element.1 ABF_AllTypeFast_01!ABF_PartB.1!Unspec.! -50.1 30.2 1.0 0.0 0.0 -1.0 -50.1 30.2 0.0 0.0 0.0 1.0 Gold 1.0 BfmJointElement_INFO_LIST_END BfmJointElement_INFO1_LIST_START JEID LENGTH VOLUME Joint Element.1 N/A N/A BfmJointElement_INFO1_LIST_END BfmJointBody_END BfmJointBody_LIST_END BfmJoint_END BfmJoint_LIST_END