I found exactly what I was looking for there, thank you!
For posterity, if anyone else reads this thread, here's how I solved it:
1. Create a new text file, with .map extension. E.g. myhelpfile.map.
Contents of this file should look like this, for a simple case:
myhelp = HTML...
Greetings!
I created a couple journals using the Blockstyler UI, and I would like to include a link to their user manuals (pages in Confluence).
Currently if I click the Help (?) icon on the UI, it opens a random documentation page for Simcenter - I can't figure out where this link is...
@Bleaker
Thanks, I integrated this method into my journal.
Also thanks for reminding me I can record journals... Until recently I only worked with CATIA, when I started with NX I used the record macro function, saw it spit out useless data, and promptly forgot after that in NX journal and...
Hello,
I'm currently using the UFDisp.CreateImage function to export some basic screenshots of components, and noticed it says DEPRECATED on the NXOpen .NET Reference Guide (Link to documentation).
We are using NX1919 and NX2027, and in both of these versions this function still works...
@cowski
Thank you, I managed to solve the issue using MapComponentsFromSubassembly.
In case it helps someone in the future:
I compare the Work Part and the Display Part (Session.Parts.Work & Session.Parts.Display) - if the two differ, and both are assemblies (ComponentAssembly.RootComponent !=...
Hello,
NX version: 1919 (Build 3400)
I'm writing some script that interacts with parts in multi-level assemblies, based on whether they are hidden (Blanked) or not.
Starting point is usually the "root" main assembly, that has several subassemblies containing parts, and occasionally...
Hello,
I have an issue with opening STEP files, with different settings based on how a STEP file is opened.
NX version: 1919 (Build 3400).
STEP type: AP214
Issue:
Opening the STEP-file using drag-and-drop from Windows Explorer into NX, it imports only the solid and surface-model (geometric)...
Hello,
I would like to know if there is any way to expand the drop-down list in the "Source" property field. Per default it only has Made and Bought, which are already helpful, but I'd like to add a couple more for sorting purposes.
Thanks,
I managed to get most of what I wanted done in a neat way... so far, so good. Also found the relevant methods for setting a rectangle frame on a text element.
Now that the titleblock itself is pretty much as I would like it, I have another element that I want to automate, and would appreciate...
I attached the current version, with functional code for most of the stuff I want in it - except for the revision algorithm, which is not quite complete.
About the tips you gave me:
1&2. I'm not sure what a 2DComponent is in this context. I could just draw both things with Line2D and text...
Hello,
I started working on creating a custom Title Block for our company (so far have been using a background template, manually filling out the fields).
An example drawing of ours can be found in the attachement.
There are a couple of things I don't know how to accomplish:
1. Inserting the...