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

JA class for the cabinet object label dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateCabinetObjectLabelBuilder

Created in NX1847.0.0. More...

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

Public Member Functions

NXOpen::NXObjectCabinetObjectLabel ()
 Returns the cabinet object label
Created in NX1847.0.0. More...
 
NXOpen::Point3d CursorLocation ()
 Returns a cursor location
Created in NX1847.0.0. More...
 
NXOpen::NXObjectEngObject ()
 Returns a component selected
Created in NX1847.0.0. More...
 
NXOpen::Annotations::OriginBuilderOrigin ()
 Returns the origin
Created in NX1847.0.0. More...
 
void SetCabinetObjectLabel (NXOpen::NXObject *eoLabel)
 Sets the cabinet object label
Created in NX1847.0.0. More...
 
void SetCursorLocation (const NXOpen::Point3d &position)
 Sets a cursor location
Created in NX1847.0.0. More...
 
void SetEngObject (NXOpen::NXObject *eo)
 Sets a component selected
Created in NX1847.0.0. More...
 
void SetToggleFunction (bool toggleFunction)
 Sets the toggle function
Created in NX1847.0.0. More...
 
void SetToggleLocation (bool toggleLocation)
 Sets the toggle location
Created in NX1847.0.0. More...
 
void SetToggleProduct (bool toggleProduct)
 Sets the toggle product
Created in NX1847.0.0. More...
 
void SetToggleReferenceDesignationSet (bool toggleReferenceDesignationSet)
 Sets the toggle reference designation set
Created in NX1847.0.0. More...
 
bool ToggleFunction ()
 Returns the toggle function
Created in NX1847.0.0. More...
 
bool ToggleLocation ()
 Returns the toggle location
Created in NX1847.0.0. More...
 
bool ToggleProduct ()
 Returns the toggle product
Created in NX1847.0.0. More...
 
bool ToggleReferenceDesignationSet ()
 Returns the toggle reference designation set
Created in NX1847.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

JA class for the cabinet object label dialog
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateCabinetObjectLabelBuilder

Created in NX1847.0.0.


Member Function Documentation

NXOpen::NXObject* NXOpen::AME::CabinetObjectLabelBuilder::CabinetObjectLabel ( )

Returns the cabinet object label
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::Point3d NXOpen::AME::CabinetObjectLabelBuilder::CursorLocation ( )

Returns a cursor location
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::NXObject* NXOpen::AME::CabinetObjectLabelBuilder::EngObject ( )

Returns a component selected
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::Annotations::OriginBuilder* NXOpen::AME::CabinetObjectLabelBuilder::Origin ( )

Returns the origin
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::CabinetObjectLabelBuilder::SetCabinetObjectLabel ( NXOpen::NXObject eoLabel)

Sets the cabinet object label
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
eoLabeleolabel
void NXOpen::AME::CabinetObjectLabelBuilder::SetCursorLocation ( const NXOpen::Point3d position)

Sets a cursor location
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
positionposition
void NXOpen::AME::CabinetObjectLabelBuilder::SetEngObject ( NXOpen::NXObject eo)

Sets a component selected
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
eoeo
void NXOpen::AME::CabinetObjectLabelBuilder::SetToggleFunction ( bool  toggleFunction)

Sets the toggle function
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
toggleFunctiontogglefunction
void NXOpen::AME::CabinetObjectLabelBuilder::SetToggleLocation ( bool  toggleLocation)

Sets the toggle location
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
toggleLocationtogglelocation
void NXOpen::AME::CabinetObjectLabelBuilder::SetToggleProduct ( bool  toggleProduct)

Sets the toggle product
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
toggleProducttoggleproduct
void NXOpen::AME::CabinetObjectLabelBuilder::SetToggleReferenceDesignationSet ( bool  toggleReferenceDesignationSet)

Sets the toggle reference designation set
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
toggleReferenceDesignationSettogglereferencedesignationset
bool NXOpen::AME::CabinetObjectLabelBuilder::ToggleFunction ( )

Returns the toggle function
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::CabinetObjectLabelBuilder::ToggleLocation ( )

Returns the toggle location
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::CabinetObjectLabelBuilder::ToggleProduct ( )

Returns the toggle product
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

bool NXOpen::AME::CabinetObjectLabelBuilder::ToggleReferenceDesignationSet ( )

Returns the toggle reference designation set
Created in NX1847.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.