I have a journal in NX10 that runs great. When I run the journal in NX1926 I get the following error.
'GetDriveMethod' is not a member of 'NXOpen.CAM.SurfaceContourBuilder'.
any help would be appreciated.
Here is the finished journal that changes the Traversal IMP value in all operations in a selected PROGRAM GROUP.
Thank you UserCFAO for all your help with this project.
Option Strict Off
Imports NXOpen
Imports NXOpen.CAM
Imports NXOpen.UF
Imports NXOpen.UF.UFoper
Imports NXOpen.Utilities...
I have this program running perfectly and I will share the code once I make a small change listed below.
when I run the journal I have to cut and paste the name of the program group. I would like to run the journal and click on the program group I want to use instead of the cut and paste,
any...
I'm not sure what this means.
You should try to register a 'journal' (Menu > Tools > Journal > save…)
now, having said that I believe I have what i want in the journal and I will share it after I do some testing
thank you for your help
I have made some progress but need a little help please.
I am working on a journal that updates the Traversal feed rate on operations within a program. I would like to get the Traversal feed rate value and unit for a given NXOpen.CAM.Operation. I see the function CAMObject.GetFeedRate, but I do...
I have not tried much. My journal skills are limited. Any help you can give me would be appreciated. one of my biggest problems is cycling the operations to check for rapids vs traversal feeds.
thank you
I am looking for a journal that will change all non rapid traversal feed rates to a new value.
It will change all the paths in the program group or all selected paths. Is there anything like that out there?
Thank you
I changed the journal as follows
1. removed the option for the watermark.
2. included the ability to name the PDF a name of your choice. The file is put in the folder that the .prt file is located.
I am new to the eng tips, can you tell me how you add the code box?
Option Strict Off
Imports...
This is the file I found.
The journal you sent works great thank you very much.
Do you know if the journal you sent can be changed to automatically select the folder that the part file is in and the ability to change the PDF name?
'Programmed on 02-05-2010 by cowski
'This journal was created...
I have Found a great journal online that creates a PDF of all the drawing sheets in the current part file. What I would like to have is a journal that will pause and let me select which sheets I want in the PDF file. example. If there are 8 sheets and I only want sheet 2 and 4 to be in the PDF...
Thank you that works perfectly. Can you help me in addition to this?
I should have been more specific. I want to switch the layers in a category based on it being selectable or invisible.
ex: if the layers in the category are selectable make them invisible.
if the layers in the category...
I have several macros that change the layer settings based on the category names. They work regardless of the layers I want turned on and off.
I wanted to start using journals to accomplish this however when the category name is selected the journal file has the layer numbers not the layer...