Questions tagged [siemens-nx]

11 questions
2
votes
1 answer

How to handle an opening file error in NX Open

I wrote code to export a PDF file from an NX file. When I run it for a single file everything is Ok. Then I try to use this code through a bunch of files (over a for loop), Everything is fine. But sometimes when I try to change the target files, it…
1
vote
2 answers

Randomly Generate Orthogonal 3x3 Matrix

I'm looking to do some complex part analysis within Seimens NX. I'm looking to implement the double caliper method of measuring a model in order to find the minimum possible box that it could possibly fit into(for machining purposes). I've got all…
Lee Harrison
  • 2,306
  • 21
  • 32
0
votes
1 answer

How to set two decimal digit in html cell?

The output of the data is something like x.xxxxxxxx in html. I want to set in two decimal like x.xx. My code is "$value"
Vora Ravi
  • 197
  • 1
  • 2
  • 12
0
votes
0 answers

Make a negative or mould of an object with multiple components in Siemens NX

I have downloaded the STEP file of a welding torch from here on GrabCAD. I am trying to make a block in NX that would have a cavity within it in the shape of the torch. I have tried using the subtract feature but have had difficulty. I think that's…
J_Code
  • 53
  • 5
0
votes
0 answers

Make Assembly Load Options unique to each assembly in Siemens NX 12

I have a few assemblies I'm working on. For the most part, each assembly is self-contained in its own folder (assembly file and part files). However, there are a number of common parts that are stored in their own separate folder. When I import…
J_Code
  • 53
  • 5
0
votes
1 answer

How to use AskAdjacentFacet function in NXOpen?

I am working with convergent facet bodies in NX and using C# in NXOpen. In the process, I am using UFSession.Facet.AskAdjacentFacet function to get the adjacent facets of each facet. But on using this particular command, the NXOpen throws error…
0
votes
1 answer

How to add insert the custom actions inside the existing Active Workspace Page?

I am new to Siemens' Teamcenter Active workspace, An Angularjs based framework for Product LifeCycle Management [PLM]. I need to do some customization in the existing UI. Background: I have Teamcenter / Active Workspace installed on IIS and access…
Yogesh
  • 773
  • 1
  • 8
  • 22
0
votes
1 answer

Creating Volume in a body

I've been forming sheets and it is now a completely covered solid with no volume in it. Its basically 6 sheets, in something like a cube form. Currently it is filled with nothing, with no volume. My goal is to have it filled with volume in the cubic…
0
votes
1 answer

Embedding Linked Pictures in Excel with Visual Basic

How would I modify the following code to embed linked pictures from my local temp folder into each cell within the actual excel file? visual basic complete source code '####### Add pictures to excel structure ################ For i = 2 To…
0
votes
2 answers

Check if a string can be converted to numeric type in NX Knowledge Fusion

I have an NX Knowledge Fusion Check-Mate program to check if there are any Manual Dimension containing any type of number. But the data type of the dimension is always a list of strings (I am only interested in the first position of the list). If…
Ramón Esteve
  • 11
  • 1
  • 4
0
votes
1 answer

NX9/UG Knowledge Fusion script to add values to expressions

I'm new to Knowledge Fusion, I'm trying to create a .dfa script that will add some values from a surface or solid to expressions, so I can then export to excel. Here is what I have so far: DefClass: centers (%nx_application %ui_comp); (Boolean)…
user2879397
  • 3
  • 1
  • 6