├── .gitattributes ├── .gitignore ├── 2dskt_constraints ├── .vs │ └── 2dskt_constraints │ │ └── v14 │ │ └── .suo ├── 2dskt_constraints.csproj ├── 2dskt_constraints.sln ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── PadPoket.Designer.cs ├── PadPoket.cs ├── PadPoket.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── bin │ └── Debug │ │ ├── 2dskt_constraints.exe │ │ ├── 2dskt_constraints.exe.config │ │ ├── 2dskt_constraints.pdb │ │ ├── 2dskt_constraints.vshost.exe │ │ ├── 2dskt_constraints.vshost.exe.config │ │ └── 2dskt_constraints.vshost.exe.manifest └── obj │ └── Debug │ ├── 2dskt_constraints.csproj.FileListAbsolute.txt │ ├── 2dskt_constraints.csproj.GenerateResource.Cache │ ├── 2dskt_constraints.csproj.ResolveComReference.cache │ ├── 2dskt_constraints.csprojResolveAssemblyReference.cache │ ├── 2dskt_constraints.exe │ ├── 2dskt_constraints.pdb │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.PARTITF.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── _2dskt_constraints.Form1.resources │ └── _2dskt_constraints.Properties.Resources.resources ├── Assembly ├── recall - 복사본 │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── capture │ │ └── img.jpg │ ├── re.xlsx │ ├── recall.csproj │ └── recall.sln ├── recall │ ├── .vs │ │ └── recall │ │ │ └── v14 │ │ │ └── .suo │ ├── 0908(saori).jpg │ ├── 0908(saori) │ │ ├── 001_Assy_Unit_BB-1.CATProduct │ │ ├── 001_Assy_Unit_BB-1.CATProduct1.jpg │ │ ├── 001_Assy_Unit_BB-1_1.CATProduct1.jpg │ │ ├── 002-Assy-Cradle-BB1(saori).CATProduct │ │ ├── 002-Assy-Cradle-BB1(saori).CATProduct35.jpg │ │ ├── 002_Assy_Front_BB-1.CATProduct │ │ ├── 002_Assy_Front_BB-1.CATProduct1.jpg │ │ ├── 002_Assy_Front_BB-1.CATProduct4.jpg │ │ ├── 002_Assy_Front_BB-1.CATProduct42.jpg │ │ ├── 002_Assy_Front_BB-1.CATProduct48.jpg │ │ ├── 002_Assy_Front_BB-1.CATProduct7.jpg │ │ ├── 002_Assy_PCB_BB-1.CATProduct │ │ ├── 002_Assy_PCB_BB-1.CATProduct10.jpg │ │ ├── 002_Assy_Rear_BB-1.CATProduct │ │ ├── 002_Assy_Rear_BB-1.CATProduct20.jpg │ │ ├── 002_Skeleton_BB-1.CATPart │ │ ├── 002_Skeleton_BB-1.CATPart3.jpg │ │ ├── 003-+botom-craqdle-bb1-saori.CATPart │ │ ├── 003-+botom-craqdle-bb1-saori.CATPart40.jpg │ │ ├── 003-Cradle-Skeleton-BB1.CATPart │ │ ├── 003-Cradle-Skeleton-BB1.CATPart36.jpg │ │ ├── 003-Cradle-Skeleton-BB1.CATPart37.jpg │ │ ├── 003-bolt(saori)-bb1.CATPart │ │ ├── 003-bolt(saori)-bb1.CATPart38.jpg │ │ ├── 003-tape-cradle-bb1-saori.CATPart │ │ ├── 003-tape-cradle-bb1-saori.CATPart41.jpg │ │ ├── 003_BADGE_LOGO_BB-1.CATPart │ │ ├── 003_BADGE_LOGO_BB-1.CATPart12.jpg │ │ ├── 003_BADGE_LOGO_BB-1.CATPart47.jpg │ │ ├── 003_BADGE_LOGO_BB-1.CATPart53.jpg │ │ ├── 003_BADGE_LOGO_BB-1.CATPart6.jpg │ │ ├── 003_BADGE_LOGO_BB-1.CATPart9.jpg │ │ ├── 003_COVER_FRONT_BB-1.CATPart │ │ ├── 003_COVER_FRONT_BB-1.CATPart3.jpg │ │ ├── 003_COVER_FRONT_BB-1.CATPart44.jpg │ │ ├── 003_COVER_FRONT_BB-1.CATPart50.jpg │ │ ├── 003_COVER_FRONT_BB-1.CATPart6.jpg │ │ ├── 003_COVER_FRONT_BB-1.CATPart9.jpg │ │ ├── 003_Cradle_Bottom_BB_2015.CATPart │ │ ├── 003_Cradle_Bottom_BB_2015.CATPart30.jpg │ │ ├── 003_Cradle_Skeleton.CATPart │ │ ├── 003_Cradle_Skeleton.CATPart28.jpg │ │ ├── 003_Cradle_Support_BB-2015.CATPart │ │ ├── 003_Cradle_Support_BB-2015.CATPart29.jpg │ │ ├── 003_PCB_BB-1.CATPart │ │ ├── 003_PCB_BB-1.CATPart12.jpg │ │ ├── 003_Reflector_FR_BB-1.CATPart │ │ ├── 003_Reflector_FR_BB-1.CATPart10.jpg │ │ ├── 003_Reflector_FR_BB-1.CATPart4.jpg │ │ ├── 003_Reflector_FR_BB-1.CATPart45.jpg │ │ ├── 003_Reflector_FR_BB-1.CATPart51.jpg │ │ ├── 003_Reflector_FR_BB-1.CATPart7.jpg │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart2.jpg │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart43.jpg │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart49.jpg │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart5.jpg │ │ ├── 003_Skeleton_FRONT_BB-1.CATPart8.jpg │ │ ├── 003_Skeleton_PCB_BB-1.CATPart │ │ ├── 003_Skeleton_PCB_BB-1.CATPart11.jpg │ │ ├── 003_Skeleton_Rear_BB-1.CATPart │ │ ├── 003_Skeleton_Rear_BB-1.CATPart21.jpg │ │ ├── 03-nut-cradle-bb1-saori.CATPart │ │ ├── 03-nut-cradle-bb1-saori.CATPart39.jpg │ │ ├── Assy_Cradle_BB_2015.CATProduct │ │ ├── Assy_Cradle_BB_2015.CATProduct27.jpg │ │ ├── Bolt_M5_25.CATPart │ │ ├── Bolt_M5_25.CATPart31.jpg │ │ ├── CONN_LCD.CATPart │ │ ├── CONN_LCD.CATPart19.jpg │ │ ├── Cradle_Assy.CATDrawing │ │ ├── Cradle_Tape_BB.CATPart │ │ ├── Cradle_Tape_BB.CATPart34.jpg │ │ ├── Design_BB-1.CATPart │ │ ├── Design_BB-1.CATPart2.jpg │ │ ├── ERGH.CATPart │ │ ├── ERGH.CATPart22.jpg │ │ ├── Jack_DC_031A.CATPart │ │ ├── Jack_DC_031A.CATPart15.jpg │ │ ├── Jack_GPS_25.CATPart │ │ ├── Jack_GPS_25.CATPart16.jpg │ │ ├── Knob_Cradle_BB.CATPart │ │ ├── Knob_Cradle_BB.CATPart32.jpg │ │ ├── Nut_M5.CATPart │ │ ├── Nut_M5.CATPart33.jpg │ │ ├── Part7.CATPart │ │ ├── Part7.CATPart11.jpg │ │ ├── Part7.CATPart46.jpg │ │ ├── Part7.CATPart5.jpg │ │ ├── Part7.CATPart52.jpg │ │ ├── Part7.CATPart8.jpg │ │ ├── SCREW_TP_020_06.CATPart │ │ ├── SCREW_TP_020_06.CATPart23.jpg │ │ ├── SCREW_TP_020_06.CATPart24.jpg │ │ ├── SCREW_TP_020_06.CATPart25.jpg │ │ ├── SCREW_TP_020_06.CATPart26.jpg │ │ ├── SW_Slide-ss-1290_samyoung.CATPart │ │ ├── SW_Slide-ss-1290_samyoung.CATPart18.jpg │ │ ├── U_SD_DM3AT_HIROSE.CATPart │ │ ├── U_SD_DM3AT_HIROSE.CATPart17.jpg │ │ ├── camera_bb_HM12.CATPart │ │ ├── camera_bb_HM12.CATPart13.jpg │ │ ├── conn_u_usb_lsc_gu073.CATPart │ │ └── conn_u_usb_lsc_gu073.CATPart14.jpg │ ├── 0908(saori)1.jpg │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Product1.CATProduct │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── recall.exe │ │ │ ├── recall.exe.config │ │ │ ├── recall.pdb │ │ │ ├── recall.vshost.exe │ │ │ ├── recall.vshost.exe.config │ │ │ └── recall.vshost.exe.manifest │ ├── capture │ │ └── img.jpg │ ├── obj │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── Interop.INFITF.dll │ │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ │ ├── Interop.MECMOD.dll │ │ │ ├── Interop.NavigatorTypeLib.dll │ │ │ ├── Interop.Office.dll │ │ │ ├── Interop.ProductStructureTypeLib.dll │ │ │ ├── Interop.SPATypeLib.dll │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ │ ├── recall.Form1.resources │ │ │ ├── recall.Properties.Resources.resources │ │ │ ├── recall.csproj.FileListAbsolute.txt │ │ │ ├── recall.csproj.GenerateResource.Cache │ │ │ ├── recall.csproj.ResolveComReference.cache │ │ │ ├── recall.csprojResolveAssemblyReference.cache │ │ │ ├── recall.exe │ │ │ └── recall.pdb │ ├── re.xlsx │ ├── recall.csproj │ └── recall.sln ├── 선문대~1 (2) │ ├── .vs │ │ └── WindowsFormsApplication45 │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── WindowsFormsApplication45.csproj │ ├── WindowsFormsApplication45.sln │ ├── bin │ │ └── Debug │ │ │ ├── WindowsFormsApplication45.exe │ │ │ ├── WindowsFormsApplication45.exe.config │ │ │ ├── WindowsFormsApplication45.pdb │ │ │ ├── WindowsFormsApplication45.vshost.exe │ │ │ ├── WindowsFormsApplication45.vshost.exe.config │ │ │ └── WindowsFormsApplication45.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.CATStrSettingsTypeLib.dll │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.NavigatorTypeLib.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── Interop.SPATypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── WindowsFormsApplication45.Form1.resources │ │ ├── WindowsFormsApplication45.Properties.Resources.resources │ │ ├── WindowsFormsApplication45.csproj.FileListAbsolute.txt │ │ ├── WindowsFormsApplication45.csproj.GenerateResource.Cache │ │ ├── WindowsFormsApplication45.csproj.ResolveComReference.cache │ │ ├── WindowsFormsApplication45.csprojResolveAssemblyReference.cache │ │ ├── WindowsFormsApplication45.exe │ │ └── WindowsFormsApplication45.pdb └── 선문대학교_기시히데카즈_Ex06.zip ├── BodyAddRemove.zip ├── BodyAddRemove ├── .vs │ └── BodyAddRemove │ │ └── v14 │ │ └── .suo ├── App.config ├── BodyAddRemove.csproj ├── BodyAddRemove.sln ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── BodyAddRemove.exe │ │ ├── BodyAddRemove.exe.config │ │ ├── BodyAddRemove.pdb │ │ ├── BodyAddRemove.vshost.exe │ │ ├── BodyAddRemove.vshost.exe.config │ │ └── BodyAddRemove.vshost.exe.manifest └── obj │ └── Debug │ ├── BodyAddRemove.csproj.FileListAbsolute.txt │ ├── BodyAddRemove.csproj.ResolveComReference.cache │ ├── BodyAddRemove.csprojResolveAssemblyReference.cache │ ├── BodyAddRemove.exe │ ├── BodyAddRemove.pdb │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.PARTITF.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── BodyAddRemove_R ├── .vs │ └── WindowsFormsApplication8 │ │ └── v14 │ │ └── .suo ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── WindowsFormsApplication8.csproj ├── WindowsFormsApplication8.sln ├── bin │ └── Debug │ │ ├── WindowsFormsApplication8.exe │ │ ├── WindowsFormsApplication8.exe.config │ │ ├── WindowsFormsApplication8.pdb │ │ ├── WindowsFormsApplication8.vshost.exe │ │ ├── WindowsFormsApplication8.vshost.exe.config │ │ └── WindowsFormsApplication8.vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.PARTITF.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── WindowsFormsApplication8.Form1.resources │ ├── WindowsFormsApplication8.Properties.Resources.resources │ ├── WindowsFormsApplication8.csproj.FileListAbsolute.txt │ ├── WindowsFormsApplication8.csproj.GenerateResource.Cache │ ├── WindowsFormsApplication8.csproj.ResolveComReference.cache │ ├── WindowsFormsApplication8.csprojResolveAssemblyReference.cache │ ├── WindowsFormsApplication8.exe │ └── WindowsFormsApplication8.pdb ├── CopyGS ├── CopyGS.sln └── CopyGS │ ├── App.config │ ├── CopyGS.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── DraftingAABoltUsingScript.zip ├── DraftingAABoltUsingScript ├── .vs │ └── DraftingAABoltUsingScript │ │ └── v14 │ │ └── .suo ├── 7_Drafting_the_bolt │ ├── Bolt.CATPart │ ├── Drafting.vbp │ ├── Drafting.vbw │ ├── Form1.frm │ └── TitleBlock.CATDrawing ├── App.config ├── DraftingAABoltUsingScript.csproj ├── DraftingAABoltUsingScript.sln ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── DraftingAABoltUsingScript.exe │ │ ├── DraftingAABoltUsingScript.exe.config │ │ ├── DraftingAABoltUsingScript.pdb │ │ ├── DraftingAABoltUsingScript.vshost.exe │ │ ├── DraftingAABoltUsingScript.vshost.exe.config │ │ └── DraftingAABoltUsingScript.vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── DraftingAABoltUsingScript.csproj.FileListAbsolute.txt │ ├── DraftingAABoltUsingScript.csproj.ResolveComReference.cache │ ├── DraftingAABoltUsingScript.csprojResolveAssemblyReference.cache │ ├── DraftingAABoltUsingScript.exe │ ├── DraftingAABoltUsingScript.pdb │ ├── Interop.DRAFTINGITF.dll │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex04.zip ├── Ex_07 ├── App.config ├── Ex_07.csproj ├── Ex_07.sln ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs └── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── README.md ├── RecapEx.zip ├── RecapEx ├── .vs │ └── practice │ │ └── v14 │ │ └── .suo ├── 3dwireframeSurface - Copy - Copy.cs ├── 3dwireframeSurface.cs ├── App.config ├── Point_fileIO.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── Taitanic_p39.exe │ │ ├── Taitanic_p39.exe.config │ │ ├── Taitanic_p39.pdb │ │ ├── Taitanic_p39.vshost.exe │ │ └── Taitanic_p39.vshost.exe.config ├── obj │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── Taitanic_p39.csproj.ResolveComReference.cache │ │ ├── Taitanic_p39.exe │ │ ├── Taitanic_p39.pdb │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── practice.csproj.FileListAbsolute.txt │ │ ├── practice.csproj.ResolveComReference.cache │ │ └── practice.csprojResolveAssemblyReference.cache ├── point.txt ├── practice.csproj └── practice.sln ├── RecurrencecMethod_excell ├── .vs │ └── RecurrencecMethod_excell │ │ └── v14 │ │ └── .suo ├── App.config ├── Assy │ ├── Part1.CATPart │ ├── Part2.CATPart │ ├── Product1.CATProduct │ ├── Product10.CATProduct │ ├── Product2.CATProduct │ ├── Product3.CATProduct │ ├── Product4.CATProduct │ ├── Product5.CATProduct │ ├── Product6.CATProduct │ ├── Product7.CATProduct │ ├── Product8.CATProduct │ └── Product9.CATProduct ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── RecurrencecMethod_excell.csproj ├── RecurrencecMethod_excell.sln ├── bin │ └── Debug │ │ ├── RecurrencecMethod_excell.exe │ │ ├── RecurrencecMethod_excell.exe.config │ │ ├── RecurrencecMethod_excell.pdb │ │ ├── RecurrencecMethod_excell.vshost.exe │ │ ├── RecurrencecMethod_excell.vshost.exe.config │ │ └── RecurrencecMethod_excell.vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.HybridShapeTypeLib.dll │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.Office.dll │ ├── Interop.PARTITF.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── RecurrencecMethod_excell.Form1.resources │ ├── RecurrencecMethod_excell.Properties.Resources.resources │ ├── RecurrencecMethod_excell.csproj.FileListAbsolute.txt │ ├── RecurrencecMethod_excell.csproj.GenerateResource.Cache │ ├── RecurrencecMethod_excell.csproj.ResolveComReference.cache │ ├── RecurrencecMethod_excell.csprojResolveAssemblyReference.cache │ ├── RecurrencecMethod_excell.exe │ ├── RecurrencecMethod_excell.pdb │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Scripting2DSktWithConstraints ├── .vs │ └── WindowsFormsApplication1 │ │ └── v14 │ │ └── .suo ├── App.config ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── WindowsFormsApplication1.csproj ├── WindowsFormsApplication1.sln ├── bin │ └── Debug │ │ ├── WindowsFormsApplication1.exe │ │ ├── WindowsFormsApplication1.exe.config │ │ ├── WindowsFormsApplication1.pdb │ │ ├── WindowsFormsApplication1.vshost.exe │ │ ├── WindowsFormsApplication1.vshost.exe.config │ │ └── WindowsFormsApplication1.vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferences.cache │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── WindowsFormsApplication1.Form1.resources │ ├── WindowsFormsApplication1.Properties.Resources.resources │ ├── WindowsFormsApplication1.csproj.FileListAbsolute.txt │ ├── WindowsFormsApplication1.csproj.GenerateResource.Cache │ ├── WindowsFormsApplication1.csproj.ResolveComReference.cache │ ├── WindowsFormsApplication1.csprojResolveAssemblyReference.cache │ ├── WindowsFormsApplication1.exe │ └── WindowsFormsApplication1.pdb ├── Selection ├── EX.01(saori) │ ├── App.config │ ├── EX.01(saori).csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── EX.01(saori).exe │ │ │ ├── EX.01(saori).exe.config │ │ │ ├── EX.01(saori).pdb │ │ │ ├── EX.01(saori).vshost.exe │ │ │ └── EX.01(saori).vshost.exe.config │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── EX.01(saori).csproj.FileListAbsolute.txt │ │ ├── EX.01(saori).csproj.GenerateResource.Cache │ │ ├── EX.01(saori).csproj.ResolveComReference.cache │ │ ├── EX.01(saori).csprojResolveAssemblyReference.cache │ │ ├── EX.01(saori).exe │ │ ├── EX.01(saori).pdb │ │ ├── EX._01_saori_.Form1.resources │ │ ├── EX._01_saori_.Properties.Resources.resources │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── EX__05 │ ├── App.config │ ├── EX__05.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── EX__05.exe │ │ │ ├── EX__05.exe.config │ │ │ ├── EX__05.pdb │ │ │ ├── EX__05.vshost.exe │ │ │ ├── EX__05.vshost.exe.config │ │ │ └── EX__05.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── EX__05.Form1.resources │ │ ├── EX__05.Properties.Resources.resources │ │ ├── EX__05.csproj.FileListAbsolute.txt │ │ ├── EX__05.csproj.GenerateResource.Cache │ │ ├── EX__05.csproj.ResolveComReference.cache │ │ ├── EX__05.csprojResolveAssemblyReference.cache │ │ ├── EX__05.exe │ │ ├── EX__05.pdb │ │ ├── Interop.INFITF.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex-03(saori) │ ├── .vs │ │ └── Ex-03(saori) │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Ex-03(saori).csproj │ ├── Ex-03(saori).sln │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Ex-03(saori).exe │ │ │ ├── Ex-03(saori).exe.config │ │ │ ├── Ex-03(saori).pdb │ │ │ ├── Ex-03(saori).vshost.exe │ │ │ ├── Ex-03(saori).vshost.exe.config │ │ │ └── Ex-03(saori).vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Ex-03(saori).csproj.FileListAbsolute.txt │ │ ├── Ex-03(saori).csproj.GenerateResource.Cache │ │ ├── Ex-03(saori).csproj.ResolveComReference.cache │ │ ├── Ex-03(saori).csprojResolveAssemblyReference.cache │ │ ├── Ex-03(saori).exe │ │ ├── Ex-03(saori).pdb │ │ ├── Ex_03_saori_.Form1.resources │ │ ├── Ex_03_saori_.Properties.Resources.resources │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex.01 │ ├── .vs │ │ └── Ex.01 │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Ex.01.csproj │ ├── Ex.01.sln │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Ex.01.exe │ │ │ ├── Ex.01.exe.config │ │ │ ├── Ex.01.pdb │ │ │ ├── Ex.01.vshost.exe │ │ │ ├── Ex.01.vshost.exe.config │ │ │ └── Ex.01.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Ex.01.csproj.FileListAbsolute.txt │ │ ├── Ex.01.csproj.GenerateResource.Cache │ │ ├── Ex.01.csproj.ResolveComReference.cache │ │ ├── Ex.01.csprojResolveAssemblyReference.cache │ │ ├── Ex.01.exe │ │ ├── Ex.01.pdb │ │ ├── Ex._01.Form1.resources │ │ ├── Ex._01.Properties.Resources.resources │ │ ├── Interop.DRAFTINGITF.dll │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex04 │ ├── .vs │ │ └── Ex04 │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Ex04.csproj │ ├── Ex04.sln │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Pnt.cs │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Ex04.exe │ │ │ ├── Ex04.exe.config │ │ │ ├── Ex04.pdb │ │ │ ├── Ex04.vshost.exe │ │ │ ├── Ex04.vshost.exe.config │ │ │ └── Ex04.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Ex04.Form1.resources │ │ ├── Ex04.Properties.Resources.resources │ │ ├── Ex04.csproj.FileListAbsolute.txt │ │ ├── Ex04.csproj.GenerateResource.Cache │ │ ├── Ex04.csproj.ResolveComReference.cache │ │ ├── Ex04.csprojResolveAssemblyReference.cache │ │ ├── Ex04.exe │ │ ├── Ex04.pdb │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex_02 │ ├── .vs │ │ └── Ex_02 │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Ex_02.csproj │ ├── Ex_02.sln │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Ex_02.exe │ │ │ ├── Ex_02.exe.config │ │ │ ├── Ex_02.pdb │ │ │ ├── Ex_02.vshost.exe │ │ │ ├── Ex_02.vshost.exe.config │ │ │ └── Ex_02.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Ex_02.Form1.resources │ │ ├── Ex_02.Properties.Resources.resources │ │ ├── Ex_02.csproj.FileListAbsolute.txt │ │ ├── Ex_02.csproj.GenerateResource.Cache │ │ ├── Ex_02.csproj.ResolveComReference.cache │ │ ├── Ex_02.csprojResolveAssemblyReference.cache │ │ ├── Ex_02.exe │ │ ├── Ex_02.pdb │ │ ├── Interop.DRAFTINGITF.dll │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Ex_03 │ ├── .vs │ │ └── Ex_03 │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Ex_03.csproj │ ├── Ex_03.sln │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Part1.CATPart │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── Ex_03.exe │ │ │ ├── Ex_03.exe.config │ │ │ ├── Ex_03.pdb │ │ │ ├── Ex_03.vshost.exe │ │ │ ├── Ex_03.vshost.exe.config │ │ │ └── Ex_03.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Ex_03.Form1.resources │ │ ├── Ex_03.Properties.Resources.resources │ │ ├── Ex_03.csproj.FileListAbsolute.txt │ │ ├── Ex_03.csproj.GenerateResource.Cache │ │ ├── Ex_03.csproj.ResolveComReference.cache │ │ ├── Ex_03.csprojResolveAssemblyReference.cache │ │ ├── Ex_03.exe │ │ ├── Ex_03.pdb │ │ ├── Interop.DRAFTINGITF.dll │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── Selection │ ├── .vs │ │ └── Selection │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── Selection.csproj │ ├── Selection.sln │ ├── bin │ │ └── Debug │ │ │ ├── Selection.exe │ │ │ ├── Selection.exe.config │ │ │ ├── Selection.pdb │ │ │ ├── Selection.vshost.exe │ │ │ ├── Selection.vshost.exe.config │ │ │ └── Selection.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── Selection.Form1.resources │ │ ├── Selection.Properties.Resources.resources │ │ ├── Selection.csproj.FileListAbsolute.txt │ │ ├── Selection.csproj.GenerateResource.Cache │ │ ├── Selection.csproj.ResolveComReference.cache │ │ ├── Selection.csprojResolveAssemblyReference.cache │ │ ├── Selection.exe │ │ ├── Selection.pdb │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs ├── TestingSelectionusingScription2 │ ├── .vs │ │ └── TestingSelectionUsingScripts │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Part1.CATPart │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── TestingSelectionUsingScripts.sln │ ├── TestingSelectionusingScription2.csproj │ ├── bin │ │ └── Debug │ │ │ ├── TestingSelectionusingScription2.exe │ │ │ ├── TestingSelectionusingScription2.exe.config │ │ │ ├── TestingSelectionusingScription2.pdb │ │ │ ├── TestingSelectionusingScription2.vshost.exe │ │ │ ├── TestingSelectionusingScription2.vshost.exe.config │ │ │ └── TestingSelectionusingScription2.vshost.exe.manifest │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── TestingSelectionusingScription2.Form1.resources │ │ ├── TestingSelectionusingScription2.Properties.Resources.resources │ │ ├── TestingSelectionusingScription2.csproj.FileListAbsolute.txt │ │ ├── TestingSelectionusingScription2.csproj.GenerateResource.Cache │ │ ├── TestingSelectionusingScription2.csproj.ResolveComReference.cache │ │ ├── TestingSelectionusingScription2.csprojResolveAssemblyReference.cache │ │ ├── TestingSelectionusingScription2.exe │ │ └── TestingSelectionusingScription2.pdb ├── ex.02(saori) │ ├── .vs │ │ └── ex.02(saori) │ │ │ └── v14 │ │ │ └── .suo │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── ex.02(saori).exe │ │ │ ├── ex.02(saori).exe.config │ │ │ ├── ex.02(saori).pdb │ │ │ ├── ex.02(saori).vshost.exe │ │ │ └── ex.02(saori).vshost.exe.config │ ├── ex.02(saori).csproj │ ├── ex.02(saori).sln │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.HybridShapeTypeLib.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── ex.02(saori).csproj.FileListAbsolute.txt │ │ ├── ex.02(saori).csproj.GenerateResource.Cache │ │ ├── ex.02(saori).csproj.ResolveComReference.cache │ │ ├── ex.02(saori).csprojResolveAssemblyReference.cache │ │ ├── ex.02(saori).exe │ │ ├── ex.02(saori).pdb │ │ ├── ex._02_saori_.Form1.resources │ │ └── ex._02_saori_.Properties.Resources.resources ├── ex.05(saori) (2).zip ├── ex.05(saori).zip └── ex.05(saori) │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Part1.CATPart │ ├── Program.cs │ ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings │ ├── bin │ └── Debug │ │ ├── ex.05(saori).exe │ │ ├── ex.05(saori).exe.config │ │ ├── ex.05(saori).pdb │ │ ├── ex.05(saori).vshost.exe │ │ └── ex.05(saori).vshost.exe.config │ ├── ex.05(saori).csproj │ └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.HybridShapeTypeLib.dll │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── ex.05(saori).csproj.FileListAbsolute.txt │ ├── ex.05(saori).csproj.GenerateResource.Cache │ ├── ex.05(saori).csproj.ResolveComReference.cache │ ├── ex.05(saori).csprojResolveAssemblyReference.cache │ ├── ex.05(saori).exe │ ├── ex.05(saori).pdb │ ├── ex._05_saori_.Form1.resources │ └── ex._05_saori_.Properties.Resources.resources ├── SunmoonUniv_NodaSaori_Test ├── App.config ├── Class1.cs ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── SunmoonUniv_NodaSaori_Test.csproj ├── SunmoonUniv_NodaSaori_Test.sln ├── exam │ ├── forTest.pdf │ ├── forTestDrawing.CATDrawing │ └── forTestPart.CATPart └── forTestDrawing.CATDrawing ├── Titanicp.40(Assy).zip ├── Titanicp.40(Assy) ├── .vs │ └── Titanicp.40(Assy) │ │ └── v14 │ │ └── .suo ├── App.config ├── Assembly │ ├── Assembly.vbp │ ├── Assembly.vbw │ ├── Castle.CATPart │ ├── Form1.frm │ ├── Funnel.CATPart │ └── Hull.CATPart ├── BOM.html ├── Bom.txt ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── Titanicp.40(Assy).csproj ├── Titanicp.40(Assy).sln ├── bin │ └── Debug │ │ ├── Titanicp.40(Assy).exe │ │ ├── Titanicp.40(Assy).exe.config │ │ ├── Titanicp.40(Assy).pdb │ │ ├── Titanicp.40(Assy).vshost.exe │ │ ├── Titanicp.40(Assy).vshost.exe.config │ │ └── Titanicp.40(Assy).vshost.exe.manifest └── obj │ └── Debug │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ ├── Interop.INFITF.dll │ ├── Interop.KnowledgewareTypeLib.dll │ ├── Interop.MECMOD.dll │ ├── Interop.PARTITF.dll │ ├── Interop.ProductStructureTypeLib.dll │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ ├── Titanicp.40(Assy).csproj.FileListAbsolute.txt │ ├── Titanicp.40(Assy).csproj.ResolveComReference.cache │ ├── Titanicp.40(Assy).csprojResolveAssemblyReference.cache │ ├── Titanicp.40(Assy).exe │ └── Titanicp.40(Assy).pdb ├── automation.pptx ├── drawing ├── .vs │ └── drawing │ │ └── v14 │ │ └── .suo ├── 3D-2D_좌표계산.txt ├── code.txt ├── drawing.sln ├── drawing │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── bin │ │ └── Debug │ │ │ ├── drawing.exe │ │ │ ├── drawing.exe.config │ │ │ ├── drawing.pdb │ │ │ ├── drawing.vshost.exe │ │ │ ├── drawing.vshost.exe.config │ │ │ └── drawing.vshost.exe.manifest │ ├── drawing.csproj │ └── obj │ │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.DRAFTINGITF.dll │ │ ├── Interop.GenKwe.dll │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MANUFACTURING.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.PROCESSITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── drawing.Form1.resources │ │ ├── drawing.Properties.Resources.resources │ │ ├── drawing.csproj.FileListAbsolute.txt │ │ ├── drawing.csproj.GenerateResource.Cache │ │ ├── drawing.csproj.ResolveComReference.cache │ │ ├── drawing.csprojResolveAssemblyReference.cache │ │ ├── drawing.exe │ │ └── drawing.pdb ├── forDrawingSample.CATDrawing └── forDrawingSample.CATPart ├── exam ├── SunmoonUniv_NodaSaori_Test │ ├── App.config │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ ├── Resources.resx │ │ ├── Settings.Designer.cs │ │ └── Settings.settings │ ├── SunmoonUniv_NodaSaori_Test.csproj │ └── SunmoonUniv_NodaSaori_Test.sln ├── file원본 │ ├── forTestDrawing.CATDrawing │ └── forTestPart.CATPart ├── forTest.pdf ├── forTestDrawing.CATDrawing ├── forTestPart.CATPart ├── 노다 사오리_Test (2).zip └── 노다 사오리_Test.zip ├── memo.txt ├── sktconsPractice ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── bin │ └── Debug │ │ ├── sktconsPractice.exe │ │ ├── sktconsPractice.exe.config │ │ ├── sktconsPractice.pdb │ │ ├── sktconsPractice.vshost.exe │ │ ├── sktconsPractice.vshost.exe.config │ │ └── sktconsPractice.vshost.exe.manifest ├── obj │ └── Debug │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── Interop.INFITF.dll │ │ ├── Interop.KnowledgewareTypeLib.dll │ │ ├── Interop.MECMOD.dll │ │ ├── Interop.PARTITF.dll │ │ ├── Interop.ProductStructureTypeLib.dll │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── sktconsPractice.csproj.FileListAbsolute.txt │ │ ├── sktconsPractice.csproj.ResolveComReference.cache │ │ ├── sktconsPractice.csprojResolveAssemblyReference.cache │ │ ├── sktconsPractice.exe │ │ └── sktconsPractice.pdb └── sktconsPractice.csproj └── vsCode.txt /2dskt_constraints/.vs/2dskt_constraints/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/.vs/2dskt_constraints/v14/.suo -------------------------------------------------------------------------------- /2dskt_constraints/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /2dskt_constraints/bin/Debug/2dskt_constraints.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/bin/Debug/2dskt_constraints.exe -------------------------------------------------------------------------------- /2dskt_constraints/bin/Debug/2dskt_constraints.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /2dskt_constraints/bin/Debug/2dskt_constraints.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/bin/Debug/2dskt_constraints.pdb -------------------------------------------------------------------------------- /2dskt_constraints/bin/Debug/2dskt_constraints.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/bin/Debug/2dskt_constraints.vshost.exe -------------------------------------------------------------------------------- /2dskt_constraints/bin/Debug/2dskt_constraints.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/2dskt_constraints.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/2dskt_constraints.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/2dskt_constraints.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/2dskt_constraints.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/2dskt_constraints.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/2dskt_constraints.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/2dskt_constraints.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/2dskt_constraints.exe -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/2dskt_constraints.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/2dskt_constraints.pdb -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/_2dskt_constraints.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/_2dskt_constraints.Form1.resources -------------------------------------------------------------------------------- /2dskt_constraints/obj/Debug/_2dskt_constraints.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/2dskt_constraints/obj/Debug/_2dskt_constraints.Properties.Resources.resources -------------------------------------------------------------------------------- /Assembly/recall - 복사본/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/recall - 복사본/capture/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall - 복사본/capture/img.jpg -------------------------------------------------------------------------------- /Assembly/recall - 복사본/re.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall - 복사본/re.xlsx -------------------------------------------------------------------------------- /Assembly/recall/.vs/recall/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/.vs/recall/v14/.suo -------------------------------------------------------------------------------- /Assembly/recall/0908(saori).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori).jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/001_Assy_Unit_BB-1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/001_Assy_Unit_BB-1.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/001_Assy_Unit_BB-1.CATProduct1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/001_Assy_Unit_BB-1.CATProduct1.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/001_Assy_Unit_BB-1_1.CATProduct1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/001_Assy_Unit_BB-1_1.CATProduct1.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002-Assy-Cradle-BB1(saori).CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002-Assy-Cradle-BB1(saori).CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002-Assy-Cradle-BB1(saori).CATProduct35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002-Assy-Cradle-BB1(saori).CATProduct35.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct1.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct4.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct42.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct48.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Front_BB-1.CATProduct7.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_PCB_BB-1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_PCB_BB-1.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_PCB_BB-1.CATProduct10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_PCB_BB-1.CATProduct10.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Rear_BB-1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Rear_BB-1.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Assy_Rear_BB-1.CATProduct20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Assy_Rear_BB-1.CATProduct20.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Skeleton_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Skeleton_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/002_Skeleton_BB-1.CATPart3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/002_Skeleton_BB-1.CATPart3.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-+botom-craqdle-bb1-saori.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-+botom-craqdle-bb1-saori.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-+botom-craqdle-bb1-saori.CATPart40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-+botom-craqdle-bb1-saori.CATPart40.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart36.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-Cradle-Skeleton-BB1.CATPart37.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-bolt(saori)-bb1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-bolt(saori)-bb1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-bolt(saori)-bb1.CATPart38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-bolt(saori)-bb1.CATPart38.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-tape-cradle-bb1-saori.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-tape-cradle-bb1-saori.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003-tape-cradle-bb1-saori.CATPart41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003-tape-cradle-bb1-saori.CATPart41.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart12.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart47.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart53.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart6.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_BADGE_LOGO_BB-1.CATPart9.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart3.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart44.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart50.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart6.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_COVER_FRONT_BB-1.CATPart9.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Bottom_BB_2015.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Bottom_BB_2015.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Bottom_BB_2015.CATPart30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Bottom_BB_2015.CATPart30.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Skeleton.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Skeleton.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Skeleton.CATPart28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Skeleton.CATPart28.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Support_BB-2015.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Support_BB-2015.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Cradle_Support_BB-2015.CATPart29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Cradle_Support_BB-2015.CATPart29.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_PCB_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_PCB_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_PCB_BB-1.CATPart12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_PCB_BB-1.CATPart12.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart10.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart4.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart45.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart51.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Reflector_FR_BB-1.CATPart7.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart2.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart43.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart49.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart5.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_FRONT_BB-1.CATPart8.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_PCB_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_PCB_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_PCB_BB-1.CATPart11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_PCB_BB-1.CATPart11.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_Rear_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_Rear_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/003_Skeleton_Rear_BB-1.CATPart21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/003_Skeleton_Rear_BB-1.CATPart21.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/03-nut-cradle-bb1-saori.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/03-nut-cradle-bb1-saori.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/03-nut-cradle-bb1-saori.CATPart39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/03-nut-cradle-bb1-saori.CATPart39.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Assy_Cradle_BB_2015.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Assy_Cradle_BB_2015.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Assy_Cradle_BB_2015.CATProduct27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Assy_Cradle_BB_2015.CATProduct27.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Bolt_M5_25.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Bolt_M5_25.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Bolt_M5_25.CATPart31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Bolt_M5_25.CATPart31.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/CONN_LCD.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/CONN_LCD.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/CONN_LCD.CATPart19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/CONN_LCD.CATPart19.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Cradle_Assy.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Cradle_Assy.CATDrawing -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Cradle_Tape_BB.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Cradle_Tape_BB.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Cradle_Tape_BB.CATPart34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Cradle_Tape_BB.CATPart34.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Design_BB-1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Design_BB-1.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Design_BB-1.CATPart2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Design_BB-1.CATPart2.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/ERGH.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/ERGH.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/ERGH.CATPart22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/ERGH.CATPart22.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Jack_DC_031A.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Jack_DC_031A.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Jack_DC_031A.CATPart15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Jack_DC_031A.CATPart15.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Jack_GPS_25.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Jack_GPS_25.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Jack_GPS_25.CATPart16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Jack_GPS_25.CATPart16.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Knob_Cradle_BB.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Knob_Cradle_BB.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Knob_Cradle_BB.CATPart32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Knob_Cradle_BB.CATPart32.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Nut_M5.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Nut_M5.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Nut_M5.CATPart33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Nut_M5.CATPart33.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart11.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart46.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart5.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart52.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/Part7.CATPart8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/Part7.CATPart8.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart23.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart24.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart25.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SCREW_TP_020_06.CATPart26.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SW_Slide-ss-1290_samyoung.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SW_Slide-ss-1290_samyoung.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/SW_Slide-ss-1290_samyoung.CATPart18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/SW_Slide-ss-1290_samyoung.CATPart18.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/U_SD_DM3AT_HIROSE.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/U_SD_DM3AT_HIROSE.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/U_SD_DM3AT_HIROSE.CATPart17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/U_SD_DM3AT_HIROSE.CATPart17.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/camera_bb_HM12.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/camera_bb_HM12.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/camera_bb_HM12.CATPart13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/camera_bb_HM12.CATPart13.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/conn_u_usb_lsc_gu073.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/conn_u_usb_lsc_gu073.CATPart -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)/conn_u_usb_lsc_gu073.CATPart14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)/conn_u_usb_lsc_gu073.CATPart14.jpg -------------------------------------------------------------------------------- /Assembly/recall/0908(saori)1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/0908(saori)1.jpg -------------------------------------------------------------------------------- /Assembly/recall/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/recall/Product1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/Product1.CATProduct -------------------------------------------------------------------------------- /Assembly/recall/bin/Debug/recall.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/bin/Debug/recall.exe -------------------------------------------------------------------------------- /Assembly/recall/bin/Debug/recall.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/recall/bin/Debug/recall.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/bin/Debug/recall.pdb -------------------------------------------------------------------------------- /Assembly/recall/bin/Debug/recall.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/bin/Debug/recall.vshost.exe -------------------------------------------------------------------------------- /Assembly/recall/bin/Debug/recall.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/recall/capture/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/capture/img.jpg -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.NavigatorTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.NavigatorTypeLib.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.Office.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.Office.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/Interop.SPATypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/Interop.SPATypeLib.dll -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.Form1.resources -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.Properties.Resources.resources -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.exe -------------------------------------------------------------------------------- /Assembly/recall/obj/Debug/recall.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/obj/Debug/recall.pdb -------------------------------------------------------------------------------- /Assembly/recall/re.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/recall/re.xlsx -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/.vs/WindowsFormsApplication45/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/.vs/WindowsFormsApplication45/v14/.suo -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.exe -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.pdb -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.vshost.exe -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/bin/Debug/WindowsFormsApplication45.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.CATStrSettingsTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.CATStrSettingsTypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.NavigatorTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.NavigatorTypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/Interop.SPATypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/Interop.SPATypeLib.dll -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.Form1.resources -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.Properties.Resources.resources -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.exe -------------------------------------------------------------------------------- /Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대~1 (2)/obj/Debug/WindowsFormsApplication45.pdb -------------------------------------------------------------------------------- /Assembly/선문대학교_기시히데카즈_Ex06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Assembly/선문대학교_기시히데카즈_Ex06.zip -------------------------------------------------------------------------------- /BodyAddRemove.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove.zip -------------------------------------------------------------------------------- /BodyAddRemove/.vs/BodyAddRemove/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/.vs/BodyAddRemove/v14/.suo -------------------------------------------------------------------------------- /BodyAddRemove/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove/bin/Debug/BodyAddRemove.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/bin/Debug/BodyAddRemove.exe -------------------------------------------------------------------------------- /BodyAddRemove/bin/Debug/BodyAddRemove.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove/bin/Debug/BodyAddRemove.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/bin/Debug/BodyAddRemove.pdb -------------------------------------------------------------------------------- /BodyAddRemove/bin/Debug/BodyAddRemove.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/bin/Debug/BodyAddRemove.vshost.exe -------------------------------------------------------------------------------- /BodyAddRemove/bin/Debug/BodyAddRemove.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/BodyAddRemove.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/BodyAddRemove.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/BodyAddRemove.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/BodyAddRemove.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/BodyAddRemove.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/BodyAddRemove.exe -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/BodyAddRemove.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/BodyAddRemove.pdb -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /BodyAddRemove/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /BodyAddRemove_R/.vs/WindowsFormsApplication8/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/.vs/WindowsFormsApplication8/v14/.suo -------------------------------------------------------------------------------- /BodyAddRemove_R/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.exe -------------------------------------------------------------------------------- /BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.pdb -------------------------------------------------------------------------------- /BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.vshost.exe -------------------------------------------------------------------------------- /BodyAddRemove_R/bin/Debug/WindowsFormsApplication8.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.Form1.resources -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.Properties.Resources.resources -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.exe -------------------------------------------------------------------------------- /BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/BodyAddRemove_R/obj/Debug/WindowsFormsApplication8.pdb -------------------------------------------------------------------------------- /CopyGS/CopyGS/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /DraftingAABoltUsingScript.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript.zip -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/.vs/DraftingAABoltUsingScript/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/.vs/DraftingAABoltUsingScript/v14/.suo -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/7_Drafting_the_bolt/Bolt.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/7_Drafting_the_bolt/Bolt.CATPart -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/7_Drafting_the_bolt/Drafting.vbw: -------------------------------------------------------------------------------- 1 | Form1 = 44, 44, 608, 399, , 22, 22, 407, 377, 2 | -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/7_Drafting_the_bolt/TitleBlock.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/7_Drafting_the_bolt/TitleBlock.CATDrawing -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.exe -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.pdb -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/bin/Debug/DraftingAABoltUsingScript.vshost.exe -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/DraftingAABoltUsingScript.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/DraftingAABoltUsingScript.exe -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/DraftingAABoltUsingScript.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/DraftingAABoltUsingScript.pdb -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/Interop.DRAFTINGITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/Interop.DRAFTINGITF.dll -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /DraftingAABoltUsingScript/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/DraftingAABoltUsingScript/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Ex04.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Ex04.zip -------------------------------------------------------------------------------- /Ex_07/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Catia-v5-Automation 2 | to practice the catia v5 automation with c sharp 3 | -------------------------------------------------------------------------------- /RecapEx.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx.zip -------------------------------------------------------------------------------- /RecapEx/.vs/practice/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/.vs/practice/v14/.suo -------------------------------------------------------------------------------- /RecapEx/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RecapEx/bin/Debug/Taitanic_p39.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/bin/Debug/Taitanic_p39.exe -------------------------------------------------------------------------------- /RecapEx/bin/Debug/Taitanic_p39.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RecapEx/bin/Debug/Taitanic_p39.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/bin/Debug/Taitanic_p39.pdb -------------------------------------------------------------------------------- /RecapEx/bin/Debug/Taitanic_p39.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/bin/Debug/Taitanic_p39.vshost.exe -------------------------------------------------------------------------------- /RecapEx/bin/Debug/Taitanic_p39.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RecapEx/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Taitanic_p39.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Taitanic_p39.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Taitanic_p39.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Taitanic_p39.exe -------------------------------------------------------------------------------- /RecapEx/obj/Debug/Taitanic_p39.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/Taitanic_p39.pdb -------------------------------------------------------------------------------- /RecapEx/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /RecapEx/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /RecapEx/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /RecapEx/obj/Debug/practice.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/practice.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /RecapEx/obj/Debug/practice.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecapEx/obj/Debug/practice.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /RecapEx/point.txt: -------------------------------------------------------------------------------- 1 | 20,50,10 2 | 80,100,90 3 | -------------------------------------------------------------------------------- /RecurrencecMethod_excell/.vs/RecurrencecMethod_excell/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/.vs/RecurrencecMethod_excell/v14/.suo -------------------------------------------------------------------------------- /RecurrencecMethod_excell/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Part1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Part1.CATPart -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Part2.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Part2.CATPart -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product1.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product1.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product10.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product10.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product2.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product2.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product3.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product3.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product4.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product4.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product5.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product5.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product6.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product6.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product7.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product7.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product8.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product8.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/Assy/Product9.CATProduct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/Assy/Product9.CATProduct -------------------------------------------------------------------------------- /RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.exe -------------------------------------------------------------------------------- /RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.pdb -------------------------------------------------------------------------------- /RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/bin/Debug/RecurrencecMethod_excell.vshost.exe -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.Office.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.Office.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.Form1.resources -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.Properties.Resources.resources -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.exe -------------------------------------------------------------------------------- /RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/RecurrencecMethod_excell/obj/Debug/RecurrencecMethod_excell.pdb -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/.vs/WindowsFormsApplication1/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/.vs/WindowsFormsApplication1/v14/.suo -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.exe -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.pdb -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/bin/Debug/WindowsFormsApplication1.vshost.exe -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.Form1.resources -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.exe -------------------------------------------------------------------------------- /Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Scripting2DSktWithConstraints/obj/Debug/WindowsFormsApplication1.pdb -------------------------------------------------------------------------------- /Selection/EX.01(saori)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX.01(saori)/bin/Debug/EX.01(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/bin/Debug/EX.01(saori).exe -------------------------------------------------------------------------------- /Selection/EX.01(saori)/bin/Debug/EX.01(saori).exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX.01(saori)/bin/Debug/EX.01(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/bin/Debug/EX.01(saori).pdb -------------------------------------------------------------------------------- /Selection/EX.01(saori)/bin/Debug/EX.01(saori).vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/bin/Debug/EX.01(saori).vshost.exe -------------------------------------------------------------------------------- /Selection/EX.01(saori)/bin/Debug/EX.01(saori).vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX.01(saori).csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX.01(saori).csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX.01(saori).csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX.01(saori).csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX.01(saori).csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX.01(saori).csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX.01(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX.01(saori).exe -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX.01(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX.01(saori).pdb -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX._01_saori_.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX._01_saori_.Form1.resources -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/EX._01_saori_.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/EX._01_saori_.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/EX.01(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX.01(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/EX__05/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX__05/bin/Debug/EX__05.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/bin/Debug/EX__05.exe -------------------------------------------------------------------------------- /Selection/EX__05/bin/Debug/EX__05.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX__05/bin/Debug/EX__05.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/bin/Debug/EX__05.pdb -------------------------------------------------------------------------------- /Selection/EX__05/bin/Debug/EX__05.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/bin/Debug/EX__05.vshost.exe -------------------------------------------------------------------------------- /Selection/EX__05/bin/Debug/EX__05.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.Form1.resources -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.exe -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/EX__05.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/EX__05.pdb -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Selection/EX__05/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/EX__05/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/.vs/Ex-03(saori)/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/.vs/Ex-03(saori)/v14/.suo -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).exe -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).pdb -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).vshost.exe -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/bin/Debug/Ex-03(saori).vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).exe -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex-03(saori).pdb -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex_03_saori_.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex_03_saori_.Form1.resources -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Ex_03_saori_.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Ex_03_saori_.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Ex-03(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex-03(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex.01/.vs/Ex.01/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/.vs/Ex.01/v14/.suo -------------------------------------------------------------------------------- /Selection/Ex.01/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex.01/bin/Debug/Ex.01.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/bin/Debug/Ex.01.exe -------------------------------------------------------------------------------- /Selection/Ex.01/bin/Debug/Ex.01.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex.01/bin/Debug/Ex.01.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/bin/Debug/Ex.01.pdb -------------------------------------------------------------------------------- /Selection/Ex.01/bin/Debug/Ex.01.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/bin/Debug/Ex.01.vshost.exe -------------------------------------------------------------------------------- /Selection/Ex.01/bin/Debug/Ex.01.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex.01.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex.01.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex.01.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex.01.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex.01.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex.01.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex.01.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex.01.exe -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex.01.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex.01.pdb -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex._01.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex._01.Form1.resources -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Ex._01.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Ex._01.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.DRAFTINGITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.DRAFTINGITF.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex.01/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Selection/Ex04/.vs/Ex04/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/.vs/Ex04/v14/.suo -------------------------------------------------------------------------------- /Selection/Ex04/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex04/bin/Debug/Ex04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/bin/Debug/Ex04.exe -------------------------------------------------------------------------------- /Selection/Ex04/bin/Debug/Ex04.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex04/bin/Debug/Ex04.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/bin/Debug/Ex04.pdb -------------------------------------------------------------------------------- /Selection/Ex04/bin/Debug/Ex04.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/bin/Debug/Ex04.vshost.exe -------------------------------------------------------------------------------- /Selection/Ex04/bin/Debug/Ex04.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.Form1.resources -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.exe -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Ex04.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Ex04.pdb -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Selection/Ex04/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex04/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Selection/Ex_02/.vs/Ex_02/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/.vs/Ex_02/v14/.suo -------------------------------------------------------------------------------- /Selection/Ex_02/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_02/bin/Debug/Ex_02.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/bin/Debug/Ex_02.exe -------------------------------------------------------------------------------- /Selection/Ex_02/bin/Debug/Ex_02.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_02/bin/Debug/Ex_02.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/bin/Debug/Ex_02.pdb -------------------------------------------------------------------------------- /Selection/Ex_02/bin/Debug/Ex_02.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/bin/Debug/Ex_02.vshost.exe -------------------------------------------------------------------------------- /Selection/Ex_02/bin/Debug/Ex_02.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.Form1.resources -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.exe -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Ex_02.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Ex_02.pdb -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.DRAFTINGITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.DRAFTINGITF.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_02/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Selection/Ex_03/.vs/Ex_03/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/.vs/Ex_03/v14/.suo -------------------------------------------------------------------------------- /Selection/Ex_03/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_03/Part1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/Part1.CATPart -------------------------------------------------------------------------------- /Selection/Ex_03/bin/Debug/Ex_03.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/bin/Debug/Ex_03.exe -------------------------------------------------------------------------------- /Selection/Ex_03/bin/Debug/Ex_03.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_03/bin/Debug/Ex_03.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/bin/Debug/Ex_03.pdb -------------------------------------------------------------------------------- /Selection/Ex_03/bin/Debug/Ex_03.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/bin/Debug/Ex_03.vshost.exe -------------------------------------------------------------------------------- /Selection/Ex_03/bin/Debug/Ex_03.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.Form1.resources -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.exe -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Ex_03.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Ex_03.pdb -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.DRAFTINGITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.DRAFTINGITF.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs -------------------------------------------------------------------------------- /Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Ex_03/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -------------------------------------------------------------------------------- /Selection/Selection/.vs/Selection/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/.vs/Selection/v14/.suo -------------------------------------------------------------------------------- /Selection/Selection/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Selection/bin/Debug/Selection.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/bin/Debug/Selection.exe -------------------------------------------------------------------------------- /Selection/Selection/bin/Debug/Selection.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Selection/bin/Debug/Selection.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/bin/Debug/Selection.pdb -------------------------------------------------------------------------------- /Selection/Selection/bin/Debug/Selection.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/bin/Debug/Selection.vshost.exe -------------------------------------------------------------------------------- /Selection/Selection/bin/Debug/Selection.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.Form1.resources -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.exe -------------------------------------------------------------------------------- /Selection/Selection/obj/Debug/Selection.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/Selection/obj/Debug/Selection.pdb -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/.vs/TestingSelectionUsingScripts/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/.vs/TestingSelectionUsingScripts/v14/.suo -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/Part1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/Part1.CATPart -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/bin/Debug/TestingSelectionusingScription2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/bin/Debug/TestingSelectionusingScription2.exe -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/bin/Debug/TestingSelectionusingScription2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/bin/Debug/TestingSelectionusingScription2.pdb -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/TestingSelectionusingScription2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/TestingSelectionusingScription2.exe -------------------------------------------------------------------------------- /Selection/TestingSelectionusingScription2/obj/Debug/TestingSelectionusingScription2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/TestingSelectionusingScription2/obj/Debug/TestingSelectionusingScription2.pdb -------------------------------------------------------------------------------- /Selection/ex.02(saori)/.vs/ex.02(saori)/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/.vs/ex.02(saori)/v14/.suo -------------------------------------------------------------------------------- /Selection/ex.02(saori)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.02(saori)/bin/Debug/ex.02(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/bin/Debug/ex.02(saori).exe -------------------------------------------------------------------------------- /Selection/ex.02(saori)/bin/Debug/ex.02(saori).exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.02(saori)/bin/Debug/ex.02(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/bin/Debug/ex.02(saori).pdb -------------------------------------------------------------------------------- /Selection/ex.02(saori)/bin/Debug/ex.02(saori).vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/bin/Debug/ex.02(saori).vshost.exe -------------------------------------------------------------------------------- /Selection/ex.02(saori)/bin/Debug/ex.02(saori).vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex.02(saori).csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex.02(saori).csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex.02(saori).csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex.02(saori).csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex.02(saori).csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex.02(saori).csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex.02(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex.02(saori).exe -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex.02(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex.02(saori).pdb -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex._02_saori_.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex._02_saori_.Form1.resources -------------------------------------------------------------------------------- /Selection/ex.02(saori)/obj/Debug/ex._02_saori_.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.02(saori)/obj/Debug/ex._02_saori_.Properties.Resources.resources -------------------------------------------------------------------------------- /Selection/ex.05(saori) (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori) (2).zip -------------------------------------------------------------------------------- /Selection/ex.05(saori).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori).zip -------------------------------------------------------------------------------- /Selection/ex.05(saori)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.05(saori)/Part1.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/Part1.CATPart -------------------------------------------------------------------------------- /Selection/ex.05(saori)/bin/Debug/ex.05(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/bin/Debug/ex.05(saori).exe -------------------------------------------------------------------------------- /Selection/ex.05(saori)/bin/Debug/ex.05(saori).exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.05(saori)/bin/Debug/ex.05(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/bin/Debug/ex.05(saori).pdb -------------------------------------------------------------------------------- /Selection/ex.05(saori)/bin/Debug/ex.05(saori).vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/bin/Debug/ex.05(saori).vshost.exe -------------------------------------------------------------------------------- /Selection/ex.05(saori)/bin/Debug/ex.05(saori).vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/Interop.HybridShapeTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex.05(saori).csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex.05(saori).csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex.05(saori).csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex.05(saori).csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex.05(saori).csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex.05(saori).csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex.05(saori).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex.05(saori).exe -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex.05(saori).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex.05(saori).pdb -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex._05_saori_.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex._05_saori_.Form1.resources -------------------------------------------------------------------------------- /Selection/ex.05(saori)/obj/Debug/ex._05_saori_.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Selection/ex.05(saori)/obj/Debug/ex._05_saori_.Properties.Resources.resources -------------------------------------------------------------------------------- /SunmoonUniv_NodaSaori_Test/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /SunmoonUniv_NodaSaori_Test/exam/forTest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/SunmoonUniv_NodaSaori_Test/exam/forTest.pdf -------------------------------------------------------------------------------- /SunmoonUniv_NodaSaori_Test/exam/forTestDrawing.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/SunmoonUniv_NodaSaori_Test/exam/forTestDrawing.CATDrawing -------------------------------------------------------------------------------- /SunmoonUniv_NodaSaori_Test/exam/forTestPart.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/SunmoonUniv_NodaSaori_Test/exam/forTestPart.CATPart -------------------------------------------------------------------------------- /SunmoonUniv_NodaSaori_Test/forTestDrawing.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/SunmoonUniv_NodaSaori_Test/forTestDrawing.CATDrawing -------------------------------------------------------------------------------- /Titanicp.40(Assy).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy).zip -------------------------------------------------------------------------------- /Titanicp.40(Assy)/.vs/Titanicp.40(Assy)/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/.vs/Titanicp.40(Assy)/v14/.suo -------------------------------------------------------------------------------- /Titanicp.40(Assy)/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Titanicp.40(Assy)/Assembly/Assembly.vbw: -------------------------------------------------------------------------------- 1 | Form1 = 22, 22, 482, 399, , 44, 44, 429, 399, C 2 | -------------------------------------------------------------------------------- /Titanicp.40(Assy)/Assembly/Castle.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/Assembly/Castle.CATPart -------------------------------------------------------------------------------- /Titanicp.40(Assy)/Assembly/Funnel.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/Assembly/Funnel.CATPart -------------------------------------------------------------------------------- /Titanicp.40(Assy)/Assembly/Hull.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/Assembly/Hull.CATPart -------------------------------------------------------------------------------- /Titanicp.40(Assy)/BOM.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/BOM.html -------------------------------------------------------------------------------- /Titanicp.40(Assy)/Bom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/Bom.txt -------------------------------------------------------------------------------- /Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).exe -------------------------------------------------------------------------------- /Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).pdb -------------------------------------------------------------------------------- /Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).vshost.exe -------------------------------------------------------------------------------- /Titanicp.40(Assy)/bin/Debug/Titanicp.40(Assy).vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).exe -------------------------------------------------------------------------------- /Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/Titanicp.40(Assy)/obj/Debug/Titanicp.40(Assy).pdb -------------------------------------------------------------------------------- /automation.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/automation.pptx -------------------------------------------------------------------------------- /drawing/.vs/drawing/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/.vs/drawing/v14/.suo -------------------------------------------------------------------------------- /drawing/3D-2D_좌표계산.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/3D-2D_좌표계산.txt -------------------------------------------------------------------------------- /drawing/drawing/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /drawing/drawing/bin/Debug/drawing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/bin/Debug/drawing.exe -------------------------------------------------------------------------------- /drawing/drawing/bin/Debug/drawing.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /drawing/drawing/bin/Debug/drawing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/bin/Debug/drawing.pdb -------------------------------------------------------------------------------- /drawing/drawing/bin/Debug/drawing.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/bin/Debug/drawing.vshost.exe -------------------------------------------------------------------------------- /drawing/drawing/bin/Debug/drawing.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.DRAFTINGITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.DRAFTINGITF.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.GenKwe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.GenKwe.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.MANUFACTURING.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.MANUFACTURING.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.PROCESSITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.PROCESSITF.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.Form1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.Form1.resources -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.Properties.Resources.resources -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.exe -------------------------------------------------------------------------------- /drawing/drawing/obj/Debug/drawing.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/drawing/obj/Debug/drawing.pdb -------------------------------------------------------------------------------- /drawing/forDrawingSample.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/forDrawingSample.CATDrawing -------------------------------------------------------------------------------- /drawing/forDrawingSample.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/drawing/forDrawingSample.CATPart -------------------------------------------------------------------------------- /exam/SunmoonUniv_NodaSaori_Test/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /exam/file원본/forTestDrawing.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/file원본/forTestDrawing.CATDrawing -------------------------------------------------------------------------------- /exam/file원본/forTestPart.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/file원본/forTestPart.CATPart -------------------------------------------------------------------------------- /exam/forTest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/forTest.pdf -------------------------------------------------------------------------------- /exam/forTestDrawing.CATDrawing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/forTestDrawing.CATDrawing -------------------------------------------------------------------------------- /exam/forTestPart.CATPart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/forTestPart.CATPart -------------------------------------------------------------------------------- /exam/노다 사오리_Test (2).zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/노다 사오리_Test (2).zip -------------------------------------------------------------------------------- /exam/노다 사오리_Test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/exam/노다 사오리_Test.zip -------------------------------------------------------------------------------- /memo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/memo.txt -------------------------------------------------------------------------------- /sktconsPractice/App.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sktconsPractice/bin/Debug/sktconsPractice.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/bin/Debug/sktconsPractice.exe -------------------------------------------------------------------------------- /sktconsPractice/bin/Debug/sktconsPractice.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sktconsPractice/bin/Debug/sktconsPractice.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/bin/Debug/sktconsPractice.pdb -------------------------------------------------------------------------------- /sktconsPractice/bin/Debug/sktconsPractice.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/bin/Debug/sktconsPractice.vshost.exe -------------------------------------------------------------------------------- /sktconsPractice/bin/Debug/sktconsPractice.vshost.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/Interop.INFITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/Interop.INFITF.dll -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/Interop.KnowledgewareTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/Interop.KnowledgewareTypeLib.dll -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/Interop.MECMOD.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/Interop.MECMOD.dll -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/Interop.PARTITF.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/Interop.PARTITF.dll -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/Interop.ProductStructureTypeLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/Interop.ProductStructureTypeLib.dll -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/sktconsPractice.csproj.ResolveComReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/sktconsPractice.csproj.ResolveComReference.cache -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/sktconsPractice.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/sktconsPractice.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/sktconsPractice.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/sktconsPractice.exe -------------------------------------------------------------------------------- /sktconsPractice/obj/Debug/sktconsPractice.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nsaori/Catia-v5-Automation/6464dc6f86163a2b71aec811ffbd53931303bbb7/sktconsPractice/obj/Debug/sktconsPractice.pdb -------------------------------------------------------------------------------- /vsCode.txt: -------------------------------------------------------------------------------- 1 | catia> tool> macro> macros>vb 2 | --------------------------------------------------------------------------------