Hi.
I want to create a drawing view of a large assembly with one of the subassemblies translucent with dashed lines.
The assy has some arrangements and this view is not of the default arrangement.
This could be achieved by creating a render set where I select BODIES one by one, which is...
Thanks a lot!
This works.
I want to make it work for assemblies as well, but I can try this modification myself, as you have already done a lot more than I expected.
-Hallvar
I attached a file routed pipe with bends.
I think maybe it would work if I use UF_route_route_type to hide all routing except arcs,and then add a function into the code, to hide curves ( the "curves" that are hidden when using CTRL+W -->hide curves), to take care of the arcs.
But one possible...
Thanks for the reply!
Unfortunately, I had already tried UF_route_route_type which hid everything I needed except the bends/routing arcs.
When I do a manual CTRL+W -->hide curves, they disappear, but that might hide more than needed.
I'm very new to NXopen, and I don't have programming...
Hi.
That journal worked great, really useful as we never want to show routing objects(except from the solids) on drawing.
In my case I need to hide the routing path as well. I have managed to hide them by adding
FindObjects(routeTags, UFConstants.UF_route_path_subtype)
but this does not take...
Hi.
I have created a cable which is based on a Studio Spline (and Tube), as a feature within an assembly.
The end points of the Studio Spline is attached to two different components, and the spline updates when I move the two components in the assembly.
So I created an arrangement, with...
Hi,
I'm using a PTS template where the geometry can change drastically.
I have a drawing (master-model) which updates with the PTS.
The problem is that for each update, the drafting base views changes position. Does anyone know how to lock the position of a view in drafting?
Thank you.
-HallvarN