NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::AME::SymbolAuthoringBuilder Class Reference

Represents a Symbol Authoring class Builder
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateSymbolAuthoringBuilder
Default values. More...

Inheritance diagram for NXOpen::AME::SymbolAuthoringBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesStandardSymbol, TypesCableDefinitionLine }
 Represents the type of symbol. More...
 

Public Member Functions

NXOpen::Point2d AnchorPointLocation ()
 Returns the symbol anchor point
Created in NX12.0.0. More...
 
NXOpen::Gateway::ImageCaptureBuilderCapturedImage ()
 Returns the image capture builder used to create an image for preview
Created in NX12.0.0. More...
 
NXString CreateConnectionPoint (NXOpen::NXObject *portToBeMapped)
 Creates a new connection point
Created in NX12.0.0. More...
 
void CreateDefaultPortAnnotation (const NXString &portID, const NXOpen::Point3d &connPoint)
 Annotation for connection point
Created in NX1847.0.0. More...
 
void CreateDefaultPortAnnotation (const char *portID, const NXOpen::Point3d &connPoint)
 Annotation for connection point
Created in NX1847.0.0. More...
 
void DeleteConnectionPoint (NXOpen::NXObject *portToBeUnmapped, const NXString &portID)
 Deletes the connection point
Created in NX12.0.0. More...
 
void DeleteConnectionPoint (NXOpen::NXObject *portToBeUnmapped, const char *portID)
 Deletes the connection point
Created in NX12.0.0. More...
 
NXOpen::Point2d GetConnectionDirection (const NXString &portID)
 Gets the connection direction
Created in NX12.0.0. More...
 
NXOpen::Point2d GetConnectionDirection (const char *portID)
 Gets the connection direction
Created in NX12.0.0. More...
 
NXOpen::Point2d GetConnectionPointLocation (const NXString &portID)
 Gets the connection point location
Created in NX12.0.0. More...
 
NXOpen::Point2d GetConnectionPointLocation (const char *portID)
 Gets the connection point location
Created in NX12.0.0. More...
 
NXOpen::Annotations::CustomSymbolInsertSymbol (const NXString &customSymbolPath)
 Insert the symbol
Created in NX12.0.0. More...
 
NXOpen::Annotations::CustomSymbolInsertSymbol (const char *customSymbolPath)
 Insert the symbol
Created in NX12.0.0. More...
 
NXOpen::Tooling::SelectReuseLibraryItemBuilderSelectedCustomSymbol ()
 Returns the custom symbol selection
Created in NX12.0.0. More...
 
NXOpen::AME::SelectAMEPortSelectedPort ()
 Returns the port selection
Created in NX12.0.0. More...
 
void SetAnchorPointLocation (const NXOpen::Point2d &symbolAnchorPoint)
 Sets the symbol anchor point
Created in NX12.0.0. More...
 
NXOpen::Point2d SetConnectionDirection (const NXString &portID)
 Sets the connection direction
Created in NX12.0.0. More...
 
NXOpen::Point2d SetConnectionDirection (const char *portID)
 Sets the connection direction
Created in NX12.0.0. More...
 
NXOpen::Point2d SetConnectionPointLocation (const NXString &portID)
 Sets the connection point location
Created in NX12.0.0. More...
 
NXOpen::Point2d SetConnectionPointLocation (const char *portID)
 Sets the connection point location
Created in NX12.0.0. More...
 
void SetType (NXOpen::AME::SymbolAuthoringBuilder::Types type)
 Sets the symbol type
Created in NX12.0.0. More...
 
NXOpen::Point2d SymbolAnnotationPoint ()
 Returns the symbol annotation point
Created in NX12.0.0. More...
 
NXOpen::AME::SymbolAuthoringBuilder::Types Type ()
 Returns the symbol type
Created in NX12.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Symbol Authoring class Builder
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateSymbolAuthoringBuilder
Default values.

