NX Open C++ Reference Guide
|
Represents a Annotations::StyleBuilder . More...
Public Member Functions | |
NXOpen::Annotations::DimensionStyleBuilder * | DimensionStyle () |
Returns the dimension style builder Created in NX6.0.0. | |
NXOpen::Annotations::FrameBarStyleBuilder * | FrameBarStyle () |
Returns the frame bar builder Created in NX8.0.0. | |
NXOpen::Annotations::HatchStyleBuilder * | HatchStyle () |
Returns the hatch style builder Created in NX6.0.0. | |
NXOpen::Annotations::HoleCalloutSettingsBuilder * | HoleCalloutSettings () |
Returns the hole callout settings 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::DisplayableObject *selectedObject) |
Inherit Settings From Selected Objects Created in NX9.0.0. | |
NXOpen::Annotations::LetteringStyleBuilder * | LetteringStyle () |
Returns the lettering style builder Created in NX6.0.0. | |
NXOpen::Annotations::LineArrowStyleBuilder * | LineArrowStyle () |
Returns the line/arrow style builder Created in NX6.0.0. | |
NXOpen::Annotations::OrdinateStyleBuilder * | OrdinateStyle () |
Returns the ordinate style builder Created in NX6.0.0. | |
NXOpen::Annotations::RadialStyleBuilder * | RadialStyle () |
Returns the radial style builder Created in NX6.0.0. | |
NXOpen::Annotations::SymbolStyleBuilder * | SymbolStyle () |
Returns the symbol style builder Created in NX6.0.0. | |
NXOpen::Annotations::UnitsStyleBuilder * | UnitsStyle () |
Returns the units style builder Created in NX6.0.0. | |
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 Annotations::StyleBuilder .
This class is used to set Annotation preferences when creating or editing an annotation.
Created in NX6.0.0.
NXOpen::Annotations::DimensionStyleBuilder* NXOpen::Annotations::StyleBuilder::DimensionStyle | ( | ) |
Returns the dimension style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::FrameBarStyleBuilder* NXOpen::Annotations::StyleBuilder::FrameBarStyle | ( | ) |
Returns the frame bar builder
Created in NX8.0.0.
License requirements : None
NXOpen::Annotations::HatchStyleBuilder* NXOpen::Annotations::StyleBuilder::HatchStyle | ( | ) |
Returns the hatch style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::HoleCalloutSettingsBuilder* NXOpen::Annotations::StyleBuilder::HoleCalloutSettings | ( | ) |
Returns the hole callout settings builder
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::StyleBuilder::InheritSettingsFromCustomerDefault | ( | ) |
Inherit Settings From Customer Default
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Annotations::StyleBuilder::InheritSettingsFromPreferences | ( | ) |
Inherit Settings From Preference
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
void NXOpen::Annotations::StyleBuilder::InheritSettingsFromSelectedObjects | ( | NXOpen::DisplayableObject * | selectedObject | ) |
Inherit Settings From Selected Objects
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
selectedObject | The selected annotation or table instance object. NULL is not allowed. |
NXOpen::Annotations::LetteringStyleBuilder* NXOpen::Annotations::StyleBuilder::LetteringStyle | ( | ) |
Returns the lettering style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::LineArrowStyleBuilder* NXOpen::Annotations::StyleBuilder::LineArrowStyle | ( | ) |
Returns the line/arrow style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::OrdinateStyleBuilder* NXOpen::Annotations::StyleBuilder::OrdinateStyle | ( | ) |
Returns the ordinate style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::RadialStyleBuilder* NXOpen::Annotations::StyleBuilder::RadialStyle | ( | ) |
Returns the radial style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::SymbolStyleBuilder* NXOpen::Annotations::StyleBuilder::SymbolStyle | ( | ) |
Returns the symbol style builder
Created in NX6.0.0.
License requirements : None
NXOpen::Annotations::UnitsStyleBuilder* NXOpen::Annotations::StyleBuilder::UnitsStyle | ( | ) |
Returns the units style builder
Created in NX6.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.