HOW2CATIA
HOW2CATIA
  • Видео 84
  • Просмотров 220 787
CATIA V5 - ENOVIA V5 DMU - MARKUPS - ENHANCED SCENES - SECTIONING - RECORD VIDEOS
CATIA V5 - ENOVIA V5 DMU - MARKUPS - ENHANCED SCENES - SECTIONING - RECORD VIDEOS
In this video we take a look at some tools the are part of the ENOVIA V5 DMU brand. We will create a markup, enhanced scene, section as well as record a video.
Its the same interface as CATIA, however it is just a viewer.
Просмотров: 2 325

Видео

CATIA V6 - WALL THICKNESS ANALYSIS
Просмотров 2,7 тыс.4 года назад
CATIA V6 - WALL THICKNESS ANALYSIS How to use the Wall Thickness Analysis command in CATIA V6. This is very useful for checking manifolds.
CATIA V5 - SOLIDWORKS PLUG IN DEMO
Просмотров 1,1 тыс.4 года назад
CATIA V5 - SOLIDWORKS PLUG IN DEMO How to import SolidWorks files into CATIA with a plug in.
CATIA V5 - IMAGINE & SHAPE - LOCAL NORMALS & ROUGH OFFSET
Просмотров 1,3 тыс.4 года назад
CATIA V5 - IMAGINE & SHAPE - LOCAL NORMALS & ROUGH OFFSET How to use Local Norms as a method of 'Offsetting' complex shapes in Imagine & Shape.
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 8 - HybridShapeFactory - AddNewPointCoord
Просмотров 1,5 тыс.4 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 8 - HybridShapeFactory - AddNewPointCoord How to create a point with coordinates with CATIA V6 VBA. The easiest way to start is to first record a macro when creating a standard point with coordinates. Then this recorded code will be modified to make it more suitable. Sub CATMain() Dim editor1 As Editor Set editor1 = CATIA.ActiveEditor Dim part1 As...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 7 - AXISSYSTEMS - ORIGINPOINT
Просмотров 1,4 тыс.4 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 7 - AXISSYSTEMS - ORIGINPOINT How to use the AxisSystems object in CATIA V6 VBA. In this video we show you the OriginPoint property. This macro will use an existing point as the origin reference point for a new Axis System. Sub CATMain() Dim oEditor As Editor Set oEditor = CATIA.ActiveEditor Dim oPart As Part Set oPart = oEditor.ActiveObject Dim o...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 6 - AXISSYSTEMS - PUTVECTORS
Просмотров 7824 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 6 - AXISSYSTEMS - PUTVECTORS How to use the AxisSystems object in CATIA V6 VBA. In this video we show you the PutVectors method. The basic rule is when using VBA, any CATIA method which takes an array as an argument, or returns through an argument must be called on a variant object. Sub CATMain() Dim oEditor As Editor Set oEditor = CATIA.ActiveEdi...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 5 - AXISSYSTEMS - PutOrigin & IsCurrent
Просмотров 7494 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 5 - AXISSYSTEMS - PutOrigin & IsCurrent How to use the AxisSystems object in CATIA V6 VBA. In this video we show you the PutOrigin method and the IsCurrent property. The basic rule is when using VBA, any CATIA method which takes an array as an argument, or returns through an argument must be called on a variant object. Sub CATMain() Dim oEditor As...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 4 - AXISSYSTEMS - ADD AND ITEM
Просмотров 1,2 тыс.4 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 4 - AXISSYSTEMS - ADD AND ITEM How to use the AxisSystems object in CATIA V6 VBA. Sub CATMain() Dim oEditor As Editor Set oEditor = CATIA.ActiveEditor Dim oPart As Part Set oPart = oEditor.ActiveObject Dim oSelection As Selection Set oSelection = oEditor.Selection Dim NewAxisSystem As AxisSystems Set newaxisystem = oPart.AxisSystems.Add oPart.Upda...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 3 - ORIGINELEMENTS - XY YZ XZ PLANES
Просмотров 4884 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 3 - ORIGINELEMENTS - XY YZ XZ PLANES How to use the OriginElements object in CATIA V6 VBA. Sub CATMain() Dim oEditor As Editor Set oEditor = CATIA.ActiveEditor Dim oSelection As Selection Set oSelection = oEditor.Selection Dim oPart As Part Set oPart = oEditor.ActiveObject Dim oOriginElements As OriginElements Set oOriginElements = oPart.OriginEle...
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 2 - HYBRIDBODIES - ADD GEOMETRICAL SET
Просмотров 1,4 тыс.4 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 2 - HYBRIDBODIES - ADD GEOMETRICAL SET How to create a Geometrical Set with VBA Automation in CATIA V6. In this video you will learn about using Intellisense and how to also set the name of the new Geometrical Set.
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 1 - MESSAGE BOX - HELLO WORLD
Просмотров 2,1 тыс.4 года назад
CATIA V6 - AUTOMATION FUNDAMENTALS - VBA - PART 1 - MESSAGE BOX - HELLO WORLD How to create a new VBA library and write your first simple macro with a message box.
CATIA V5 - GENERATIVE STRUCTURAL ANALYSIS - GETTING STARTED WITH STATIC FEA
Просмотров 1,8 тыс.4 года назад
CATIA V5 - GENERATIVE STRUCTURAL ANALYSIS - GETTING STARTED WITH STATIC FEA How to create a very simple FEA simulation with the CATIA V5 Generative Structural Analysis workbench.
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 12 - CONNECT CURVE
Просмотров 2954 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 12 - CONNECT CURVE This video shows you how to use the Connect Curve command in the CATIA V5 Generative Shape Design workbench.
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 11 - CORNER
Просмотров 3294 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 11 - CORNER This video shows you how to use the Corner command in the CATIA V5 Generative Shape Design workbench.
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 10 - CIRCLE
Просмотров 3274 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 10 - CIRCLE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 9 - 3D OFFSET CURVE
Просмотров 2514 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 9 - 3D OFFSET CURVE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 8 - PARALLEL CURVE
Просмотров 3414 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 8 - PARALLEL CURVE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 7 - INTERSECTION
Просмотров 3394 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 7 - INTERSECTION
CATIA V5 - TIPS AND TRICKS - RESTORE TOOLBARS TO DEFAULT
Просмотров 1,2 тыс.4 года назад
CATIA V5 - TIPS AND TRICKS - RESTORE TOOLBARS TO DEFAULT
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 6 - REFLECT
Просмотров 1524 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 6 - REFLECT
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 5 - COMBINE
Просмотров 2094 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 5 - COMBINE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 4 - PROJECTION
Просмотров 2774 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 4 - PROJECTION
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 3 - PLANES
Просмотров 2084 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 3 - PLANES
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 2 - LINES
Просмотров 2294 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 2 - LINES
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 1 - POINTS
Просмотров 8044 года назад
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 1 - POINTS
DELMIA V5 - ROBOTICS - VIRTUAL SIMULATION VS. REALITY
Просмотров 9444 года назад
DELMIA V5 - ROBOTICS - VIRTUAL SIMULATION VS. REALITY
DELMIA V6 - ERGONOMICS - HUMAN BUILDER HANDS ON EVALUATION 1
Просмотров 1,2 тыс.4 года назад
DELMIA V6 - ERGONOMICS - HUMAN BUILDER HANDS ON EVALUATION 1
CATIA V5 - TIPS AND TRICKS - LARGE ASSEMBLY SETTINGS
Просмотров 8 тыс.4 года назад
CATIA V5 - TIPS AND TRICKS - LARGE ASSEMBLY SETTINGS
CATIA V6 - SHEETMETAL DESIGN - WALL ON EDGE WITH HEM AND STAMP
Просмотров 3604 года назад
CATIA V6 - SHEETMETAL DESIGN - WALL ON EDGE WITH HEM AND STAMP

