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::AddPlaceholderBuilder Class Reference

the builder for adding placeholder
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateAddPlaceholderBuilder

Created in NX1847.0.0. More...

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

Public Types

enum  Category {
  CategoryObjects, CategoryTargets, CategorySources, CategoryConnections,
  CategoryObjectPorts, CategoryTargetPorts, CategorySourcePorts, CategoryObjectParents,
  CategoryTargetParents, CategorySourceParents, CategoryConnectionParents
}
 the category More...
 
enum  Flp { FlpFunction, FlpLocation, FlpProduct, FlpAutomation }
 the flp More...
 
enum  Property {
  PropertyLibraryItem, PropertyClassification, PropertyGeneral, PropertyAspect,
  PropertyTag
}
 the properties More...
 

Public Member Functions

NXOpen::AME::AddPlaceholderBuilder::Category CategorySelector ()
 Returns the select category
Created in NX1847.0.0. More...
 
NXOpen::AME::AddPlaceholderBuilder::Flp FLPSelector ()
 Returns the select flp
Created in NX1847.0.0. More...
 
NXOpen::AME::AddPlaceholderBuilder::Property PropertySelector ()
 Returns the select property
Created in NX1847.0.0. More...
 
NXOpen::AME::SelectClassificationBuilderSelectClassification ()
 Returns the select classification builder
Created in NX1847.0.0. More...
 
NXOpen::Tooling::SelectReuseLibraryItemBuilderSelectLibraryObject ()
 Returns the select library object
Created in NX1847.0.0. More...
 
void SetCategorySelector (NXOpen::AME::AddPlaceholderBuilder::Category categoryValue)
 Sets the select category
Created in NX1847.0.0. More...
 
void SetFLPSelector (NXOpen::AME::AddPlaceholderBuilder::Flp flpValue)
 Sets the select flp
Created in NX1847.0.0. More...
 
void SetPropertySelector (NXOpen::AME::AddPlaceholderBuilder::Property propertyValue)
 Sets the select property
Created in NX1847.0.0. More...
 
void SetSelectClassification (NXOpen::AME::SelectClassificationBuilder *selectClassification)
 Sets the select classification builder
Created in NX1847.0.0. More...
 
void SetSelectLibraryObject (NXOpen::Tooling::SelectReuseLibraryItemBuilder *libraryObjectType)
 Sets the select library object
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

the builder for adding placeholder
To create a new instance of this class, use NXOpen::AME::AMEManager::CreateAddPlaceholderBuilder

Created in NX1847.0.0.


Member Enumeration Documentation

the category

Enumerator
CategoryObjects 

objects

CategoryTargets 

targets

CategorySources 

sources

CategoryConnections 

connections

CategoryObjectPorts 

object ports

CategoryTargetPorts 

target ports

CategorySourcePorts 

source ports

CategoryObjectParents 

object parents

CategoryTargetParents 

target parents

CategorySourceParents 

source parents

CategoryConnectionParents 

connection parents

the flp

Enumerator
FlpFunction 

function

FlpLocation 

location

FlpProduct 

product

FlpAutomation 

automation

the properties

Enumerator
PropertyLibraryItem 

library item

PropertyClassification 

classification

PropertyGeneral 

general

PropertyAspect 

aspect

PropertyTag 

tag

Member Function Documentation

NXOpen::AME::AddPlaceholderBuilder::Category NXOpen::AME::AddPlaceholderBuilder::CategorySelector ( )

Returns the select category
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::AddPlaceholderBuilder::Flp NXOpen::AME::AddPlaceholderBuilder::FLPSelector ( )

Returns the select flp
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::AddPlaceholderBuilder::Property NXOpen::AME::AddPlaceholderBuilder::PropertySelector ( )

Returns the select property
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::AME::SelectClassificationBuilder* NXOpen::AME::AddPlaceholderBuilder::SelectClassification ( )

Returns the select classification builder
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

NXOpen::Tooling::SelectReuseLibraryItemBuilder* NXOpen::AME::AddPlaceholderBuilder::SelectLibraryObject ( )

Returns the select library object
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

void NXOpen::AME::AddPlaceholderBuilder::SetCategorySelector ( NXOpen::AME::AddPlaceholderBuilder::Category  categoryValue)

Sets the select category
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
categoryValuecategoryvalue
void NXOpen::AME::AddPlaceholderBuilder::SetFLPSelector ( NXOpen::AME::AddPlaceholderBuilder::Flp  flpValue)

Sets the select flp
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
flpValueflpvalue
void NXOpen::AME::AddPlaceholderBuilder::SetPropertySelector ( NXOpen::AME::AddPlaceholderBuilder::Property  propertyValue)

Sets the select property
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
propertyValuepropertyvalue
void NXOpen::AME::AddPlaceholderBuilder::SetSelectClassification ( NXOpen::AME::SelectClassificationBuilder selectClassification)

Sets the select classification builder
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
selectClassificationselectclassification
void NXOpen::AME::AddPlaceholderBuilder::SetSelectLibraryObject ( NXOpen::Tooling::SelectReuseLibraryItemBuilder libraryObjectType)

Sets the select library object
Created in NX1847.0.0.



License requirements : ad_automation_design ("FULL AUTOMATION DESIGNER")

Parameters
libraryObjectTypelibraryobjecttype

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