Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Fully loaded part in native an manager Human

Status
Not open for further replies.

Ehaviv

Computer
Jul 2, 2003
1,012
0
0
IL
Hi

I noticed that in manager mode
I don't need to set the part
To fully loaded before using
Setworkpartquietly but in native
Mode I must load part fully before
Using Setworkpartquietly.

Can someone explain why.

Thank you.
 
Replies continue below

Recommended for you

Jerry thank you.

I understand that you say that
There is an option in tc to set
For this to allow that.

Because the setworkpartquietly
Documentation say the part should
Be fully loaded before using this
Statement.
 



UF_ASSEM_set_work_part_context_quietly (view source)

Defined in: uf_assem.h

Overview
Sets the work part to a different part quietly. Setting the work part quietly
sets the work part without updating the display or any other parts of the NX user
interface in an interactive NX session.
By doing this, objects can be created in other than the current work part
(which most Open API routines currently rely on).
This routine is primarily designed to temporarily change the work part to a component
in the current displayed assembly without updating NX display or NX user interface to reflect
the new work part. Another use case is to open a part without displaying by calling UF_PART_open_quiet,
and then setting it as the work part quietly with this routine.
This routine will return an error if the given part is not already fully loaded.
 
Status
Not open for further replies.
Back
Top