NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.CAE.SimLoadRecipeSource Class Reference

This is the class handling the attributes of a source used by a load recipe. More...

Inheritance diagram for NXOpen.CAE.SimLoadRecipeSource:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe NXOpen.BasePropertyTable GetPropertyTable ()
 Get the NXOpen.BasePropertyTable of a NXOpen.CAE.SimLoadRecipeSource . 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
NXOpen.CAE.SimLoadRecipeFunctionAttributes 
DefaultFunctionAttributes [get]
 Returns the default attributes (NXOpen.CAE.SimLoadRecipeFunctionAttributes ) of a NXOpen.CAE.SimLoadRecipeSource which are used to indicate the attributes of the functions in the data source. More...
 
unsafe string FormatType [get, set]
 Returns or sets the format type of a NXOpen.CAE.SimLoadRecipeSource . More...
 
unsafe string Path [get, set]
 Returns or sets the path of a NXOpen.CAE.SimLoadRecipeSource . More...
 
unsafe string ReaderType [get, set]
 Returns or sets the reader type of a NXOpen.CAE.SimLoadRecipeSource . More...
 
unsafe string SourceLabel [get, set]
 Returns or sets the label of a NXOpen.CAE.SimLoadRecipeSource . 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 is the class handling the attributes of a source used by a load recipe.

Use CAE.SimLoadRecipeSourceCollection.Create

Created in NX10.0.0

Member Function Documentation

unsafe NXOpen.BasePropertyTable NXOpen.CAE.SimLoadRecipeSource.GetPropertyTable ( )
inline

Get the NXOpen.BasePropertyTable of a NXOpen.CAE.SimLoadRecipeSource .

NOTE: After changing the properties in the table, Update.DoUpdate should be called.

Created in NX10.0.0

License requirements: None.

Returns

Property Documentation

unsafe NXOpen.CAE.SimLoadRecipeFunctionAttributes NXOpen.CAE.SimLoadRecipeSource.DefaultFunctionAttributes
get

Returns the default attributes (NXOpen.CAE.SimLoadRecipeFunctionAttributes ) of a NXOpen.CAE.SimLoadRecipeSource which are used to indicate the attributes of the functions in the data source.

This might return null, which means that the format handler takes care of managing those attributes on its own (this is the case for Test.Lab files).

Created in NX12.0.0

License requirements: None.

unsafe string NXOpen.CAE.SimLoadRecipeSource.FormatType
getset

Returns or sets the format type of a NXOpen.CAE.SimLoadRecipeSource .

The available format types are declared in datasourcehandlers.xml file located in <NX_install_dir>/UGSTRUCTURES/cae_language directory.

This string correlates to the Name attribute of the FormatHandler elements.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.SimLoadRecipeSource.Path
getset

Returns or sets the path of a NXOpen.CAE.SimLoadRecipeSource .

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.SimLoadRecipeSource.ReaderType
getset

Returns or sets the reader type of a NXOpen.CAE.SimLoadRecipeSource .

The available reader types are declared in datasourcehandlers.xml file located in <NX_install_dir>/UGSTRUCTURES/cae_language directory.

This string correlates to the Type attribute of the FileFormat elements.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")

unsafe string NXOpen.CAE.SimLoadRecipeSource.SourceLabel
getset

Returns or sets the label of a NXOpen.CAE.SimLoadRecipeSource .

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling")


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