NX Open C++ Reference Guide
|
Represents a Annotations::DrawingFormatTitleBuilder
Created in NX9.0.0.
More...
Public Types | |
enum | TitleBlockPositionType { TitleBlockPositionTypeTopLeft, TitleBlockPositionTypeTopRight, TitleBlockPositionTypeBottomLeft, TitleBlockPositionTypeBottomRight } |
Represent the option of TitleBlockPosition that specifies Type display. More... | |
Public Member Functions | |
bool | Automatic () |
Returns the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model Created in NX9.0.0. | |
void | SetAutomatic (bool automatic) |
Sets the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model Created in NX9.0.0. | |
void | SetTitleBlockAlignmentPosition (NXOpen::Annotations::DrawingFormatTitleBuilder::TitleBlockPositionType titleBlockAlignmentPosition) |
Sets the option that specifies how the title block aligns relative to the cursor during placement Created in NX9.0.0. | |
NXOpen::Annotations::DrawingFormatTitleBuilder::TitleBlockPositionType | TitleBlockAlignmentPosition () |
Returns the option that specifies how the title block aligns relative to the cursor during placement 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 Annotations::DrawingFormatTitleBuilder
Created in NX9.0.0.
bool NXOpen::Annotations::DrawingFormatTitleBuilder::Automatic | ( | ) |
Returns the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::DrawingFormatTitleBuilder::SetAutomatic | ( | bool | automatic | ) |
Sets the flag that determines whether or not the title block updates automatically whenever a change occurs to a referenced object in the model
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
automatic | automatic |
void NXOpen::Annotations::DrawingFormatTitleBuilder::SetTitleBlockAlignmentPosition | ( | NXOpen::Annotations::DrawingFormatTitleBuilder::TitleBlockPositionType | titleBlockAlignmentPosition | ) |
Sets the option that specifies how the title block aligns relative to the cursor during placement
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
titleBlockAlignmentPosition | titleblockalignmentposition |
NXOpen::Annotations::DrawingFormatTitleBuilder::TitleBlockPositionType NXOpen::Annotations::DrawingFormatTitleBuilder::TitleBlockAlignmentPosition | ( | ) |
Returns the option that specifies how the title block aligns relative to the cursor during placement
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.