- 84
- 231 945
HOW2CATIA
เข้าร่วมเมื่อ 10 มี.ค. 2018
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.
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 437
วีดีโอ
CATIA V6 - WALL THICKNESS ANALYSIS
มุมมอง 2.7K4 ปีที่แล้ว
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.1K4 ปีที่แล้ว
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.3K4 ปีที่แล้ว
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.6K4 ปีที่แล้ว
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.5K4 ปีที่แล้ว
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
มุมมอง 8134 ปีที่แล้ว
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
มุมมอง 7844 ปีที่แล้ว
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.3K4 ปีที่แล้ว
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
มุมมอง 5104 ปีที่แล้ว
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.5K4 ปีที่แล้ว
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.2K4 ปีที่แล้ว
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
มุมมอง 2K4 ปีที่แล้ว
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
มุมมอง 3244 ปีที่แล้ว
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
มุมมอง 3604 ปีที่แล้ว
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
มุมมอง 3664 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 10 - CIRCLE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 9 - 3D OFFSET CURVE
มุมมอง 2684 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 9 - 3D OFFSET CURVE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 8 - PARALLEL CURVE
มุมมอง 3774 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 8 - PARALLEL CURVE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 7 - INTERSECTION
มุมมอง 4074 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 7 - INTERSECTION
CATIA V5 - TIPS AND TRICKS - RESTORE TOOLBARS TO DEFAULT
มุมมอง 1.2K4 ปีที่แล้ว
CATIA V5 - TIPS AND TRICKS - RESTORE TOOLBARS TO DEFAULT
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 6 - REFLECT
มุมมอง 1634 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 6 - REFLECT
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 5 - COMBINE
มุมมอง 2214 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 5 - COMBINE
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 4 - PROJECTION
มุมมอง 2904 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 4 - PROJECTION
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 3 - PLANES
มุมมอง 2194 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 3 - PLANES
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 2 - LINES
มุมมอง 2494 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 2 - LINES
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 1 - POINTS
มุมมอง 8624 ปีที่แล้ว
CATIA V5 - SHAPE DESIGN FUNDAMENTALS - WIREFRAME COMMANDS PART 1 - POINTS
DELMIA V5 - ROBOTICS - VIRTUAL SIMULATION VS. REALITY
มุมมอง 1K4 ปีที่แล้ว
DELMIA V5 - ROBOTICS - VIRTUAL SIMULATION VS. REALITY
DELMIA V6 - ERGONOMICS - HUMAN BUILDER HANDS ON EVALUATION 1
มุมมอง 1.3K4 ปีที่แล้ว
DELMIA V6 - ERGONOMICS - HUMAN BUILDER HANDS ON EVALUATION 1
CATIA V5 - TIPS AND TRICKS - LARGE ASSEMBLY SETTINGS
มุมมอง 9K4 ปีที่แล้ว
CATIA V5 - TIPS AND TRICKS - LARGE ASSEMBLY SETTINGS
CATIA V6 - SHEETMETAL DESIGN - WALL ON EDGE WITH HEM AND STAMP
มุมมอง 3864 ปีที่แล้ว
CATIA V6 - SHEETMETAL DESIGN - WALL ON EDGE WITH HEM AND STAMP
Can you share the program?
😃Thank you so much
which Macro library refrence you will Just
I want to create an automatic template for a title block for catia v5 with vba. Can you help me?
Thank you very much!!
Can you save cad models and assemblies so you can reopen them
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?
Hello Sir, Could you please help me how I can export drawing into pdf from CATIA 3D PART drawings via VBA
This helped me a lot
THANK YOU SO MUCH! Being a new user this functionality completely surprised me and frustrated me!
Truly. I was so confused for like 5 minutes 😅
Useful content. Thank you sir
How to switch workbenches using macro
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!
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.
Bad video quality, and not sound.
I have a 3D product which contains 100 parts. How can I write macro to get all these individual parts to 2D drawing ?
This is quite unfortunate that you didn't get an answer
is there a way to get this part to practice ?
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?
I NEED YOUR HELP... AFTER 4:00 I CANNOT MOVE OR ROTATE COMPONENTS INDIVIDUALY AS YOU ARE DOING
This design is so good.Thanx a lot.
Any ideas on how to save as a .step file? With activeDocument gone, I can't figure it out how to exportData...
Incredible advices. Thank you so much!!!
can you upload Catia v6 or 3Dex videos for parameters
Yes I will soon. Thanks.
good job
Cool one.💯👌
Nice job!!
No sound no fun!
We are going to start producing videos with audio due to many requests for that. Thanks for the feedback.
Thanks a lot bro
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
may be you are using object / variable that's not defined just cross check code again.
Great, Really Appreciate 👍👍
thanks !!!
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
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.
what notepad++ version you worked with?
7.4.2 - but any version will be OK.
This is a life saver man. And it seems like people dont see your video. Hope it blows up
Glad it helped even just one person. Thanks.
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
Design Review in 3DX is different as far as I know and probably will replace DMU markups.
Can u draw this bogie beam and other landing gear componet shock absorber(inner/ outer cylinder)
Thanks.
Works on CATIA 3DEXPERIENCE???
It should yes. Same architecture.
good
Can you upload the dmu kinematics of spring in catia??
Can i have the catia file?
Thanks Bro
excelent
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 !
Have u tried holding in the shift key while moving parts? That should force it to respect the constraints.
@@how2catia970 It works ! Thank you very much !
@@how2catia970 thnks mate
Thx all ur support. I'm curious you to open Document "CATIA V6 AUTOMATION HELP". How can I get this document?
Hi, hope this helps. th-cam.com/video/EhbdNY1ZFEA/w-d-xo.html
nice
Where's the sound?
need ur help ; how i can enable import feature in catia v6 ?
why u are not speaking any single word , how can we understand this shit
how to material automatically in catia drafting template?