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

Represents a collection of DurSpecialist AnalysisType More...

Inheritance diagram for NXOpen.CAE.DurSpecialistAnalysisTypeCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe
NXOpen.CAE.DurSpecialistAnalysisTypeBuilder 
CreateAnalysisTypeBuilder (int paramType)
 Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistAnalysisTypeBuilder 
CreateAnalysisTypeEditBuilder (NXOpen.CAE.DurSpecialistAnalysisType analysisType)
 Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistAnalysisTypeBuilder 
CreateAnalysisTypeInspectBuilder (NXOpen.CAE.DurSpecialistAnalysisType analysisType)
 Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistAnalysisType 
FindObject (string neutralName)
 Finds the NXOpen.CAE.DurSpecialistAnalysisType object with the given name. More...
 
unsafe
NXOpen.CAE.DurSpecialistAnalysisType 
FindOrCreateObject (NXOpen.ParamLibParameter parameterTag)
 Finds or creates the NXOpen.CAE.DurSpecialistAnalysisType object with the given parameter. More...
 
unsafe void GetUsage (NXOpen.CAE.DurSpecialistAnalysisType analysisType, out NXOpen.NXObject[] objectTags)
 Finds the objects using the NXOpen.CAE.DurSpecialistAnalysisType object. More...
 
unsafe void Information (NXOpen.CAE.DurSpecialistAnalysisType analysisType)
 Displays a description of the NXOpen.CAE.DurSpecialistAnalysisType in the Information window. More...
 
NXOpen.CAE.DurSpecialistAnalysisType[] ToArray ()
 Returns an array of NXOpen.CAE.DurSpecialistAnalysisType objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of DurSpecialist AnalysisType

To obtain an instance of this class, refer to NXOpen.CAE.DurSpecialistManager

Created in NX12.0.0

Member Function Documentation

unsafe NXOpen.CAE.DurSpecialistAnalysisTypeBuilder NXOpen.CAE.DurSpecialistAnalysisTypeCollection.CreateAnalysisTypeBuilder ( int  paramType)
inline

Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder

Created in NX12.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
paramTypeType of NXOpen.ParamLibParameter to be created
Returns
Builder object
unsafe NXOpen.CAE.DurSpecialistAnalysisTypeBuilder NXOpen.CAE.DurSpecialistAnalysisTypeCollection.CreateAnalysisTypeEditBuilder ( NXOpen.CAE.DurSpecialistAnalysisType  analysisType)
inline

Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
analysisTypeNXOpen.CAE.DurSpecialistAnalysisType to be edited
Returns
Builder object
unsafe NXOpen.CAE.DurSpecialistAnalysisTypeBuilder NXOpen.CAE.DurSpecialistAnalysisTypeCollection.CreateAnalysisTypeInspectBuilder ( NXOpen.CAE.DurSpecialistAnalysisType  analysisType)
inline

Creates a NXOpen.CAE.DurSpecialistAnalysisTypeBuilder

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
analysisTypeNXOpen.CAE.DurSpecialistAnalysisType to be inspected
Returns
Builder object
override int NXOpen.CAE.DurSpecialistAnalysisTypeCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.DurSpecialistAnalysisType NXOpen.CAE.DurSpecialistAnalysisTypeCollection.FindObject ( string  neutralName)
inline

Finds the NXOpen.CAE.DurSpecialistAnalysisType object with the given name.

Created in NX12.0.0

License requirements: None.

Parameters
neutralNameName of the durability analysis type
Returns
NXOpen.CAE.DurSpecialistAnalysisType object with this name.
unsafe NXOpen.CAE.DurSpecialistAnalysisType NXOpen.CAE.DurSpecialistAnalysisTypeCollection.FindOrCreateObject ( NXOpen.ParamLibParameter  parameterTag)
inline

Finds or creates the NXOpen.CAE.DurSpecialistAnalysisType object with the given parameter.

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
parameterTagParameter used to find or create an analysis type object.
Returns
NXOpen.CAE.DurSpecialistAnalysisType object associated the given parameter.
unsafe void NXOpen.CAE.DurSpecialistAnalysisTypeCollection.GetUsage ( NXOpen.CAE.DurSpecialistAnalysisType  analysisType,
out NXOpen.NXObject[]  objectTags 
)
inline

Finds the objects using the NXOpen.CAE.DurSpecialistAnalysisType object.

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
analysisTypeNXOpen.CAE.DurSpecialistAnalysisType object
objectTagsthe objects using the analysis type
unsafe void NXOpen.CAE.DurSpecialistAnalysisTypeCollection.Information ( NXOpen.CAE.DurSpecialistAnalysisType  analysisType)
inline

Displays a description of the NXOpen.CAE.DurSpecialistAnalysisType in the Information window.

Created in NX1847.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
analysisTypeNXOpen.CAE.DurSpecialistAnalysisType object
NXOpen.CAE.DurSpecialistAnalysisType [] NXOpen.CAE.DurSpecialistAnalysisTypeCollection.ToArray ( )
inline

Returns an array of NXOpen.CAE.DurSpecialistAnalysisType objects.

Property Documentation

Tag NXOpen.CAE.DurSpecialistAnalysisTypeCollection.Tag
get

Returns the tag of this object.


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