Class DesignConstraint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DesignConstraint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DesignConstraint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
IntegerRange
Declaration
public IntegerRange IntegerRange { get; set; }
Property Value
Type | Description |
---|---|
IntegerRange |
Property
Declaration
public string Property { get; }
Property Value
Type | Description |
---|---|
System.String |
Range
Declaration
public Range Range { get; set; }
Property Value
Type | Description |
---|---|
Range |
Severity
Declaration
public EnumWithSelectedValue<Severity> Severity { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<Severity> |
Type
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |
Unit
Declaration
public string Unit { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>