NX Open C++ Reference Guide
|
Represents the View Style Builder (Drawings.ViewStyleBuilder) which manages all the style attributes related to the view including base view, projected view, drawing view, detail view, broken view, section view etc. More...
Public Member Functions | |
std::vector < NXOpen::Drawings::ViewStyleFPCalloutsBuilder * > | GetAllViewStyleFPCallouts () |
Retrieves all the Callouts on the Flat Pattern Tab on the View Style Dialog. | |
std::vector < NXOpen::Drawings::ViewStyleFPCurvesBuilder * > | GetAllViewStyleFPCurves () |
Retrieves all the Curves on the Flat Pattern Tab on the View Style Dialog. | |
NXOpen::Drawings::ViewStyleFPCalloutsBuilder * | GetViewStyleFPCallout (const NXString &type) |
Retrieves a specified Callout on the Flat Pattern Tab on the View Style Dialog. | |
NXOpen::Drawings::ViewStyleFPCalloutsBuilder * | GetViewStyleFPCallout (const char *type) |
Retrieves a specified Callout on the Flat Pattern Tab on the View Style Dialog. | |
NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder * | GetViewStyleFPCalloutConfig () |
Retrieves the callout configuration on the Flat Pattern Tab on the View Style Dialog. | |
NXOpen::Drawings::ViewStyleFPCurvesBuilder * | GetViewStyleFPCurve (NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType type) |
Retrieves a specified Curve on the Flat Pattern Tab on the View Style Dialog. | |
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::Drawings::ProjectedViewOrientationBuilder * | ProjectedViewOrientation () |
Returns the projected view orientation builder Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder * | ViewProjectedArrowSettings () |
Returns the projected Arrow Settings builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewProjectedViewSettingsBuilder * | ViewProjectedViewSettings () |
Returns the projected View Settings builder Created in NX9.0.0. | |
NXOpen::Drawings::ViewStyleBaseBuilder * | ViewStyleBase () |
Returns the Base style builder of the view style builder which represents the base tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleDetailBuilder * | ViewStyleDetail () |
Returns the Detail style builder of the view style builder which represents the detail tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleGeneralBuilder * | ViewStyleGeneral () |
Returns the General style builder of the view style builder which represents the general tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleHiddenLinesBuilder * | ViewStyleHiddenLines () |
Returns the Hidden Lines style builder of the view style builder which represents the hidden lines tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleInheritPmiBuilder * | ViewStyleInheritPmi () |
Returns the Inherit PMI style builder of the view style builder which represents the inherit PMI tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleOrientationBuilder * | ViewStyleOrientation () |
Returns the Orientation style builder of the view style builder which represents the orientation tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStylePerspectiveBuilder * | ViewStylePerspective () |
Returns the Perspective style builder of the view style builder which represents the perspective tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleProjectedBuilder * | ViewStyleProjected () |
Returns the projected style builder of the view style builder which represents the projected tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleSectionBuilder * | ViewStyleSection () |
Returns the Section style builder of the view style builder which represents the section tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleSectionConstraintsBuilder * | ViewStyleSectionConstraints () |
Returns the Section Constraints style builder of the view style builder which represents the section constraints tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleShadingBuilder * | ViewStyleShading () |
Returns the Shading style builder of the view style builder which represents the shading tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleShipbuildingLinesBuilderList * | ViewStyleSingleLineList () |
Returns the Ship building lines style builder of the view style builder which represents the ship building lines tab on the View Style Dialog Created in NX8.0.0. | |
NXOpen::Drawings::ViewStyleSmoothEdgesBuilder * | ViewStyleSmoothEdges () |
Returns the Smooth Edges style builder of the view style builder which represents the smooth edges tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleThreadsBuilder * | ViewStyleThreads () |
Returns the Threads style builder of the view style builder which represents the threads tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleTraceLinesBuilder * | ViewStyleTraceLines () |
Returns the Trace lines style builder of the view style builder which represents the trace lines tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleVirtualIntersectionsBuilder * | ViewStyleVirtualIntersections () |
Returns the Virtual intersections style builder of the view style builder which represents the virtual intersections tab on the View Style Dialog Created in NX6.0.0. | |
NXOpen::Drawings::ViewStyleVisibleLinesBuilder * | ViewStyleVisibleLines () |
Returns the Visible lines style builder of the view style builder which represents the visible lines tab on the View Style Dialog Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the View Style Builder (Drawings.ViewStyleBuilder) which manages all the style attributes related to the view including base view, projected view, drawing view, detail view, broken view, section view etc.
To obtain an instance of this class, we need to follow the steps: create a new view, click the view style button, edit the view style attributes.
Created in NX6.0.0.
std::vector<NXOpen::Drawings::ViewStyleFPCalloutsBuilder *> NXOpen::Drawings::ViewStyleBuilder::GetAllViewStyleFPCallouts | ( | ) |
std::vector<NXOpen::Drawings::ViewStyleFPCurvesBuilder *> NXOpen::Drawings::ViewStyleBuilder::GetAllViewStyleFPCurves | ( | ) |
NXOpen::Drawings::ViewStyleFPCalloutsBuilder* NXOpen::Drawings::ViewStyleBuilder::GetViewStyleFPCallout | ( | const NXString & | type | ) |
NXOpen::Drawings::ViewStyleFPCalloutsBuilder* NXOpen::Drawings::ViewStyleBuilder::GetViewStyleFPCallout | ( | const char * | type | ) |
NXOpen::Drawings::ViewStyleFPCalloutConfigBuilder* NXOpen::Drawings::ViewStyleBuilder::GetViewStyleFPCalloutConfig | ( | ) |
NXOpen::Drawings::ViewStyleFPCurvesBuilder* NXOpen::Drawings::ViewStyleBuilder::GetViewStyleFPCurve | ( | NXOpen::SheetMetal::FlatPatternSettings::FlatPatternObjectType | type | ) |
void NXOpen::Drawings::ViewStyleBuilder::InheritSettingsFromCustomerDefault | ( | ) |
Inherit Settings From Customer Default
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Drawings::ViewStyleBuilder::InheritSettingsFromPreferences | ( | ) |
Inherit Settings From Preference
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Drawings::ViewStyleBuilder::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::Drawings::ProjectedViewOrientationBuilder* NXOpen::Drawings::ViewStyleBuilder::ProjectedViewOrientation | ( | ) |
Returns the projected view orientation builder
Created in NX9.0.0.
License requirements : None
|
virtual |
Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.
Implements NXOpen::GeometricUtilities::IComponentBuilder.
NXOpen::Drawings::ViewProjectedArrowSettingsBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewProjectedArrowSettings | ( | ) |
Returns the projected Arrow Settings builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewProjectedViewSettingsBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewProjectedViewSettings | ( | ) |
Returns the projected View Settings builder
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewStyleBaseBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleBase | ( | ) |
Returns the Base style builder of the view style builder which represents the base tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleDetailBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleDetail | ( | ) |
Returns the Detail style builder of the view style builder which represents the detail tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleGeneralBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleGeneral | ( | ) |
Returns the General style builder of the view style builder which represents the general tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleHiddenLinesBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleHiddenLines | ( | ) |
Returns the Hidden Lines style builder of the view style builder which represents the hidden lines tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleInheritPmiBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleInheritPmi | ( | ) |
Returns the Inherit PMI style builder of the view style builder which represents the inherit PMI tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleOrientationBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleOrientation | ( | ) |
Returns the Orientation style builder of the view style builder which represents the orientation tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStylePerspectiveBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStylePerspective | ( | ) |
Returns the Perspective style builder of the view style builder which represents the perspective tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleProjectedBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleProjected | ( | ) |
Returns the projected style builder of the view style builder which represents the projected tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleSectionBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleSection | ( | ) |
NXOpen::Drawings::ViewStyleSectionConstraintsBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleSectionConstraints | ( | ) |
NXOpen::Drawings::ViewStyleShadingBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleShading | ( | ) |
Returns the Shading style builder of the view style builder which represents the shading tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleShipbuildingLinesBuilderList* NXOpen::Drawings::ViewStyleBuilder::ViewStyleSingleLineList | ( | ) |
Returns the Ship building lines style builder of the view style builder which represents the ship building lines tab on the View Style Dialog
Created in NX8.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleSmoothEdgesBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleSmoothEdges | ( | ) |
Returns the Smooth Edges style builder of the view style builder which represents the smooth edges tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleThreadsBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleThreads | ( | ) |
Returns the Threads style builder of the view style builder which represents the threads tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleTraceLinesBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleTraceLines | ( | ) |
Returns the Trace lines style builder of the view style builder which represents the trace lines tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleVirtualIntersectionsBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleVirtualIntersections | ( | ) |
Returns the Virtual intersections style builder of the view style builder which represents the virtual intersections tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
NXOpen::Drawings::ViewStyleVisibleLinesBuilder* NXOpen::Drawings::ViewStyleBuilder::ViewStyleVisibleLines | ( | ) |
Returns the Visible lines style builder of the view style builder which represents the visible lines tab on the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")