Hi,
I would like to know is there any way to fetch the information from Cue/Satus Bar,
It is exactly opposite to UFS.UI.SetPrompt(message) API.
Thanks in advance.
Regards,
Maddy
Hi,
i'm new to v6 automation and have worked in v5 automation.
Can any one help/post some sample reference code to create new product in V62013x and then add an existing 3D part in to the newly created product.
i was able to create a new product and fetch the existing (opened part), but...
Hi,
i just wanted to create a Two GRIP programs to achieve
1. One program to change the Application from modelling to Drafting and
2. Second program to change the Application from Drafting to Modelling
i tried with NX Open Grip but error comes up as below
Enter file [exit]...
Hi all,
I have a note in a drawing which displays the value of an attribute from part document
i would like to
1. check what property this has been linked to
2. link if it is not linked to the desire property.
kindly let me know how could i achieve this thro vba.
Regards,
Maddy
Hi,
Is there any chances where based upon a value of an expression extrusion input sketch needs to be changed.
i.e for ex if I have 5 sketches, an expression "Sketch No = 1"
-> When the expression Sketch_No value is 1 then Sketch_000 should be selected for extrusion
-> likewise if the...
Hi, All
I know Siemens has given NX OPEN API supporting various programming languages through which one can automate and customize NX. Heard from someone that almost all command can be automated and customized.
What I would like to know is there any way that one can recreate a command to be...
Hi,
Can anybody tell me, is there any possibility of running a journal file based on an expression value.
i.e I would like to run a journal file for example d:\123.vb based on a value of expression Run_Journal = true
Thanks in advance,
Regards,
Maddy
Regards,
Maddy
Hi,
Is there any way to find out whether draft analysis is done on a part or not.
Part
|- Planes
|-PartBody
|-Free Form Analysis
|- Draft Analysis
|- -----
Regards,
Maddy
Hi Guys,
Could somebody let me know how to get the path of the current active CATVBA project.
I guess Application.ActiveVBProject.Filename kind of thing wont work in CATIA as they do.
Perhaps a little bit of code will help a lot.
Regards,
Maddy
Hi Guys,
Could somebody help me on this.
I working on to create a line or point (intersection result) between two surfaces and curves.
If both intersects at one place then there is no issue, but if they intersect at more than one location then
i need the result to be created one after other in...
Hi,
Does anyone have a material on KWA, KWE, PKT.
If yes is there any possibility to share the same.
Like Dassault student guide EDU_CAT_EN_KWA_AF_V5R19.Pdf
Regards,
Maddy
Hi,
I'm working on to get a user input as follows.
User has to indicate two points to measure distance (on curve, or on surface/face) inside a part document.
I'm in a bit of dilemma with the API's in documentation.
Could somebody guide me on this or perhaps with a code to achieve the same...
Hi Guys,
I would like to know is there any way to move some selected elements with reference to coordinates / some distance.
' A collection of line, text, and circle.
Set oSel = ActiveDoc.Selection
oSel.Add oText
oSel.Add oLine
oSel.Add oCircle
These selected entities has to be moved to a...
Hi,
I've a view (generative view) linked to a product
Im trying to open this Product Document from the generated view.
Note: view is generated from one of the Enhanced Scene.
Product Tree Structure is as below:
|- Product
|- Part1
|
|
|-Applications
|- Scenes
|-Scene.1
When i use...
Hi,
Could somebody let me know how can we set the Anchor mode of a drawing text to Global.
Not getting any API reference for this but seen a macro (catvbs) which does the same.(attached for reference)
Regards,
Maddy