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

Represents the objective functions of an optimization More...

Inheritance diagram for NXOpen.CAE.Optimization.TBSObjectives:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ObjectiveType { Minimum, Maximum, MaxMin }
 Defines the target type of the design objective More...
 

Public Member Functions

unsafe void AddObjectives (NXOpen.CAE.Optimization.TBSSingleObjective[] objectives)
 Add objectives More...
 
unsafe
NXOpen.CAE.Optimization.TBSSingleObjective[] 
GetObjectives ()
 Returns the design response More...
 
unsafe void RemoveObjectives (NXOpen.CAE.Optimization.TBSSingleObjective[] objectives, bool deleteObject)
 Remove objectives More...
 
unsafe void SetObjectives (NXOpen.CAE.Optimization.TBSSingleObjective[] objectives)
 Sets the design response 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.Optimization.TBSObjectives.ObjectiveType 
TargetObjective [get, set]
 Returns or sets the target objective type 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

Represents the objective functions of an optimization

Created in NX8.0.0

Member Enumeration Documentation

Defines the target type of the design objective

Enumerator
Minimum 

Target is to minimize the list of design response

Maximum 

Target is to maximize the list of design response

MaxMin 

Target is the MINMAX formulation of the list of design responses

Member Function Documentation

unsafe void NXOpen.CAE.Optimization.TBSObjectives.AddObjectives ( NXOpen.CAE.Optimization.TBSSingleObjective[]  objectives)
inline

Add objectives

Created in NX8.0.0

License requirements: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
objectives
unsafe NXOpen.CAE.Optimization.TBSSingleObjective [] NXOpen.CAE.Optimization.TBSObjectives.GetObjectives ( )
inline

Returns the design response

Created in NX8.0.0

License requirements: None.

Returns
unsafe void NXOpen.CAE.Optimization.TBSObjectives.RemoveObjectives ( NXOpen.CAE.Optimization.TBSSingleObjective[]  objectives,
bool  deleteObject 
)
inline

Remove objectives

Created in NX8.0.0

License requirements: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
objectives
deleteObject
unsafe void NXOpen.CAE.Optimization.TBSObjectives.SetObjectives ( NXOpen.CAE.Optimization.TBSSingleObjective[]  objectives)
inline

Sets the design response

Created in NX8.0.0

License requirements: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
objectives

Property Documentation

unsafe NXOpen.CAE.Optimization.TBSObjectives.ObjectiveType NXOpen.CAE.Optimization.TBSObjectives.TargetObjective
getset

Returns or sets the target objective type

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")


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