Class DAOObjective
Inheritance
System.Object
System.MarshalByRefObject
DAOObjective
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.Optimization
Assembly: NXOpen.dll
Syntax
public class DAOObjective : NXObject, IMessageSink, INXObject
Constructors
DAOObjective()
Declaration
protected DAOObjective()
Properties
CategoryType
Declaration
public Category CategoryType { get; set; }
Property Value
Type | Description |
---|---|
Category |
GeometryType
Declaration
public Geometry GeometryType { get; set; }
Property Value
Type | Description |
---|---|
Geometry |
LoadCase
Declaration
public int LoadCase { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModeNumber
Declaration
public int ModeNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ObjectiveGoal
Declaration
public Goal ObjectiveGoal { get; set; }
Property Value
Type | Description |
---|---|
Goal |
Response
Declaration
public Response Response { get; set; }
Property Value
Type | Description |
---|---|
Response |
ResultMeasure
Declaration
public ResultMeasure ResultMeasure { get; set; }
Property Value
Type | Description |
---|---|
ResultMeasure |
TargetUnit
Declaration
public Unit TargetUnit { get; set; }
Property Value
Type | Description |
---|---|
Unit |
TargetValue
Declaration
public double TargetValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
GetGeometry()
Declaration
public DisplayableObject[] GetGeometry()
Returns
Type | Description |
---|---|
DisplayableObject[] |
GetNumberResultGroup()
Declaration
public int GetNumberResultGroup()
Returns
Type | Description |
---|---|
System.Int32 |
GetResults(Int32)
Declaration
public double[] GetResults(int resultGroupIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | resultGroupIndex |
Returns
Type | Description |
---|---|
System.Double[] |
SetGeometry(DisplayableObject[])
Declaration
public void SetGeometry(DisplayableObject[] geometry)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | geometry |
Implements
System.Runtime.Remoting.Messaging.IMessageSink