NX Open C++ Reference Guide
|
Represents a Drafting::DrawingCreationWizardBuilder . More...
Public Member Functions | |
bool | ApplyTemplateToAll () |
Returns the flag which controls the behavior of setting Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent . | |
NXOpen::Drafting::AttributeItemBuilderList * | Attributes () |
Returns the attributes. | |
NXString | DetailID () |
Returns the detail id. | |
NXString | Discipline () |
Returns the discipline. | |
NXString | DrawingStyle () |
Returns the drawing style. | |
NXOpen::Assemblies::SelectComponentList * | ExcludedContent () |
Returns the excluded content. | |
NXString | Folder () |
Returns the folder. | |
std::vector< NXString > | GetSummary () |
Returns the summary. | |
NXString | IntroductoryTemplate () |
Returns the introductory template. | |
NXString | Name () |
Returns the name. | |
NXString | Number () |
Returns the number. | |
NXOpen::Drafting::PrimaryContentItemBuilderList * | PrimaryContent () |
Returns the primary content. | |
NXOpen::SelectNXObjectList * | References () |
Returns the references. | |
NXString | Revision () |
Returns the revision. | |
NXOpen::Assemblies::SelectComponentList * | SecondaryContent () |
Returns the secondary content. | |
void | SetApplyTemplateToAll (bool applyTemplateToAll) |
Sets the flag which controls the behavior of setting Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent . | |
void | SetDetailID (const NXString &detailID) |
Sets the detail id. | |
void | SetDiscipline (const NXString &discipline) |
Sets the discipline. | |
void | SetDrawingStyle (const NXString &drawingStyle) |
Sets the drawing style. | |
void | SetFolder (const NXString &foldername) |
Sets the folder. | |
void | SetIntroductoryTemplate (const NXString &introductoryTemplate) |
Sets the introductory template. | |
void | SetName (const NXString &name) |
Sets the name. | |
void | SetNumber (const NXString &number) |
Sets the number. | |
void | SetRevision (const NXString &revision) |
Sets the revision. | |
void | SetSummary (const std::vector< NXString > &summary) |
Sets the summary Created in NX7.5.0. |
Represents a Drafting::DrawingCreationWizardBuilder .
This class is used to create Booklets (i.e. a set of fully populated drawings). The builder operates in both create and edit modes as well as in native and managed (Teamcenter) modes. The following information is important when using this builder in edit mode:
To create a new instance of this class, use Drafting::AutomationManager::CreateDrawingCreationWizardBuilderFromRule
Default values.
Property | Value |
---|---|
ApplyTemplateToAll |
0 |
Created in NX8.0.0.
Returns the flag which controls the behavior of setting Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent .
When set to true the builder will respond to the setting of Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent by setting the same value on Drafting::PrimaryContentItemBuilder::GeometryTemplate on all of the other items in Drafting::DrawingCreationWizardBuilder::PrimaryContent
Created in NX8.0.0.
License requirements : None
NXOpen::Drafting::AttributeItemBuilderList* NXOpen::Drafting::DrawingCreationWizardBuilder::Attributes | ( | ) |
Returns the attributes.
Created in NX8.0.0.
License requirements : None
Returns the detail id.
Created in NX8.0.0.
License requirements : None
Returns the discipline.
Created in NX8.0.0.
License requirements : None
Returns the drawing style.
Created in NX8.0.0.
License requirements : None
NXOpen::Assemblies::SelectComponentList* NXOpen::Drafting::DrawingCreationWizardBuilder::ExcludedContent | ( | ) |
Returns the excluded content.
Setting a component into Drafting::DrawingCreationWizardBuilder::ExcludedContent will cause that component to be removed from Drafting::PrimaryContentItemBuilder::Content of each item in Drafting::DrawingCreationWizardBuilder::PrimaryContent and Drafting::DrawingCreationWizardBuilder::SecondaryContent if they contain that component.
Created in NX8.0.0.
License requirements : None
Returns the folder.
Created in NX8.0.0.
License requirements : None
std::vector<NXString> NXOpen::Drafting::DrawingCreationWizardBuilder::GetSummary | ( | ) |
Returns the summary.
This is in HTML format.
Returns the introductory template.
Created in NX8.0.0.
License requirements : None
Returns the name.
Created in NX8.0.0.
License requirements : None
Returns the number.
This property is only used in managed mode and must be set before anything else.
Created in NX8.0.0.
License requirements : None
NXOpen::Drafting::PrimaryContentItemBuilderList* NXOpen::Drafting::DrawingCreationWizardBuilder::PrimaryContent | ( | ) |
Returns the primary content.
Setting a component into Drafting::PrimaryContentItemBuilder::Content of an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent will cause that component to be removed from Drafting::DrawingCreationWizardBuilder::SecondaryContent and Drafting::DrawingCreationWizardBuilder::ExcludedContent if they contain that component.
Created in NX8.0.0.
License requirements : None
Returns the references.
Created in NX8.0.0.
License requirements : None
Returns the revision.
This is only used in managed mode. In edit mode it must be set after the Drafting::DrawingCreationWizardBuilder::SetNumber and at the time is set it will populate the builder with the booklet's information.
Created in NX8.0.0.
License requirements : None
NXOpen::Assemblies::SelectComponentList* NXOpen::Drafting::DrawingCreationWizardBuilder::SecondaryContent | ( | ) |
Returns the secondary content.
Setting a component into Drafting::DrawingCreationWizardBuilder::SecondaryContent will cause that component to be removed from Drafting::PrimaryContentItemBuilder::Content of each item in Drafting::DrawingCreationWizardBuilder::PrimaryContent and Drafting::DrawingCreationWizardBuilder::ExcludedContent if they contain that component.
Created in NX8.0.0.
License requirements : None
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetApplyTemplateToAll | ( | bool | applyTemplateToAll | ) |
Sets the flag which controls the behavior of setting Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent .
When set to true the builder will respond to the setting of Drafting::PrimaryContentItemBuilder::GeometryTemplate on an item in Drafting::DrawingCreationWizardBuilder::PrimaryContent by setting the same value on Drafting::PrimaryContentItemBuilder::GeometryTemplate on all of the other items in Drafting::DrawingCreationWizardBuilder::PrimaryContent
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
applyTemplateToAll | applytemplatetoall |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetDetailID | ( | const NXString & | detailID | ) |
Sets the detail id.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
detailID | detailid |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetDiscipline | ( | const NXString & | discipline | ) |
Sets the discipline.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
discipline | discipline |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetDrawingStyle | ( | const NXString & | drawingStyle | ) |
Sets the drawing style.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
drawingStyle | drawingstyle |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetFolder | ( | const NXString & | foldername | ) |
Sets the folder.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
foldername | foldername |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetIntroductoryTemplate | ( | const NXString & | introductoryTemplate | ) |
Sets the introductory template.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
introductoryTemplate | introductorytemplate |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetName | ( | const NXString & | name | ) |
Sets the name.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
name | name |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetNumber | ( | const NXString & | number | ) |
Sets the number.
This property is only used in managed mode and must be set before anything else.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
number | number |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetRevision | ( | const NXString & | revision | ) |
Sets the revision.
This is only used in managed mode. In edit mode it must be set after the Drafting::DrawingCreationWizardBuilder::SetNumber and at the time is set it will populate the builder with the booklet's information.
Created in NX8.0.0.
License requirements : nx_drafting_plus ("Drafting Plus")
revision | revision |
void NXOpen::Drafting::DrawingCreationWizardBuilder::SetSummary | ( | const std::vector< NXString > & | summary | ) |
Sets the summary
Created in NX7.5.0.
License requirements : nx_drafting_plus ("Drafting Plus")
summary | summary |