NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Annotations.CalloutGroupBuilder Class Reference

Represents a NXOpen.Annotations.CalloutGroupBuilder More...

Inheritance diagram for NXOpen.Annotations.CalloutGroupBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Layout { Horizontal, Vertical }
 Represents group layout More...
 
enum  Mode { Group, Ungroup }
 Represents Group or Ungroup mode. More...
 
enum  VerticalGroupLeaderAttachment { Top, Bottom }
 Represents leader attachment for vertical callout groups. More...
 

Public Member Functions

unsafe
NXOpen.Annotations.IdSymbol[] 
GetGroupSymbols ()
 Gets the symbols which are grouped More...
 
unsafe void SetGroupSymbols (NXOpen.Annotations.IdSymbol[] symbols)
 Groups or UnGroups the symbols based on NXOpen.Annotations.CalloutGroupBuilder.Mode . More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Annotations.CalloutGroupBuilder.Mode 
CalloutModeType [get, set]
 Returns or sets the mode More...
 
unsafe
NXOpen.Annotations.CalloutGroupBuilder.Layout 
LayoutType [get, set]
 Returns or sets the layout type More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
SelectCallout [get]
 Returns the selected callout More...
 
unsafe
NXOpen.Annotations.CalloutGroupBuilder.VerticalGroupLeaderAttachment 
VerticalLeaderAttachment [get, set]
 Returns or sets the leader attachment to vertical callout groups More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Annotations.CalloutGroupBuilder

To create a new instance of this class, use NXOpen.Annotations.IdSymbolCollection.CreateCalloutGroupBuilder

Created in NX7.5.0

Member Enumeration Documentation

Represents group layout

Enumerator
Horizontal 

Horizontal

Vertical 

Vertical

Represents Group or Ungroup mode.

Use the correct mode before builder commit operation.

Enumerator
Group 

Group

Ungroup 

Ungroup

Represents leader attachment for vertical callout groups.

Enumerator
Top 

Top

Bottom 

Bottom

Member Function Documentation

unsafe NXOpen.Annotations.IdSymbol [] NXOpen.Annotations.CalloutGroupBuilder.GetGroupSymbols ( )
inline

Gets the symbols which are grouped

Created in NX7.5.0

License requirements: None.

Returns
unsafe void NXOpen.Annotations.CalloutGroupBuilder.SetGroupSymbols ( NXOpen.Annotations.IdSymbol[]  symbols)
inline

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

Created in NX7.5.0

License requirements: drafting ("DRAFTING")

Parameters
symbols

Property Documentation

unsafe NXOpen.Annotations.CalloutGroupBuilder.Mode NXOpen.Annotations.CalloutGroupBuilder.CalloutModeType
getset

Returns or sets the mode

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Annotations.CalloutGroupBuilder.Layout NXOpen.Annotations.CalloutGroupBuilder.LayoutType
getset

Returns or sets the layout type

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Annotations.CalloutGroupBuilder.SelectCallout
get

Returns the selected callout

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Annotations.CalloutGroupBuilder.VerticalGroupLeaderAttachment NXOpen.Annotations.CalloutGroupBuilder.VerticalLeaderAttachment
getset

Returns or sets the leader attachment to vertical callout groups

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


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