Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX Open Unblank Routing Objects 1

Status
Not open for further replies.

MEichWey

Industrial
Joined
Apr 16, 2014
Messages
39
Location
DE
Hi all,

I would like to write a small VB-Program that should unblank all Routing Objects with subtype anchor, port and controlpoint. The NX Standard function with CTRL+W didn´t work, cause routing objects are not supported (NX8, NX8.5, NX9). We Need also to blank the objects first, but I thought this will be easy, if I have a way to unblank the objects.
My first idea was to select all objects with the MaskTriple (object type 220, 221 and 225, no subtype). But how do I have to select them, if they are blanked? If the blanked objects are selected, then they should by unblanked.

Have anyone an idea, how to do that?

Michael
 
Hi Cowski,

sorry, we only have routing-parts with line-segments. Now I test it with the part from Hallvar - arcs and splines will not processed. So in this case we have to use the code from you with "Sub findRouteSegments..". For this we have to add a routine to process all components in an assembly-structure. I find a possible solution on nxjournaling.com under Tutorials -> Processing an Assembly.
I will tried to implement this. It is a good learning project.

Michael
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top