Комментарии

  • @FelixT370
    @FelixT370 24 дня назад

    😃Thank you so much

  • @prathmesh763
    @prathmesh763 Месяц назад

    which Macro library refrence you will Just

  • @ercankiraz1055
    @ercankiraz1055 Месяц назад

    I want to create an automatic template for a title block for catia v5 with vba. Can you help me?

  • @alexjimenez6020
    @alexjimenez6020 2 месяца назад

    Thank you very much!!

  • @mohamedelliethy340
    @mohamedelliethy340 2 месяца назад

    Can you save cad models and assemblies so you can reopen them

  • @RDJ_0l0-I-
    @RDJ_0l0-I- 3 месяца назад

    Hi, Thanks for sharing the videos. I made the follwing Example: Sub Draw_B(ByVal Fact As Factory2D, SPX As Double, SPY As Double) Const PI As Double = 3.14159265358979 Call Fact.CreateLine(SPX + 0#, SPY + 0#, SPX + 0#, SPY + 26#) Call Fact.CreateLine(SPX + 0#, SPY + 26#, SPX + 18#, SPY + 26#) Call Fact.CreateLine(SPX + 18#, SPY + 26#, SPX + 18#, SPY + 16#) Call Fact.CreateLine(SPX + 18#, SPY + 16#, SPX + 56#, SPY + 16#) Call Fact.CreateEllipse(SPX + 56#, SPY + 38#, -26#, 0#, 26#, 22#, 90# * (PI / 180), 270# * (PI / 180)) Call Fact.CreateLine(SPX + 56#, SPY + 60#, SPX + 18#, SPY + 60#) Call Fact.CreateLine(SPX + 18#, SPY + 60#, SPX + 18#, SPY + 38#) Call Fact.CreateLine(SPX + 18#, SPY + 38#, SPX + 0#, SPY + 38#) Call Fact.CreateLine(SPX + 0#, SPY + 38#, SPX + 0#, SPY + 94#) Call Fact.CreateLine(SPX + 0#, SPY + 94#, SPX + 18#, SPY + 94#) Call Fact.CreateLine(SPX + 18#, SPY + 94#, SPX + 18#, SPY + 76#) Call Fact.CreateLine(SPX + 18#, SPY + 76#, SPX + 50#, SPY + 76#) Call Fact.CreateEllipse(SPX + 50#, SPY + 96#, -26#, 0#, 26#, 20#, 90# * (PI / 180), 270# * (PI / 180)) Call Fact.CreateLine(SPX + 50#, SPY + 116#, SPX + 18#, SPY + 116#) Call Fact.CreateLine(SPX + 18#, SPY + 116#, SPX + 18#, SPY + 106#) Call Fact.CreateLine(SPX + 18#, SPY + 106#, SPX + 0#, SPY + 106#) Call Fact.CreateLine(SPX + 0#, SPY + 106#, SPX + 0#, SPY + 132#) Call Fact.CreateLine(SPX + 0#, SPY + 132#, SPX + 50#, SPY + 132#) Set Ellipse1 = Fact.CreateEllipse(SPX + 50#, SPY + 96#, -44#, 0#, 44#, 36#, 90# * (PI / 180), 270# * (PI / 180)) Set Ellipse2 = Fact.CreateEllipse(SPX + 56#, SPY + 38#, -44#, 0#, 44#, 38#, 90# * (PI / 180), 270# * (PI / 180)) Call Fact.CreateLine(SPX + 56#, SPY + 0#, SPX + 0#, SPY + 0#) End Sub Do you know how to trim the outer ellipses?

  • @poojadodmani3467
    @poojadodmani3467 3 месяца назад

    Hello Sir, Could you please help me how I can export drawing into pdf from CATIA 3D PART drawings via VBA

  • @alexalex-iq7ub
    @alexalex-iq7ub 4 месяца назад

    This helped me a lot

  • @111sdh
    @111sdh 5 месяцев назад

    THANK YOU SO MUCH! Being a new user this functionality completely surprised me and frustrated me!

  • @kittukrishna5147
    @kittukrishna5147 6 месяцев назад

    Useful content. Thank you sir

  • @user-zl1zq6cu8i
    @user-zl1zq6cu8i 7 месяцев назад

    How to switch workbenches using macro

  • @SHITIA-R1863
    @SHITIA-R1863 7 месяцев назад

    It is not a Tips and Tricks. It is application custom Crutches for overpriced overrated bugged and unfriendly UI UX software. Fuck dassault and CATIA is a shit!

  • @Ing.HumbertoPerez
    @Ing.HumbertoPerez 10 месяцев назад

    Good job but a plastic injection mold does not open and closes that way, the fixed part of the mold is the one that you gave movement and the mobile part are the ones that you left fixed. Good intention.

  • @victoresquivel5924
    @victoresquivel5924 11 месяцев назад

    Bad video quality, and not sound.

  • @omidnajmabadi8134
    @omidnajmabadi8134 Год назад

    I have a 3D product which contains 100 parts. How can I write macro to get all these individual parts to 2D drawing ?

    • @keydi98
      @keydi98 5 месяцев назад

      This is quite unfortunate that you didn't get an answer

  • @dorian.bardhi
    @dorian.bardhi Год назад

    is there a way to get this part to practice ?

  • @mauricioprocel1746
    @mauricioprocel1746 Год назад

    hello, the pocketing window in the approach part doesnt display properly for me. i cant see any of the boxes in the current macro toolbox. do you know how to fix this?

  • @Basith-007
    @Basith-007 Год назад

    I NEED YOUR HELP... AFTER 4:00 I CANNOT MOVE OR ROTATE COMPONENTS INDIVIDUALY AS YOU ARE DOING

  • @user-zw8fe9gz8z
    @user-zw8fe9gz8z Год назад

    This design is so good.Thanx a lot.

  • @DryPatrick
    @DryPatrick Год назад

    Any ideas on how to save as a .step file? With activeDocument gone, I can't figure it out how to exportData...

  • @jorgemoratomanzano1172
    @jorgemoratomanzano1172 Год назад

    Incredible advices. Thank you so much!!!

  • @malingaraysurapur7273
    @malingaraysurapur7273 Год назад

    can you upload Catia v6 or 3Dex videos for parameters

  • @uliseslanderos8169
    @uliseslanderos8169 Год назад

    good job

  • @mr.chelsea_1116
    @mr.chelsea_1116 Год назад

    Cool one.💯👌

  • @CarlosESanchez10
    @CarlosESanchez10 Год назад

    Nice job!!

  • @raymondro5756
    @raymondro5756 Год назад

    No sound no fun!

    • @how2catia970
      @how2catia970 Год назад

      We are going to start producing videos with audio due to many requests for that. Thanks for the feedback.

  • @mohammadhedayati8246
    @mohammadhedayati8246 2 года назад

    Thanks a lot bro

  • @ahmedshafik1913
    @ahmedshafik1913 2 года назад

    Hi brother Thank you for your videos ,its very useful I'm trying a lot of times to make functions ( SelectElement2,SelectElement3,SelectElement4) in a VBA editor but doesn't work. Error message says (Compile error: Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic). program

    • @sagarvachakal9589
      @sagarvachakal9589 2 года назад

      may be you are using object / variable that's not defined just cross check code again.

  • @maheshkumbhar1716
    @maheshkumbhar1716 2 года назад

    Great, Really Appreciate 👍👍

  • @lephan9632
    @lephan9632 2 года назад

    thanks !!!

  • @GRaViToRR
    @GRaViToRR 2 года назад

    Thanks! You explained it greatly! Unfortunely, it didn't halp me, as I wanted to see how to "print all sheets as PDF with the 'exclude detail sheets' option" - or "rename sheet name" - and the Macro recorder didn't track the actions

    • @how2catia970
      @how2catia970 Год назад

      Glad it was helpful. Unfortunately the macro recorder doesn't support all actions, and is especially limited in the Drafting workbench. I believe this is a technical limitation.

  • @kayafifi3572
    @kayafifi3572 2 года назад

    what notepad++ version you worked with?

    • @how2catia970
      @how2catia970 Год назад

      7.4.2 - but any version will be OK.

  • @savesculeonard9978
    @savesculeonard9978 2 года назад

    This is a life saver man. And it seems like people dont see your video. Hope it blows up

    • @how2catia970
      @how2catia970 2 года назад

      Glad it helped even just one person. Thanks.

  • @nicolasssssssss
    @nicolasssssssss 2 года назад

    Thanks for this video! I have a doubt, what is it specifically a "mark up" ? I've seen it in Design Review of 3D Experience. Is there a similar "mark up" function here? Thanks in advance

    • @how2catia970
      @how2catia970 Год назад

      Design Review in 3DX is different as far as I know and probably will replace DMU markups.

  • @adyk6604
    @adyk6604 2 года назад

    Can u draw this bogie beam and other landing gear componet shock absorber(inner/ outer cylinder)

  • @leventgursen600
    @leventgursen600 2 года назад

    Thanks.

  • @anarkiamusicmovie7036
    @anarkiamusicmovie7036 3 года назад

    Works on CATIA 3DEXPERIENCE???

    • @how2catia970
      @how2catia970 3 года назад

      It should yes. Same architecture.

  • @user-yj9yg6qc7i
    @user-yj9yg6qc7i 3 года назад

    good

  • @nikitaroy2511
    @nikitaroy2511 3 года назад

    Can you upload the dmu kinematics of spring in catia??

  • @ahmedrashed7642
    @ahmedrashed7642 3 года назад

    Can i have the catia file?

  • @nithins7161
    @nithins7161 3 года назад

    Thanks Bro

  • @AjithA-tt2it
    @AjithA-tt2it 3 года назад

    excelent

  • @chateaurouxmadepunk8822
    @chateaurouxmadepunk8822 3 года назад

    Hi, i have a problem in assembly design. When i move a part, like you do at 8:25, the others parts won't follow and i have to manually update every time, despite i have checked " automatic update" in assembly design settings. It starts to drive me crazy, please help me !

    • @how2catia970
      @how2catia970 3 года назад

      Have u tried holding in the shift key while moving parts? That should force it to respect the constraints.

    • @chateaurouxmadepunk8822
      @chateaurouxmadepunk8822 3 года назад

      @@how2catia970 It works ! Thank you very much !

    • @VaibhavManiya
      @VaibhavManiya 3 года назад

      @@how2catia970 thnks mate

  • @user-qx8cj6vc1g
    @user-qx8cj6vc1g 3 года назад

    Thx all ur support. I'm curious you to open Document "CATIA V6 AUTOMATION HELP". How can I get this document?

    • @how2catia970
      @how2catia970 3 года назад

      Hi, hope this helps. ruclips.net/video/EhbdNY1ZFEA/видео.html

  • @aks-rn3bc
    @aks-rn3bc 3 года назад

    nice

  • @danielcederberg9213
    @danielcederberg9213 3 года назад

    Where's the sound?

  • @RajeshYadav-ry5vq
    @RajeshYadav-ry5vq 3 года назад

    need ur help ; how i can enable import feature in catia v6 ?

  • @rishabhrajpoot2414
    @rishabhrajpoot2414 3 года назад

    why u are not speaking any single word , how can we understand this shit

  • @spvids46
    @spvids46 3 года назад

    how to material automatically in catia drafting template?

  • @spvids46
    @spvids46 3 года назад

    👌🏻👌🏻👌🏻👌🏻👍🏻👍🏻👍🏻👍🏻👍🏻🙏🏻🙏🏻🙏🏻🙏🏻