Good night colleagues!
I am trying to find a way to:
1) insert a Part in an Assembly
2) Read a string parameter inside the inserted Part (The parameter was published)
3) Read a Length parameter inside the inserted Part (The parameter was published)
4) Set the Length parameter to another value...
Hello colleagues! I am trying to call a VB Script with argument from another VB Script with argument. Is it possible??
Please see attached images.
Create a Product with a Reaction and 2 VB Scripts with Arguments.
Create a Part
Inside the reaction select the Product1 as Source and Insert as...
Hello Colleagues.
I am moving my automations from V5 to CATIA 3DExperience and I am having a hard time trying to figure it out how reaction works inside the platform...
In V5 I can:
1)Create a product
2)insert a reaction
3)select the product as source
4)choose VB action
5)use the argument...
Hello colleagues,
I am trying to learn how to create a knowledgeware advisor reaction to check if a part was inserted or removed from an assembly in CATIA V5.
NO VBA, VB, CATScript.
I need help with advisor.
Any help will be really appreciated.
Best regards
Eduardo
Hello colleagues,
I am trying to create a check using CATIA V5 knowledgeware advisor.
I have a length parameter and would like to check if it is in 0.5 increments.
Ex
100-true
102.5-true
102.3-false
100.1-false
305-true
I don't need macros(VB, VBA, CATScripts, etc...)
I need in EKL using advisor...
I find out how to insert and read the x,y and z values of a local sensor by macro.
So, for those who want to do it...
Sub CATMain()
Dim analysisDocument1 As AnalysisDocument
Set analysisDocument1 = CATIA.ActiveDocument
Dim selection1 As Selection
Set selection1 = analysisDocument1.Selection...
Hello everyone!
Somebody knows how could I set the Simplify geometry check box and unset the intersect body in the Sew Surface Definition Userform through VBA?
Thanks