NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Annotations::CalloutGroupBuilder Class Reference

Represents a Annotations::CalloutGroupBuilder
To create a new instance of this class, use Annotations::IdSymbolCollection::CreateCalloutGroupBuilder

Created in NX7.5.0. More...

Inheritance diagram for NXOpen::Annotations::CalloutGroupBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::SelectDisplayableObjectListSelectCallout ()
 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.

Detailed Description

Represents a Annotations::CalloutGroupBuilder
To create a new instance of this class, use Annotations::IdSymbolCollection::CreateCalloutGroupBuilder

Created in NX7.5.0.



Member Enumeration Documentation

Represents group layout.

Enumerator:
LayoutHorizontal 

Horizontal.

LayoutVertical 

Vertical.

Represents Group or Ungroup mode.

Use the correct mode before builder commit operation.

Enumerator:
ModeGroup 

Group.

ModeUngroup 

Ungroup.


Member Function Documentation

Returns the mode
Created in NX7.5.0.



License requirements : None

Gets the symbols which are grouped.

Returns:

Created in NX7.5.0.

License requirements : None

Returns the layout type
Created in NX7.5.0.



License requirements : None

Returns the selected callout
Created in NX7.5.0.



License requirements : None

Sets the mode
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
modemode

Groups or UnGroups the symbols based on Annotations::CalloutGroupBuilder::Mode .


Created in NX7.5.0.

License requirements : drafting ("DRAFTING")

Parameters:
symbolssymbols

Sets the layout type
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
layoutlayout

The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.