NX Open C++ Reference Guide
|
Represents a Drawings::ViewLabelBuilder. More...
Public Member Functions | |
bool | CustomizedViewLabel () |
Returns the customized view label Created in NX9.0.0. | |
bool | IncludeParentheses () |
Returns the include parentheses Created in NX9.0.0. | |
bool | IncludeRotationAngle () |
Returns the include rotation angle Created in NX9.0.0. | |
bool | IncludeRotationSymbol () |
Returns the include rotation symbol Created in NX9.0.0. | |
double | LabelCharacterHeightFactor () |
Returns the label character height factor Created in NX9.0.0. | |
NXOpen::Drawings::LabelPositionTypes | LabelPosition () |
Returns the label position Created in NX9.0.0. | |
NXString | LabelPrefix () |
Returns the label prefix Created in NX9.0.0. | |
NXOpen::Drawings::LetterFormatTypes | LetterFormat () |
Returns the letter format Created in NX9.0.0. | |
double | PrefixCharacterHeightFactor () |
Returns the prefix character height factor Created in NX9.0.0. | |
NXOpen::Drawings::ReferenceShowTypes | ReferenceToShow () |
Returns the reference to show Created in NX9.0.0. | |
double | ScaleCharacterHeightFactor () |
Returns the scale character height factor Created in NX9.0.0. | |
NXOpen::Drawings::ScalePositionTypes | ScalePosition () |
Returns the scale position Created in NX9.0.0. | |
NXString | ScalePrefix () |
Returns the scale prefix Created in NX9.0.0. | |
void | SetCustomizedViewLabel (bool customizedViewLabel) |
Sets the customized view label Created in NX9.0.0. | |
void | SetIncludeParentheses (bool includeParentheses) |
Sets the include parentheses Created in NX9.0.0. | |
void | SetIncludeRotationAngle (bool includeRotationAngle) |
Sets the include rotation angle Created in NX9.0.0. | |
void | SetIncludeRotationSymbol (bool includeRotationSymbol) |
Sets the include rotation symbol Created in NX9.0.0. | |
void | SetLabelCharacterHeightFactor (double labelCharacterHeightFactor) |
Sets the label character height factor Created in NX9.0.0. | |
void | SetLabelPosition (NXOpen::Drawings::LabelPositionTypes labelPosition) |
Sets the label position Created in NX9.0.0. | |
void | SetLabelPrefix (const NXString &labelPrefix) |
Sets the label prefix Created in NX9.0.0. | |
void | SetLabelPrefix (const char *labelPrefix) |
Sets the label prefix Created in NX9.0.0. | |
void | SetLetterFormat (NXOpen::Drawings::LetterFormatTypes letterFormat) |
Sets the letter format Created in NX9.0.0. | |
void | SetPrefixCharacterHeightFactor (double prefixCharacterHeightFactor) |
Sets the prefix character height factor Created in NX9.0.0. | |
void | SetReferenceToShow (NXOpen::Drawings::ReferenceShowTypes referenceToShow) |
Sets the reference to show Created in NX9.0.0. | |
void | SetScaleCharacterHeightFactor (double scaleCharacterHeightFactor) |
Sets the scale character height factor Created in NX9.0.0. | |
void | SetScalePosition (NXOpen::Drawings::ScalePositionTypes scalePosition) |
Sets the scale position Created in NX9.0.0. | |
void | SetScalePrefix (const NXString &scalePrefix) |
Sets the scale prefix Created in NX9.0.0. | |
void | SetScalePrefix (const char *scalePrefix) |
Sets the scale prefix Created in NX9.0.0. | |
void | SetShowViewLabel (bool showViewLabel) |
Sets the show view label Created in NX9.0.0. | |
void | SetShowViewScale (bool showViewScale) |
Sets the show view scale Created in NX9.0.0. | |
void | SetValueFormat (NXOpen::Drawings::ScaleValueFormatTypes valueFormat) |
Sets the value format Created in NX9.0.0. | |
void | SetViewLabelOption (NXOpen::Drawings::ViewLabelTypes viewLabelOption) |
Sets the view label option Created in NX9.0.0. | |
bool | ShowViewLabel () |
Returns the show view label Created in NX9.0.0. | |
bool | ShowViewScale () |
Returns the show view scale Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
NXOpen::Drawings::ScaleValueFormatTypes | ValueFormat () |
Returns the value format Created in NX9.0.0. | |
NXOpen::Drawings::ViewLabelTypes | ViewLabelOption () |
Returns the view label option Created in NX9.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Drawings::ViewLabelBuilder.
Created in NX9.0.0.
bool NXOpen::Drawings::ViewLabelBuilder::CustomizedViewLabel | ( | ) |
Returns the customized view label
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewLabelBuilder::IncludeParentheses | ( | ) |
Returns the include parentheses
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewLabelBuilder::IncludeRotationAngle | ( | ) |
Returns the include rotation angle
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewLabelBuilder::IncludeRotationSymbol | ( | ) |
Returns the include rotation symbol
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewLabelBuilder::LabelCharacterHeightFactor | ( | ) |
Returns the label character height factor
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::LabelPositionTypes NXOpen::Drawings::ViewLabelBuilder::LabelPosition | ( | ) |
Returns the label position
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Drawings::ViewLabelBuilder::LabelPrefix | ( | ) |
Returns the label prefix
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::LetterFormatTypes NXOpen::Drawings::ViewLabelBuilder::LetterFormat | ( | ) |
Returns the letter format
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewLabelBuilder::PrefixCharacterHeightFactor | ( | ) |
Returns the prefix character height factor
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ReferenceShowTypes NXOpen::Drawings::ViewLabelBuilder::ReferenceToShow | ( | ) |
Returns the reference to show
Created in NX9.0.0.
License requirements : None
double NXOpen::Drawings::ViewLabelBuilder::ScaleCharacterHeightFactor | ( | ) |
Returns the scale character height factor
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ScalePositionTypes NXOpen::Drawings::ViewLabelBuilder::ScalePosition | ( | ) |
Returns the scale position
Created in NX9.0.0.
License requirements : None
NXString NXOpen::Drawings::ViewLabelBuilder::ScalePrefix | ( | ) |
Returns the scale prefix
Created in NX9.0.0.
License requirements : None
void NXOpen::Drawings::ViewLabelBuilder::SetCustomizedViewLabel | ( | bool | customizedViewLabel | ) |
Sets the customized view label
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
customizedViewLabel | customizedviewlabel |
void NXOpen::Drawings::ViewLabelBuilder::SetIncludeParentheses | ( | bool | includeParentheses | ) |
Sets the include parentheses
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
includeParentheses | includeparentheses |
void NXOpen::Drawings::ViewLabelBuilder::SetIncludeRotationAngle | ( | bool | includeRotationAngle | ) |
Sets the include rotation angle
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
includeRotationAngle | includerotationangle |
void NXOpen::Drawings::ViewLabelBuilder::SetIncludeRotationSymbol | ( | bool | includeRotationSymbol | ) |
Sets the include rotation symbol
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
includeRotationSymbol | includerotationsymbol |
void NXOpen::Drawings::ViewLabelBuilder::SetLabelCharacterHeightFactor | ( | double | labelCharacterHeightFactor | ) |
Sets the label character height factor
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
labelCharacterHeightFactor | labelcharacterheightfactor |
void NXOpen::Drawings::ViewLabelBuilder::SetLabelPosition | ( | NXOpen::Drawings::LabelPositionTypes | labelPosition | ) |
Sets the label position
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
labelPosition | labelposition |
void NXOpen::Drawings::ViewLabelBuilder::SetLabelPrefix | ( | const NXString & | labelPrefix | ) |
Sets the label prefix
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
labelPrefix | labelprefix |
void NXOpen::Drawings::ViewLabelBuilder::SetLabelPrefix | ( | const char * | labelPrefix | ) |
Sets the label prefix
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
labelPrefix | labelprefix |
void NXOpen::Drawings::ViewLabelBuilder::SetLetterFormat | ( | NXOpen::Drawings::LetterFormatTypes | letterFormat | ) |
Sets the letter format
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
letterFormat | letterformat |
void NXOpen::Drawings::ViewLabelBuilder::SetPrefixCharacterHeightFactor | ( | double | prefixCharacterHeightFactor | ) |
Sets the prefix character height factor
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
prefixCharacterHeightFactor | prefixcharacterheightfactor |
void NXOpen::Drawings::ViewLabelBuilder::SetReferenceToShow | ( | NXOpen::Drawings::ReferenceShowTypes | referenceToShow | ) |
Sets the reference to show
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
referenceToShow | referencetoshow |
void NXOpen::Drawings::ViewLabelBuilder::SetScaleCharacterHeightFactor | ( | double | scaleCharacterHeightFactor | ) |
Sets the scale character height factor
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
scaleCharacterHeightFactor | scalecharacterheightfactor |
void NXOpen::Drawings::ViewLabelBuilder::SetScalePosition | ( | NXOpen::Drawings::ScalePositionTypes | scalePosition | ) |
Sets the scale position
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
scalePosition | scaleposition |
void NXOpen::Drawings::ViewLabelBuilder::SetScalePrefix | ( | const NXString & | scalePrefix | ) |
Sets the scale prefix
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
scalePrefix | scaleprefix |
void NXOpen::Drawings::ViewLabelBuilder::SetScalePrefix | ( | const char * | scalePrefix | ) |
Sets the scale prefix
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
scalePrefix | scaleprefix |
void NXOpen::Drawings::ViewLabelBuilder::SetShowViewLabel | ( | bool | showViewLabel | ) |
Sets the show view label
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
showViewLabel | showviewlabel |
void NXOpen::Drawings::ViewLabelBuilder::SetShowViewScale | ( | bool | showViewScale | ) |
Sets the show view scale
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
showViewScale | showviewscale |
void NXOpen::Drawings::ViewLabelBuilder::SetValueFormat | ( | NXOpen::Drawings::ScaleValueFormatTypes | valueFormat | ) |
Sets the value format
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
valueFormat | valueformat |
void NXOpen::Drawings::ViewLabelBuilder::SetViewLabelOption | ( | NXOpen::Drawings::ViewLabelTypes | viewLabelOption | ) |
Sets the view label option
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
viewLabelOption | viewlabeloption |
bool NXOpen::Drawings::ViewLabelBuilder::ShowViewLabel | ( | ) |
Returns the show view label
Created in NX9.0.0.
License requirements : None
bool NXOpen::Drawings::ViewLabelBuilder::ShowViewScale | ( | ) |
Returns the show view scale
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::ScaleValueFormatTypes NXOpen::Drawings::ViewLabelBuilder::ValueFormat | ( | ) |
Returns the value format
Created in NX9.0.0.
License requirements : None
NXOpen::Drawings::ViewLabelTypes NXOpen::Drawings::ViewLabelBuilder::ViewLabelOption | ( | ) |
Returns the view label option
Created in NX9.0.0.
License requirements : None