Hello all,
I would like to get to the parameters of a Manikin. Specifically the properties shown in the "Resource" label when you do "rightclick/properties" on the manikin node: Name, category, type, sub type, manufacturer, etc.
I tried with the "Parameters" property of the Products but when I...
1. Do the "Automatic numbering" from the Assembly Workbench
2. Go to Tools/Options/Drawings/Annotation & Dress up/Balloon creation and change "numbering" to "Part number"
3. Go to the drawing document and use the automatic "Balloon Generation"
4. Remove the balloons you don't want to see
Is...
Hello,
I work downloading models from Enovia. When a complete model has to be downloaded it takes many hours or even days. How do you do when the connection is lost in the middle of a download? Is it possible to use some kind of download manager? The problems are with the CATProducts, because...
I've found this:
Dim myText As DrawingText
Set myText = ActView.Texts.Item(1) 'my text item
Set theLeader = txtFirstText.Leaders.Item(1) 'the leader of mytext
Set Target = theLeader.HeadTarget
MsgBox (Target.Name)
With this you can see the name of the entity you're pointing with a balloon...
Thanks for the answers.
I don't want the "automatic numbering" from the Assembly Workbench. The automatic creation of ballons uses that numbers created. I just want to create a balloon manually, put the number manually and to recognize what Part Number is the target of that balloon, all in the...
An example of what I want is the "marker3Ds" of a 3DAnnotation (in the Navigator Workbench) wich contains the target Product you clicked to create the annotation.
Thanks in advance.
Hello,
First of all, I want to confirm that the numbering automatically generated with the tool "Generate numbering" of the Assembly Design is locked and don't admit modifications. Is there a way to choose your own numbering? What I've always read is that is impossible, even via Macro.
And now...
I answer myself again about the VBA problem. I solved it with the code given in this post:
http://www.eng-tips.com/viewthread.cfm?qid=350504
Thanks to ntweisen, he did it without the SendEnter.vbs file:
"
CATIA.RefreshDisplay = True
AppActivate "CATIA V5"
SendKeys "c:Activate" + Chr(13), True...
I can answer myself regarding to the problem with the CATScript. My problem was the value "Sleep". I don't know why if I put the value 1000 the scene is activated. Maybe my system needs more time to do it?
However, I'm still trying to do it in a VBA. Is it possible to do it without calling to...
Hello,
I'm having the same problem as Milie. The SendEnter.vbs file is in c:\ and I'm trying writing in CATScript. The Scene is created but not activated, and this is my main interest.
It's strange because if I write directly in Power Input the c:Activate nothing happens. Other StartCommands...