Hello friends
I want to change table cell contents.
oTable.ComputeMode = CatTableComputeON
oTable.SetCellString 1, 1, "text"
oTable.SetCellString 1, 2, "CATIA"
I make some table above using vba.
I want to change "text" to "Hi".
But Don't use row and col,Using selected cell contents...
Hello everyone.
I make some macro.
I want to numbering all Dimensions for draft.
So, I write some code.
-------------------------------------------------
Sub CATMain()
Dim MyDoc As DrawingDocument
Dim MySelection As Selection
Dim MySheet As drawingsheet
Dim MyDrawingView As...
Hi everyone,
I have very simple Question.
If My catwindowstates are catwindowstateminimized all then
my catwindowstates are catwindowstatemaximized or catWindowstateNormal.
Is this possible?
I tried very various method.
But Only One catwindow Activated Maximized or Normal.
I want to...
I dont know method all of "En-xxx".
So, I try to test.
This code is activated only "En".
also, This code is wrong.
I want to know method and correct code.
Sub CATMain()
Dim i as Integer
Dim partDocument1 As PartDocument
Set partDocument1 = CATIA.ActiveDocument
Dim part1 As Part
Set part1 =...
So,
For example, I have 'Product1'
'Product1' is configuration many part.
That partnumber is "eng" , "end", "sus"
If Partnumber start "en", color is red
If Partnumber start "su", color is blue
As a result "eng" and "end" color is red, "sus" color is blue
Thanks
hello guys
I have a question about catia macro code.
How to define partnumber partly?
For example, My partnumber is "engine"
then I define partnumber begine with "en"
So, "eng","end"..etc.. also included
I don't know this macro code.
Thank you.
p.s - I can't english well.