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 cowski on being selected by the Eng-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
Joined
Jul 2, 2003
Messages
1,012
Location
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.
 
I think it has to do with how your administrator set up Teamcenter.

Jerry J.
UGV5-NX11
 
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.

Part and Inventory Search

Sponsor

Back
Top