Ehaviv
Computer
- Jul 2, 2003
- 1,012
Hi
In this builder document help.
What is the difference between
this
“Save As of master parts”
and this
"Save As New Item Type"
Please I found this very confused.
Can someone give an example.
Thank you very much.
In this builder document help.
What is the difference between
this
“Save As of master parts”
and this
"Save As New Item Type"
Please I found this very confused.
Can someone give an example.
Thank you very much.
Code:
PartManager.NewPartFromPartBuilder
Create an instance of a part builder that creates a new part from an existing part.
This is analagous to a File SaveAs operation in NX Manager mode.
This method will throw an error if the session is not running in NX Manager mode.
NXOpen.PDM.PartFromTemplateBuilder is a singleton meaning only one instance of it can exist at one time. Calling this method will destroy the builder if one already exists and return a new instance.
Deprecated in NX10 for “Save As of master parts” operation. This should only be used in case of Save As Non Master parts and Save As New Item Type Operations. For Save As of master parts, use NXOpen.PDM.PartOperationCopyBuilder instead.