NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.SIM.PostConfigurator.UdeBuilder Class Reference

This class is used to create a new event. More...

Inheritance diagram for NXOpen.SIM.PostConfigurator.UdeBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  EventDescriptionType { None, Specify }
 Type of Event Description More...
 

Public Member Functions

unsafe void AddItem (NXOpen.SIM.PostConfigurator.UdeParameterBuilder itemBuilder)
 Adds item to item used list More...
 
unsafe void DeleteItem (NXOpen.SIM.PostConfigurator.UdeParameterBuilder itemBuilder)
 Deletes parameter from ude list More...
 
unsafe void DeleteItems ()
 Deletes all parameters from ude list More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeParameterBuilder 
GetUdeParameterBuilder (string parameterID)
 Returns the ude parameter builder by parameter ID More...
 
unsafe void RenameParameterID (NXOpen.SIM.PostConfigurator.UdeParameterBuilder itemBuilder, string oldParameterID, string newParameterID)
 Renames the parameter ID More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool EventCategoryDrilling [get, set]
 Returns or sets the event category drilling More...
 
unsafe bool EventCategoryMilling [get, set]
 Returns or sets the event category milling More...
 
unsafe bool EventCategoryTurning [get, set]
 Returns or sets the event category turning More...
 
unsafe bool EventCategoryWireEDM [get, set]
 Returns or sets the event category wire EDM More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeBuilder.EventDescriptionType 
EventDescription [get, set]
 Returns or sets the event description type More...
 
unsafe string EventHelpDescription [get, set]
 Returns or sets the event description More...
 
unsafe string EventHelpLocation [get, set]
 Returns or sets the event url location More...
 
unsafe string EventID [get, set]
 Returns or sets the event ID More...
 
unsafe string EventName [get, set]
 Returns or sets the event name More...
 
unsafe string PostEvent [get, set]
 Returns or sets the post event More...
 
unsafe
NXOpen.SIM.PostConfigurator.UdeParameterBuilderList 
UdeParameterList [get]
 Returns the ude parameter list More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This class is used to create a new event.

Calling Builder.Commit on this builder will only return a null reference (Nothing in Visual Basic).

To create a new instance of this class, use NXOpen.SIM.PostConfigurator.PostConfiguratorManager.CreateUdeBuilder

Created in NX12.0.1

Member Enumeration Documentation

Type of Event Description

Enumerator
None 

None

Specify 

Specify

Member Function Documentation

unsafe void NXOpen.SIM.PostConfigurator.UdeBuilder.AddItem ( NXOpen.SIM.PostConfigurator.UdeParameterBuilder  itemBuilder)
inline

Adds item to item used list

Created in NX12.0.1

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

Parameters
itemBuilder
unsafe void NXOpen.SIM.PostConfigurator.UdeBuilder.DeleteItem ( NXOpen.SIM.PostConfigurator.UdeParameterBuilder  itemBuilder)
inline

Deletes parameter from ude list

Created in NX12.0.1

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

Parameters
itemBuilder
unsafe void NXOpen.SIM.PostConfigurator.UdeBuilder.DeleteItems ( )
inline

Deletes all parameters from ude list

Created in NX12.0.1

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

unsafe NXOpen.SIM.PostConfigurator.UdeParameterBuilder NXOpen.SIM.PostConfigurator.UdeBuilder.GetUdeParameterBuilder ( string  parameterID)
inline

Returns the ude parameter builder by parameter ID

Created in NX12.0.1

License requirements: None.

Parameters
parameterID
Returns
the ude parameter builder
unsafe void NXOpen.SIM.PostConfigurator.UdeBuilder.RenameParameterID ( NXOpen.SIM.PostConfigurator.UdeParameterBuilder  itemBuilder,
string  oldParameterID,
string  newParameterID 
)
inline

Renames the parameter ID

Created in NX12.0.1

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

Parameters
itemBuilder
oldParameterID
newParameterID

Property Documentation

unsafe bool NXOpen.SIM.PostConfigurator.UdeBuilder.EventCategoryDrilling
getset

Returns or sets the event category drilling

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe bool NXOpen.SIM.PostConfigurator.UdeBuilder.EventCategoryMilling
getset

Returns or sets the event category milling

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe bool NXOpen.SIM.PostConfigurator.UdeBuilder.EventCategoryTurning
getset

Returns or sets the event category turning

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe bool NXOpen.SIM.PostConfigurator.UdeBuilder.EventCategoryWireEDM
getset

Returns or sets the event category wire EDM

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.UdeBuilder.EventDescriptionType NXOpen.SIM.PostConfigurator.UdeBuilder.EventDescription
getset

Returns or sets the event description type

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeBuilder.EventHelpDescription
getset

Returns or sets the event description

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeBuilder.EventHelpLocation
getset

Returns or sets the event url location

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeBuilder.EventID
getset

Returns or sets the event ID

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeBuilder.EventName
getset

Returns or sets the event name

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe string NXOpen.SIM.PostConfigurator.UdeBuilder.PostEvent
getset

Returns or sets the post event

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_post_config_full ("NX Post Configurator") OR nx_post_config_adv ("NX Post Configurator")

unsafe NXOpen.SIM.PostConfigurator.UdeParameterBuilderList NXOpen.SIM.PostConfigurator.UdeBuilder.UdeParameterList
get

Returns the ude parameter 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.