NX Open C++ Reference Guide
|
Represents a @link Drafting::PreferencesBuilder Drafting::PreferencesBuilder@endlink builder <br> To create a new instance of this class, use @link Drafting::SettingsManager::CreatePreferencesBuilder Drafting::SettingsManager::CreatePreferencesBuilder @endlink <br>
Default values. More...
Public Member Functions | |
NXOpen::Annotations::StyleBuilder * | AnnotationStyle () |
Returns the annotation style builder Created in NX9.0.0. | |
NXOpen::Drawings::AutomationBookletBuilder * | AutomationBooklet () |
Returns the AutomationBookletBuilder builder Created in NX9.0.0. | |
NXOpen::Drafting::AutomationRuleBuilder * | AutomationRule () |
Returns the drafting automation rule builder Created in NX9.0.0. | |
NXOpen::Drawings::AutomationTemplateRegionBuilder * | AutomationTemplateRegion () |
Returns the AutomationTemplateRegion builder Created in NX9.0.0. | |
NXOpen::Annotations::BendTableSettingsBuilder * | BendTable () |
Returns the Bend table settings builder Created in NX9.0.0. | |
NXOpen::Annotations::CommonWorkflowBuilder * | CommonWorkflow () |
Returns the common workflow builder Created in NX9.0.0. | |
NXOpen::Layout2d::ComponentSettingsBlockBuilder * | Component2dSettings () |
Returns the 2d component settings block builder, this builder stores the settings of the 2d component Created in NX9.0.0. | |
NXOpen::Drawings::DrawingFormatSheetBuilder * | DrawingFormatsheet () |
Returns the drawing format sheet builder Created in NX9.0.0. | |
NXOpen::Annotations::DrawingFormatTitleBuilder * | DrawingFormatTitle () |
Returns the drawing format title block builder Created in NX9.0.0. | |
NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder * | FramebarGeneral () |
Returns the framebar general builder Created in NX9.0.0. | |
NXOpen::Annotations::HoleTableSettingsContentBuilder * | HoleTableContent () |
Returns the Hole table settings content builder Created in NX9.0.0. | |
NXOpen::Annotations::HoleTableSettingsFormatBuilder * | HoleTableFormat () |
Returns the Hole table settings format builder Created in NX9.0.0. | |
NXOpen::Annotations::HoleTableSettingsHoleFiltersBuilder * | HoleTableHoleFilters () |
Returns the Hole table settings hole filters builder Created in NX9.0.0. | |
NXOpen::Annotations::HoleTableSettingsLabelBuilder * | HoleTableLabel () |
Returns the Hole table settings label builder Created in NX9.0.0. | |
NXOpen::Annotations::HoleTableSettingsWorkflowBuilder * | HoleTableWorkflow () |
Returns the Hole table settings workflow builder Created in NX9.0.0. | |
void | InheritSettingsFromCustomerDefault () |
Inherit Settings From Customer Default Created in NX9.0.0. | |
void | InheritSettingsFromPreferences () |
Inherit Settings From Preference Created in NX9.0.0. | |
void | InheritSettingsFromSelectedObjects (NXOpen::NXObject *selectedObject) |
Inherit Settings From Selected Objects Created in NX9.0.0. | |
NXOpen::Annotations::PartsListBuilder * | PartsList () |
Returns the parts list style builder Created in NX9.0.0. | |
NXOpen::Annotations::RetainedAnnotationsBuilder * | RetainedAnnotations () |
Returns the General Retained Annotations builder Created in NX9.0.0. | |
NXOpen::Annotations::SymbolWorkflowBuilder * | SymbolWorkflow () |
Returns the SymbolWorkflow builder Created in NX9.0.0. | |
NXOpen::Annotations::TableCellStyleBuilder * | TableCellStyle () |
Returns the table cell style builder Created in NX9.0.0. | |
NXOpen::Annotations::TableSectionStyleBuilder * | TableSection () |
Returns the table section style builder Created in NX9.0.0. | |
NXOpen::Annotations::TabularNoteStyleBuilder * | TabularNoteStyle () |
Returns the tabular note style builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewBreakBuilder * | ViewBreak () |
Returns the view break builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewCommonViewLabelBuilder * | ViewCommonViewLabel () |
Returns the view Common View label builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewDetailLabelBuilder * | ViewDetailLabel () |
Returns the view detail label builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewLabelBuilder * | ViewLabel () |
Returns the view label builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewProjectedLabelBuilder * | ViewProjectedLabel () |
Returns the view projected label builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewSectionLabelBuilder * | ViewSectionLabel () |
Returns the view section label builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewSectionLineBuilder * | ViewSectionLine () |
Returns the Section Line builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewStyleBuilder * | ViewStyle () |
Returns the view style builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewWorkflowBuilder * | ViewWorkflow () |
Returns the view workflow builder Created in NX9.0.0. | |
NXOpen::Drawings::GeneralWorkFlowBuilder * | Workflow () |
Returns the general workflow builder Created in NX9.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Drafting::PreferencesBuilder Drafting::PreferencesBuilder@endlink builder <br> To create a new instance of this class, use @link Drafting::SettingsManager::CreatePreferencesBuilder Drafting::SettingsManager::CreatePreferencesBuilder @endlink <br>
Default values.
Property | Value |
---|---|
ViewStyle.ViewStyleGeneral.AngleValue |
0.0 |
ViewStyle.ViewStyleGeneral.Scale.Denominator |
1.0 |
ViewStyle.ViewStyleGeneral.Scale.Numerator |
1.0 |
ViewStyle.ViewStyleGeneral.Scale.ScaleType |
Ratio |
ViewStyle.ViewStyleOrientation.HingeLine.ReverseDirection |
false |
ViewStyle.ViewStyleOrientation.HingeLine.VectorOption |
Inferred |
ViewStyle.ViewStyleOrientation.Ovt.AssociativeOrientation |
0 |
Created in NX9.0.0.
NXOpen::Annotations::StyleBuilder* NXOpen::Drafting::PreferencesBuilder::AnnotationStyle | ( | ) |
Returns the annotation style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::AutomationBookletBuilder* NXOpen::Drafting::PreferencesBuilder::AutomationBooklet | ( | ) |
Returns the AutomationBookletBuilder builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drafting::AutomationRuleBuilder* NXOpen::Drafting::PreferencesBuilder::AutomationRule | ( | ) |
Returns the drafting automation rule builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::AutomationTemplateRegionBuilder* NXOpen::Drafting::PreferencesBuilder::AutomationTemplateRegion | ( | ) |
Returns the AutomationTemplateRegion builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::BendTableSettingsBuilder* NXOpen::Drafting::PreferencesBuilder::BendTable | ( | ) |
Returns the Bend table settings builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::CommonWorkflowBuilder* NXOpen::Drafting::PreferencesBuilder::CommonWorkflow | ( | ) |
Returns the common workflow builder
Created in NX9.0.0.
License requirements : None
NXOpen::Layout2d::ComponentSettingsBlockBuilder* NXOpen::Drafting::PreferencesBuilder::Component2dSettings | ( | ) |
Returns the 2d component settings block builder, this builder stores the settings of the 2d component
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::DrawingFormatSheetBuilder* NXOpen::Drafting::PreferencesBuilder::DrawingFormatsheet | ( | ) |
Returns the drawing format sheet builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::DrawingFormatTitleBuilder* NXOpen::Drafting::PreferencesBuilder::DrawingFormatTitle | ( | ) |
Returns the drawing format title block builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder* NXOpen::Drafting::PreferencesBuilder::FramebarGeneral | ( | ) |
Returns the framebar general builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::HoleTableSettingsContentBuilder* NXOpen::Drafting::PreferencesBuilder::HoleTableContent | ( | ) |
Returns the Hole table settings content builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::HoleTableSettingsFormatBuilder* NXOpen::Drafting::PreferencesBuilder::HoleTableFormat | ( | ) |
Returns the Hole table settings format builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::HoleTableSettingsHoleFiltersBuilder* NXOpen::Drafting::PreferencesBuilder::HoleTableHoleFilters | ( | ) |
Returns the Hole table settings hole filters builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::HoleTableSettingsLabelBuilder* NXOpen::Drafting::PreferencesBuilder::HoleTableLabel | ( | ) |
Returns the Hole table settings label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::HoleTableSettingsWorkflowBuilder* NXOpen::Drafting::PreferencesBuilder::HoleTableWorkflow | ( | ) |
Returns the Hole table settings workflow builder
Created in NX9.0.0.
License requirements : None
void NXOpen::Drafting::PreferencesBuilder::InheritSettingsFromCustomerDefault | ( | ) |
Inherit Settings From Customer Default
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Drafting::PreferencesBuilder::InheritSettingsFromPreferences | ( | ) |
Inherit Settings From Preference
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Drafting::PreferencesBuilder::InheritSettingsFromSelectedObjects | ( | NXOpen::NXObject * | selectedObject | ) |
Inherit Settings From Selected Objects
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
selectedObject | The selected annotation or table or view instance object. NULL is not allowed. |
NXOpen::Annotations::PartsListBuilder* NXOpen::Drafting::PreferencesBuilder::PartsList | ( | ) |
Returns the parts list style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::RetainedAnnotationsBuilder* NXOpen::Drafting::PreferencesBuilder::RetainedAnnotations | ( | ) |
Returns the General Retained Annotations builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::SymbolWorkflowBuilder* NXOpen::Drafting::PreferencesBuilder::SymbolWorkflow | ( | ) |
Returns the SymbolWorkflow builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::TableCellStyleBuilder* NXOpen::Drafting::PreferencesBuilder::TableCellStyle | ( | ) |
Returns the table cell style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::TableSectionStyleBuilder* NXOpen::Drafting::PreferencesBuilder::TableSection | ( | ) |
Returns the table section style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Annotations::TabularNoteStyleBuilder* NXOpen::Drafting::PreferencesBuilder::TabularNoteStyle | ( | ) |
Returns the tabular note style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewBreakBuilder* NXOpen::Drafting::PreferencesBuilder::ViewBreak | ( | ) |
Returns the view break builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewCommonViewLabelBuilder* NXOpen::Drafting::PreferencesBuilder::ViewCommonViewLabel | ( | ) |
Returns the view Common View label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewDetailLabelBuilder* NXOpen::Drafting::PreferencesBuilder::ViewDetailLabel | ( | ) |
Returns the view detail label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewLabelBuilder* NXOpen::Drafting::PreferencesBuilder::ViewLabel | ( | ) |
Returns the view label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewProjectedLabelBuilder* NXOpen::Drafting::PreferencesBuilder::ViewProjectedLabel | ( | ) |
Returns the view projected label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewSectionLabelBuilder* NXOpen::Drafting::PreferencesBuilder::ViewSectionLabel | ( | ) |
Returns the view section label builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewSectionLineBuilder* NXOpen::Drafting::PreferencesBuilder::ViewSectionLine | ( | ) |
NXOpen::Drawings::ViewStyleBuilder* NXOpen::Drafting::PreferencesBuilder::ViewStyle | ( | ) |
Returns the view style builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewWorkflowBuilder* NXOpen::Drafting::PreferencesBuilder::ViewWorkflow | ( | ) |
Returns the view workflow builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::GeneralWorkFlowBuilder* NXOpen::Drafting::PreferencesBuilder::Workflow | ( | ) |
Returns the general workflow builder
Created in NX9.0.0.
License requirements : None