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.DurSpecialistSolverProfileCollection Class Reference

Represents a collection of NXOpen.CAE.DurSpecialistSolverProfile objects More...

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

Public Member Functions

unsafe
NXOpen.CAE.DurSpecialistSolverProfileBuilder 
CreateSolverProfileBuilder (int paramType)
 Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistSolverProfileBuilder 
CreateSolverProfileEditBuilder (NXOpen.CAE.DurSpecialistSolverProfile solverProfile)
 Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistSolverProfileBuilder 
CreateSolverProfileInspectBuilder (NXOpen.CAE.DurSpecialistSolverProfile solverProfile)
 Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder More...
 
unsafe
NXOpen.CAE.DurSpecialistSolverProfile 
FindObject (string neutralName)
 Finds the NXOpen.CAE.DurSpecialistSolverProfile object with the given name. More...
 
unsafe
NXOpen.CAE.DurSpecialistSolverProfile 
FindOrCreateObject (NXOpen.ParamLibParameter parameterTag)
 Finds or creates the NXOpen.CAE.DurSpecialistSolverProfile object with the given parameter. More...
 
unsafe void GetUsage (NXOpen.CAE.DurSpecialistSolverProfile solverProfile, out NXOpen.NXObject[] objectTags)
 Finds the objects using the NXOpen.CAE.DurSpecialistSolverProfile object. More...
 
unsafe void Information (NXOpen.CAE.DurSpecialistSolverProfile solverProfile)
 Displays a description of the NXOpen.CAE.DurSpecialistSolverProfile in the Information window. More...
 
NXOpen.CAE.DurSpecialistSolverProfile[] ToArray ()
 Returns an array of NXOpen.CAE.DurSpecialistSolverProfile 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 NXOpen.CAE.DurSpecialistSolverProfile objects

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

Created in NX1872.0.0

Member Function Documentation

unsafe NXOpen.CAE.DurSpecialistSolverProfileBuilder NXOpen.CAE.DurSpecialistSolverProfileCollection.CreateSolverProfileBuilder ( int  paramType)
inline

Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
paramTypeType of NXOpen.ParamLibParameter to be created
Returns
Builder object
unsafe NXOpen.CAE.DurSpecialistSolverProfileBuilder NXOpen.CAE.DurSpecialistSolverProfileCollection.CreateSolverProfileEditBuilder ( NXOpen.CAE.DurSpecialistSolverProfile  solverProfile)
inline

Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
solverProfileNXOpen.CAE.DurSpecialistSolverProfile to be edited
Returns
Builder object
unsafe NXOpen.CAE.DurSpecialistSolverProfileBuilder NXOpen.CAE.DurSpecialistSolverProfileCollection.CreateSolverProfileInspectBuilder ( NXOpen.CAE.DurSpecialistSolverProfile  solverProfile)
inline

Creates a NXOpen.CAE.DurSpecialistSolverProfileBuilder

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

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

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.DurSpecialistSolverProfile NXOpen.CAE.DurSpecialistSolverProfileCollection.FindObject ( string  neutralName)
inline

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

Created in NX1872.0.0

License requirements: None.

Parameters
neutralNameName of the specialist durability solver profile
Returns
NXOpen.CAE.DurSpecialistSolverProfile object with this name.
unsafe NXOpen.CAE.DurSpecialistSolverProfile NXOpen.CAE.DurSpecialistSolverProfileCollection.FindOrCreateObject ( NXOpen.ParamLibParameter  parameterTag)
inline

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

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
parameterTagParameter used to find or create a solver profile object.
Returns
NXOpen.CAE.DurSpecialistSolverProfile object associated the given parameter.
unsafe void NXOpen.CAE.DurSpecialistSolverProfileCollection.GetUsage ( NXOpen.CAE.DurSpecialistSolverProfile  solverProfile,
out NXOpen.NXObject[]  objectTags 
)
inline

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

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
solverProfileNXOpen.CAE.DurSpecialistSolverProfile object
objectTagsthe objects using the solver profile
unsafe void NXOpen.CAE.DurSpecialistSolverProfileCollection.Information ( NXOpen.CAE.DurSpecialistSolverProfile  solverProfile)
inline

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

Created in NX1872.0.0

License requirements: sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
solverProfileNXOpen.CAE.DurSpecialistSolverProfile object
NXOpen.CAE.DurSpecialistSolverProfile [] NXOpen.CAE.DurSpecialistSolverProfileCollection.ToArray ( )
inline

Returns an array of NXOpen.CAE.DurSpecialistSolverProfile objects.

Property Documentation

Tag NXOpen.CAE.DurSpecialistSolverProfileCollection.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.