Hello,
I have come across the following situation where instance attributes are not updated when replacing a component. I'm using NX7.5.3.3 x64.
Suppose I have two assemblies, A and D. A is structured as follows:
A
-B
--C
(A is the root occurrence, B is a child of A, and C is a child of B)...
Hello all,
I was wondering if there was any possibility to create a point associative to a view, e.g. when I move the view, the point is moved along with it.
The purpose of this is to create a label which is "bound", e.g. associative to this point, as there are no selectable objects to...
Hello,
I was wondering if there was any possibility of integrating a custom properties dialog for specific objects (of type and subtype).
For example: when a user double-clicks on an assorted part (25/7), the properties of that assorted part are show (attributes, name, etc). Is it possible to...
Hello all,
I am using NX7.5.3.3 and currently programming in C and C++. I would like to know if there is a slim chance of programatically switching the gateway application, e.g. from Motion Simulation to Modeling. I can think of one way, but I'm hoping for something a little easier: By using...
Hi,
I am currently working with the BlockStyler in NX 7.5.1.5 x64 using C++. By default, the "OK", "Back" and "Cancel" buttons are displayed in the dialog group. For the life of me I cannot figure out (and there is no mention in the documentation) how I can either disable or hide these buttons...
Hello all,
I am having a real headache trying to figure out this problem, maybe you can help me??
I am trying to set strings for a multi-line string block, in Blockstyler, NX7.5 64bit. My code snippet is as follows:
std::vector<NXOpen::NXString> strArray;
strArray.push_back("Test")...
Hi everyone,
I am currently developing a function which counts the number of all round ID symbols containing specific text. Since the NX4 NX/Open VB.NET API does not contain an IDSymbol object, I am using the UG/Open wrapper functions instead:
Dim idSymbolType As UFDrf.IdSymbolType
Dim...
Hi fellow forum members,
I am at a loss how to solve this issue. I developed an NX4 application and I am able to run this successfully locally. However, once moved to a server, a SecurityException is thrown.
I have done a lot of research but I haven't found a solution for my problem. I've...