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

This class is represents a SIM::PostConfigurator::UdeEditorBuilder . More...

Inheritance diagram for NXOpen::SIM::PostConfigurator::UdeEditorBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::SIM::PostConfigurator::UdeBuilderAddNewEvent ()
 Adds event to event list. More...
 
NXOpen::SIM::PostConfigurator::UdeBuilderDuplicateEvent (NXOpen::SIM::PostConfigurator::UdeBuilder *udeBuilder)
 Duplicates selected event from event list. More...
 
NXOpen::SIM::PostConfigurator::UdeBuilderGetUdeBuilder (const NXString &eventHandlerID)
 Returns the ude builder by event handler ID. More...
 
NXOpen::SIM::PostConfigurator::UdeBuilderGetUdeBuilder (const char *eventHandlerID)
 Returns the ude builder by event handler ID. More...
 
void ListEvent (NXOpen::SIM::PostConfigurator::UdeBuilder *udeBuilder)
 Lists selected event to listing window
Created in NX12.0.1. More...
 
void RemoveEvent (NXOpen::SIM::PostConfigurator::UdeBuilder *udeBuilder)
 Removes selected event from event list
Created in NX12.0.1. More...
 
NXOpen::SIM::PostConfigurator::UdeBuilderListUdeBuilderList ()
 Returns the ude list
Created in NX12.0.1. 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

This class is represents a SIM::PostConfigurator::UdeEditorBuilder .

Calling Builder::Commit on this builder will only return NULL.
This is an abstract class, and cannot be instantiated.

Created in NX12.0.1.

Member Function Documentation

NXOpen::SIM::PostConfigurator::UdeBuilder* NXOpen::SIM::PostConfigurator::UdeEditorBuilder::AddNewEvent ( )

Adds event to event list.

Returns
the new ude builder
Created in NX12.0.1.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")
NXOpen::SIM::PostConfigurator::UdeBuilder* NXOpen::SIM::PostConfigurator::UdeEditorBuilder::DuplicateEvent ( NXOpen::SIM::PostConfigurator::UdeBuilder udeBuilder)

Duplicates selected event from event list.

Returns
the new ude builder
Created in NX12.0.1.

License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")
Parameters
udeBuilderudebuilder
NXOpen::SIM::PostConfigurator::UdeBuilder* NXOpen::SIM::PostConfigurator::UdeEditorBuilder::GetUdeBuilder ( const NXString eventHandlerID)

Returns the ude builder by event handler ID.

Returns
the ude builder
Created in NX12.0.1.

License requirements : None
Parameters
eventHandlerIDeventhandlerid
NXOpen::SIM::PostConfigurator::UdeBuilder* NXOpen::SIM::PostConfigurator::UdeEditorBuilder::GetUdeBuilder ( const char *  eventHandlerID)

Returns the ude builder by event handler ID.

Returns
the ude builder
Created in NX12.0.1.

License requirements : None
Parameters
eventHandlerIDeventhandlerid
void NXOpen::SIM::PostConfigurator::UdeEditorBuilder::ListEvent ( NXOpen::SIM::PostConfigurator::UdeBuilder udeBuilder)

Lists selected event to listing window
Created in NX12.0.1.



License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
udeBuilderthe ude builder
void NXOpen::SIM::PostConfigurator::UdeEditorBuilder::RemoveEvent ( NXOpen::SIM::PostConfigurator::UdeBuilder udeBuilder)

Removes selected event from event list
Created in NX12.0.1.



License requirements : nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

Parameters
udeBuilderthe ude builder
NXOpen::SIM::PostConfigurator::UdeBuilderList* NXOpen::SIM::PostConfigurator::UdeEditorBuilder::UdeBuilderList ( )

Returns the ude list
Created in NX12.0.1.



License requirements : None


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