|
NX Open C++ Reference Guide
|
Represents a Annotations::CalloutGroupBuilder
To create a new instance of this class, use Annotations::IdSymbolCollection::CreateCalloutGroupBuilder
Created in NX7.5.0.
More...
Public Types | |
| enum | Layout { LayoutHorizontal, LayoutVertical } |
| Represents group layout. More... | |
| enum | Mode { ModeGroup, ModeUngroup } |
| Represents Group or Ungroup mode. More... | |
| enum | VerticalGroupLeaderAttachment { VerticalGroupLeaderAttachmentTop, VerticalGroupLeaderAttachmentBottom } |
| Represents leader attachment for vertical callout groups. More... | |
Public Member Functions | |
| NXOpen::Annotations::CalloutGroupBuilder::Mode | CalloutModeType () |
| Returns the mode Created in NX7.5.0. | |
| std::vector < NXOpen::Annotations::IdSymbol * > | GetGroupSymbols () |
| Gets the symbols which are grouped. | |
| NXOpen::Annotations::CalloutGroupBuilder::Layout | LayoutType () |
| Returns the layout type Created in NX7.5.0. | |
| NXOpen::SelectDisplayableObjectList * | SelectCallout () |
| Returns the selected callout Created in NX7.5.0. | |
| void | SetCalloutModeType (NXOpen::Annotations::CalloutGroupBuilder::Mode mode) |
| Sets the mode Created in NX7.5.0. | |
| void | SetGroupSymbols (const std::vector< NXOpen::Annotations::IdSymbol * > &symbols) |
| Groups or UnGroups the symbols based on Annotations::CalloutGroupBuilder::Mode . | |
| void | SetLayoutType (NXOpen::Annotations::CalloutGroupBuilder::Layout layout) |
| Sets the layout type Created in NX7.5.0. | |
| void | SetVerticalLeaderAttachment (NXOpen::Annotations::CalloutGroupBuilder::VerticalGroupLeaderAttachment position) |
| Sets the leader attachment to vertical callout groups Created in NX9.0.0. | |
| NXOpen::Annotations::CalloutGroupBuilder::VerticalGroupLeaderAttachment | VerticalLeaderAttachment () |
| Returns the leader attachment to vertical callout groups Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Annotations::CalloutGroupBuilder
To create a new instance of this class, use Annotations::IdSymbolCollection::CreateCalloutGroupBuilder
Created in NX7.5.0.
| NXOpen::Annotations::CalloutGroupBuilder::Mode NXOpen::Annotations::CalloutGroupBuilder::CalloutModeType | ( | ) |
Returns the mode
Created in NX7.5.0.
License requirements : None
| std::vector<NXOpen::Annotations::IdSymbol *> NXOpen::Annotations::CalloutGroupBuilder::GetGroupSymbols | ( | ) |
Gets the symbols which are grouped.
| NXOpen::Annotations::CalloutGroupBuilder::Layout NXOpen::Annotations::CalloutGroupBuilder::LayoutType | ( | ) |
Returns the layout type
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectDisplayableObjectList* NXOpen::Annotations::CalloutGroupBuilder::SelectCallout | ( | ) |
Returns the selected callout
Created in NX7.5.0.
License requirements : None
| void NXOpen::Annotations::CalloutGroupBuilder::SetCalloutModeType | ( | NXOpen::Annotations::CalloutGroupBuilder::Mode | mode | ) |
Sets the mode
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
| mode | mode |
| void NXOpen::Annotations::CalloutGroupBuilder::SetGroupSymbols | ( | const std::vector< NXOpen::Annotations::IdSymbol * > & | symbols | ) |
Groups or UnGroups the symbols based on Annotations::CalloutGroupBuilder::Mode .
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
| symbols | symbols |
| void NXOpen::Annotations::CalloutGroupBuilder::SetLayoutType | ( | NXOpen::Annotations::CalloutGroupBuilder::Layout | layout | ) |
Sets the layout type
Created in NX7.5.0.
License requirements : drafting ("DRAFTING")
| layout | layout |
| void NXOpen::Annotations::CalloutGroupBuilder::SetVerticalLeaderAttachment | ( | NXOpen::Annotations::CalloutGroupBuilder::VerticalGroupLeaderAttachment | position | ) |
Sets the leader attachment to vertical callout groups
Created in NX9.0.0.
License requirements : drafting ("DRAFTING")
| position | position |
| NXOpen::Annotations::CalloutGroupBuilder::VerticalGroupLeaderAttachment NXOpen::Annotations::CalloutGroupBuilder::VerticalLeaderAttachment | ( | ) |
Returns the leader attachment to vertical callout groups
Created in NX9.0.0.
License requirements : None