NX Open C++ Reference Guide
|
Represents a Drawings::ViewCommonViewLabelBuilder. More...
Public Types | |
enum | SecondaryAlignmentType { SecondaryAlignmentTypeInline, SecondaryAlignmentTypeSubscript } |
secondary Alignment Type More... | |
enum | SecondaryIndexingType { SecondaryIndexingTypeAlphabetic, SecondaryIndexingTypeNumeric } |
secondary Indexing Type More... | |
Public Member Functions | |
NXString | Letter () |
Returns the letter Created in NX9.0.0. | |
NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryAlignmentType | SecondaryAlignment () |
Returns the secondary alignment Created in NX9.0.0. | |
NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryIndexingType | SecondaryIndexing () |
Returns the secondary indexing Created in NX9.0.0. | |
void | SetLetter (const NXString &letter) |
Sets the letter Created in NX9.0.0. | |
void | SetLetter (const char *letter) |
Sets the letter Created in NX9.0.0. | |
void | SetSecondaryAlignment (NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryAlignmentType secondaryAlignment) |
Sets the secondary alignment Created in NX9.0.0. | |
void | SetSecondaryIndexing (NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryIndexingType secondaryIndexing) |
Sets the secondary indexing Created in NX9.0.0. | |
void | SetSubscriptSizeFactor (double subscriptSizeFactor) |
Sets the subscript size factor Created in NX9.0.0. | |
double | SubscriptSizeFactor () |
Returns the subscript size factor Created in NX9.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 Drawings::ViewCommonViewLabelBuilder.
Created in NX9.0.0.
NXString NXOpen::Drawings::ViewCommonViewLabelBuilder::Letter | ( | ) |
Returns the letter
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryAlignmentType NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryAlignment | ( | ) |
Returns the secondary alignment
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryIndexingType NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryIndexing | ( | ) |
Returns the secondary indexing
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::ViewCommonViewLabelBuilder::SetLetter | ( | const NXString & | letter | ) |
Sets the letter
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
letter | letter |
void NXOpen::Drawings::ViewCommonViewLabelBuilder::SetLetter | ( | const char * | letter | ) |
Sets the letter
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
letter | letter |
void NXOpen::Drawings::ViewCommonViewLabelBuilder::SetSecondaryAlignment | ( | NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryAlignmentType | secondaryAlignment | ) |
Sets the secondary alignment
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
secondaryAlignment | secondaryalignment |
void NXOpen::Drawings::ViewCommonViewLabelBuilder::SetSecondaryIndexing | ( | NXOpen::Drawings::ViewCommonViewLabelBuilder::SecondaryIndexingType | secondaryIndexing | ) |
Sets the secondary indexing
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
secondaryIndexing | secondaryindexing |
void NXOpen::Drawings::ViewCommonViewLabelBuilder::SetSubscriptSizeFactor | ( | double | subscriptSizeFactor | ) |
Sets the subscript size factor
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
subscriptSizeFactor | subscriptsizefactor |
double NXOpen::Drawings::ViewCommonViewLabelBuilder::SubscriptSizeFactor | ( | ) |
Returns the subscript size factor
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.