Property Value

CapturedImage.CaptureMethod

GraphicsArea

CapturedImage.Format

Bmp

CapturedImage.Size

Pixels64

Type

StandardSymbol


Created in NX12.0.0.

Member Enumeration Documentation

Represents the type of symbol.

Enumerator
TypesStandardSymbol 

standard symbol

TypesCableDefinitionLine 

cable definition line

Member Function Documentation

NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::AnchorPointLocation ( )

Returns the symbol anchor point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::Gateway::ImageCaptureBuilder* NXOpen::AME::SymbolAuthoringBuilder::CapturedImage ( )

Returns the image capture builder used to create an image for preview
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXString NXOpen::AME::SymbolAuthoringBuilder::CreateConnectionPoint ( NXOpen::NXObject portToBeMapped)

Creates a new connection point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portToBeMappedporttobemapped
void NXOpen::AME::SymbolAuthoringBuilder::CreateDefaultPortAnnotation ( const NXString portID,
const NXOpen::Point3d connPoint 
)

Annotation for connection point
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
connPointconnpoint
void NXOpen::AME::SymbolAuthoringBuilder::CreateDefaultPortAnnotation ( const char *  portID,
const NXOpen::Point3d connPoint 
)

Annotation for connection point
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
connPointconnpoint
void NXOpen::AME::SymbolAuthoringBuilder::DeleteConnectionPoint ( NXOpen::NXObject portToBeUnmapped,
const NXString portID 
)

Deletes the connection point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portToBeUnmappedporttobeunmapped
portIDportid
void NXOpen::AME::SymbolAuthoringBuilder::DeleteConnectionPoint ( NXOpen::NXObject portToBeUnmapped,
const char *  portID 
)

Deletes the connection point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portToBeUnmappedporttobeunmapped
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::GetConnectionDirection ( const NXString portID)

Gets the connection direction
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::GetConnectionDirection ( const char *  portID)

Gets the connection direction
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::GetConnectionPointLocation ( const NXString portID)

Gets the connection point location
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::GetConnectionPointLocation ( const char *  portID)

Gets the connection point location
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Annotations::CustomSymbol* NXOpen::AME::SymbolAuthoringBuilder::InsertSymbol ( const NXString customSymbolPath)

Insert the symbol
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
customSymbolPathcustomsymbolpath
NXOpen::Annotations::CustomSymbol* NXOpen::AME::SymbolAuthoringBuilder::InsertSymbol ( const char *  customSymbolPath)

Insert the symbol
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
customSymbolPathcustomsymbolpath
NXOpen::Tooling::SelectReuseLibraryItemBuilder* NXOpen::AME::SymbolAuthoringBuilder::SelectedCustomSymbol ( )

Returns the custom symbol selection
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::SelectAMEPort* NXOpen::AME::SymbolAuthoringBuilder::SelectedPort ( )

Returns the port selection
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::SymbolAuthoringBuilder::SetAnchorPointLocation ( const NXOpen::Point2d symbolAnchorPoint)

Sets the symbol anchor point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
symbolAnchorPointsymbolanchorpoint
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::SetConnectionDirection ( const NXString portID)

Sets the connection direction
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::SetConnectionDirection ( const char *  portID)

Sets the connection direction
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::SetConnectionPointLocation ( const NXString portID)

Sets the connection point location
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::SetConnectionPointLocation ( const char *  portID)

Sets the connection point location
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
portIDportid
void NXOpen::AME::SymbolAuthoringBuilder::SetType ( NXOpen::AME::SymbolAuthoringBuilder::Types  type)

Sets the symbol type
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
typetype
NXOpen::Point2d NXOpen::AME::SymbolAuthoringBuilder::SymbolAnnotationPoint ( )

Returns the symbol annotation point
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::SymbolAuthoringBuilder::Types NXOpen::AME::SymbolAuthoringBuilder::Type ( )

Returns the symbol type
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")


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