Class DAOConstraintBuilder
Inheritance
DAOConstraintBuilder
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
GeometryType
Declaration
public Geometry GeometryType { get; set; }
Property Value
LimitType
Declaration
public Limit LimitType { get; set; }
Property Value
LimitUnit
Declaration
public Unit LimitUnit { get; set; }
Property Value
LimitValue
Declaration
public double LimitValue { get; set; }
Property Value
LoadCase
Declaration
public int LoadCase { get; set; }
Property Value
ModeNumber
Declaration
public int ModeNumber { get; set; }
Property Value
Response
Declaration
public Response Response { get; set; }
Property Value
ResultMeasure
Declaration
public ResultMeasure ResultMeasure { get; set; }
Property Value
Methods
GetGeometry()
Declaration
public DisplayableObject[] GetGeometry()
Returns
SetGeometry(DisplayableObject[])
Declaration
public void SetGeometry(DisplayableObject[] geometry)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink