Hello everybody,
In my product I want with macro to :
1- Select a Part with the mouse,
2- Apply a material on this Part.
This is my macro but it doesn't work very well.
Sub Main()
'Selection de la part
Dim MySelection
Dim MyDoc As Document
Dim MyPart As PartDocument
Dim MyProduct As...
Hi,
I've problems with my code. I want to measure with a macro the distance between two points. So I use GetMinimumDistance, and the function return me the value "0".
I don't understand because my 2 points aren't coincident at all.
This is my code:
Sub DistancePoint()
Dim TheSPAWorkbench...
Hi everybody,
I'm new in my firm and I have to create many macro VBA on Catia.
My first macro must be able to change the color of a fill in a geometrical set. For information I work in the Generative Shape design module.
Thanks a lot !
Bastien
Hi,
Is it possible in a journal to select some groups by them names?
I want to select groups whom the name begin by "post_" in a .sim file.
Thanks
Bastien
NX7.5.4.4
Hi,
I use NX7.5 to calculate stresses in parts.
I realise journals and i want to know how use the function "Next Iteration" in a journal ?
Thanks.
Bastien. Stress Engineer.
Hello everybody,
I work in the calculation part of NX7.5.
How can i use the function "Next Mode/Iteration" in a journal?
I work in VBA with Nx 7.5.4 32 bits.
Thancks a lot.
Bastien. Stress Engineer.