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

JA class for the insert Project Eng object dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateProjectEngineeringObjectBuilder

Created in NX11.0.0. More...

Inheritance diagram for NXOpen::AME::ProjectEngineeringObjectBuilder:
NXOpen::AME::EngineeringObjectBaseBuilder NXOpen::AME::MultipleObjectsBuilder NXOpen::AME::AMEBaseBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::AME::AspectDetailsBuilderAspectDetails ()
 Returns the aspect detail ui block
Created in NX11.0.0. More...
 
void ClearCreatedSymbol (bool isClearAllSymbols)
 Clear the created Symbol
Created in NX1847.0.0. More...
 
NXOpen::AME::DiagramNodeBuilderDiagramNodeBuilder ()
 Returns the Node Builder used for creating Symbol for EO
Created in NX1847.0.0. More...
 
NXOpen::AME::EOAttributeHolderEOAttributeHolder ()
 Returns the container for definition holders
Created in NX12.0.0. More...
 
NXOpen::AME::EODefAttributeHolderEoDefAttributeHolder ()
 Returns the EO definition attribute holder
Created in NX11.0.0. More...
 
NXOpen::AME::ObjectNameIndexBuilderEoNameIndex ()
 Returns the eo name index and description ui block
Created in NX11.0.0. More...
 
void PreviewNodeLocation (NXOpen::AME::PageObject *owningPage, double locationX, double locationY, bool isNodePlaced, int index)
 The preview node location on page. More...
 
NXOpen::AME::ProductDefAttributeHolderProductDefAttributeHolder ()
 Returns the Product definition attribute holder
Created in NX12.0.0. More...
 
NXOpen::AME::SelectMountingInterfaceLocationBuilderSelectMountingInterfaceLocation ()
 Returns the select mounting interface location builder
Created in NX12.0.0. More...
 
NXOpen::Tooling::SelectReuseLibraryItemBuilderSelectSymbolDefinition ()
 Returns the select eo symbol
Created in NX11.0.0. More...
 
void SetCreatedSymbol (NXOpen::AME::PageObject *owningPage, NXOpen::Diagramming::Node *symbolTag, double locationX, double locationY)
 Set the created Symbol
Created in NX1847.0.0. More...
 
void SetObjectName (const NXString &objectName)
 Set the Object Name. More...
 
void SetObjectName (const char *objectName)
 Set the Object Name. More...
 
void SetSelectMountingInterfaceLocation (NXOpen::AME::SelectMountingInterfaceLocationBuilder *mountingInterfaceLocation)
 Sets the select mounting interface location builder
Created in NX12.0.0. More...
 

Detailed Description

JA class for the insert Project Eng object dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateProjectEngineeringObjectBuilder

Created in NX11.0.0.


Member Function Documentation

NXOpen::AME::AspectDetailsBuilder* NXOpen::AME::ProjectEngineeringObjectBuilder::AspectDetails ( )

Returns the aspect detail ui block
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::ProjectEngineeringObjectBuilder::ClearCreatedSymbol ( bool  isClearAllSymbols)

Clear the created Symbol
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
isClearAllSymbolsisclearallsymbols
NXOpen::AME::DiagramNodeBuilder* NXOpen::AME::ProjectEngineeringObjectBuilder::DiagramNodeBuilder ( )

Returns the Node Builder used for creating Symbol for EO
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::EOAttributeHolder* NXOpen::AME::ProjectEngineeringObjectBuilder::EOAttributeHolder ( )

Returns the container for definition holders
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::EODefAttributeHolder* NXOpen::AME::ProjectEngineeringObjectBuilder::EoDefAttributeHolder ( )

Returns the EO definition attribute holder
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::ObjectNameIndexBuilder* NXOpen::AME::ProjectEngineeringObjectBuilder::EoNameIndex ( )

Returns the eo name index and description ui block
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::ProjectEngineeringObjectBuilder::PreviewNodeLocation ( NXOpen::AME::PageObject owningPage,
double  locationX,
double  locationY,
bool  isNodePlaced,
int  index 
)

The preview node location on page.


Created in NX11.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
owningPageowningpage
locationXlocationx
locationYlocationy
isNodePlacedisnodeplaced
indexIndex of the Product and it's Product components
NXOpen::AME::ProductDefAttributeHolder* NXOpen::AME::ProjectEngineeringObjectBuilder::ProductDefAttributeHolder ( )

Returns the Product definition attribute holder
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::SelectMountingInterfaceLocationBuilder* NXOpen::AME::ProjectEngineeringObjectBuilder::SelectMountingInterfaceLocation ( )

Returns the select mounting interface location builder
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::Tooling::SelectReuseLibraryItemBuilder* NXOpen::AME::ProjectEngineeringObjectBuilder::SelectSymbolDefinition ( )

Returns the select eo symbol
Created in NX11.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::ProjectEngineeringObjectBuilder::SetCreatedSymbol ( NXOpen::AME::PageObject owningPage,
NXOpen::Diagramming::Node symbolTag,
double  locationX,
double  locationY 
)

Set the created Symbol
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
owningPageowningpage
symbolTagsymboltag
locationXlocationx
locationYlocationy
void NXOpen::AME::ProjectEngineeringObjectBuilder::SetObjectName ( const NXString objectName)

Set the Object Name.


Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
objectNameobjectname
void NXOpen::AME::ProjectEngineeringObjectBuilder::SetObjectName ( const char *  objectName)

Set the Object Name.


Created in NX12.0.0.

License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
objectNameobjectname
void NXOpen::AME::ProjectEngineeringObjectBuilder::SetSelectMountingInterfaceLocation ( NXOpen::AME::SelectMountingInterfaceLocationBuilder mountingInterfaceLocation)

Sets the select mounting interface location builder
Created in NX12.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
mountingInterfaceLocationmountinginterfacelocation

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