Class DAOConstraintBuilder
Inheritance
System.Object
System.MarshalByRefObject
DAOConstraintBuilder
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 DAOConstraintBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DAOConstraintBuilder()
Declaration
protected DAOConstraintBuilder()
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 |
LimitType
Declaration
public Limit LimitType { get; set; }
Property Value
Type | Description |
---|---|
Limit |
LimitUnit
Declaration
public Unit LimitUnit { get; set; }
Property Value
Type | Description |
---|---|
Unit |
LimitValue
Declaration
public double LimitValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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 |
Response
Declaration
public Response Response { get; set; }
Property Value
Type | Description |
---|---|
Response |
ResultMeasure
Declaration
public ResultMeasure ResultMeasure { get; set; }
Property Value
Type | Description |
---|---|
ResultMeasure |
Methods
GetGeometry()
Declaration
public DisplayableObject[] GetGeometry()
Returns
Type | Description |
---|---|
DisplayableObject[] |
SetGeometry(DisplayableObject[])
Declaration
public void SetGeometry(DisplayableObject[] geometry)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | geometry |
Implements
System.Runtime.Remoting.Messaging.IMessageSink