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.Optimization.DAOSolutionCollection Class Reference

Represents the collection of optimization solution More...

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

Public Member Functions

unsafe
NXOpen.CAE.Optimization.DAOConstraintBuilder 
CreateConstraintBuilder (NXOpen.CAE.Optimization.DAOConstraint designConstraint)
 Creates the builder object of optimization solution design constraint More...
 
unsafe
NXOpen.CAE.Optimization.DAODesignVariableBuilder 
CreateDesignVariableBuilder (NXOpen.CAE.Optimization.DAODesignVariable designVariable)
 Creates the builder object of optimization solution design variable More...
 
unsafe
NXOpen.CAE.Optimization.DAOSolutionBuilder 
CreateOptimizationBuilder (NXOpen.CAE.Optimization.DAOSolution optimizationSolution)
 Creates the builder object of optimization solution More...
 
unsafe
NXOpen.CAE.Optimization.DAOSolution 
FindObject (string solutionName)
 Finds an optimization solution with a specified name More...
 
NXOpen.CAE.Optimization.DAOSolution[] ToArray ()
 Returns an array of NXOpen.CAE.Optimization.DAOSolution 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 the collection of optimization solution

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

Created in NX8.0.0

Member Function Documentation

unsafe NXOpen.CAE.Optimization.DAOConstraintBuilder NXOpen.CAE.Optimization.DAOSolutionCollection.CreateConstraintBuilder ( NXOpen.CAE.Optimization.DAOConstraint  designConstraint)
inline

Creates the builder object of optimization solution design constraint

Created in NX8.0.0

Deprecated in NX9.0.0. Use NXOpen.CAE.Optimization.DAOSolution.CreateConstraintBuilder instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
designConstraintDesign constraint
Returns
Design constraint builder
unsafe NXOpen.CAE.Optimization.DAODesignVariableBuilder NXOpen.CAE.Optimization.DAOSolutionCollection.CreateDesignVariableBuilder ( NXOpen.CAE.Optimization.DAODesignVariable  designVariable)
inline

Creates the builder object of optimization solution design variable

Created in NX8.0.0

Deprecated in NX9.0.0. Use NXOpen.CAE.Optimization.DAOSolution.CreateDesignVariableBuilder instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
designVariableDesign variable
Returns
Design variable builder
unsafe NXOpen.CAE.Optimization.DAOSolutionBuilder NXOpen.CAE.Optimization.DAOSolutionCollection.CreateOptimizationBuilder ( NXOpen.CAE.Optimization.DAOSolution  optimizationSolution)
inline

Creates the builder object of optimization solution

Created in NX8.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
optimizationSolutionOptimization solution
Returns
Optimization solution builder
override int NXOpen.CAE.Optimization.DAOSolutionCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.Optimization.DAOSolution NXOpen.CAE.Optimization.DAOSolutionCollection.FindObject ( string  solutionName)
inline

Finds an optimization solution with a specified name

Created in NX8.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solutionNameOptimization solution name
Returns
Optimization solution
NXOpen.CAE.Optimization.DAOSolution [] NXOpen.CAE.Optimization.DAOSolutionCollection.ToArray ( )
inline

Returns an array of NXOpen.CAE.Optimization.DAOSolution objects.

Property Documentation

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