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... | |
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. |
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
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 |