Class HotspotRecipeBuilder
Inheritance
System.Object
System.MarshalByRefObject
HotspotRecipeBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class HotspotRecipeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
HotspotRecipeBuilder()
Declaration
protected HotspotRecipeBuilder()
Properties
DataTypeFilter
Declaration
public Result.DataType DataTypeFilter { get; set; }
Property Value
IsSortRangeAboveRes
Declaration
public bool IsSortRangeAboveRes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSortRangeBelowRes
Declaration
public bool IsSortRangeBelowRes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSortSelectedEntities
Declaration
public bool IsSortSelectedEntities { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxNumRegions
Declaration
public int MaxNumRegions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MinSpanOfRegion
Declaration
public int MinSpanOfRegion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NeighborOffset
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.GetNeighbourOffset instead.")]
public double NeighborOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetTypeMinMax
Declaration
public HotspotRecipeBuilder.EnumOffsetTypeMinMax OffsetTypeMinMax { get; set; }
Property Value
RecipeName
Declaration
public string RecipeName { get; set; }
Property Value
Type |
Description |
System.String |
|
ResultComponent
Declaration
public Result.Component ResultComponent { get; set; }
Property Value
ResultLocation
Declaration
public Result.Location ResultLocation { get; set; }
Property Value
SortAboveParamVal
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.GetSortAboveParamVal instead.")]
public double SortAboveParamVal { get; set; }
Property Value
Type |
Description |
System.Double |
|
SortBelowParamVal
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.GetSortBelowParamVal instead.")]
public double SortBelowParamVal { get; set; }
Property Value
Type |
Description |
System.Double |
|
SortMethod
Declaration
public HotspotRecipeBuilder.EnumSortingMethod SortMethod { get; set; }
Property Value
SpanOfRegion
Declaration
public int SpanOfRegion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ThresholdType
Declaration
public HotspotRecipeBuilder.EnumThresholdType ThresholdType { get; set; }
Property Value
ThresholdValue
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.GetThresholdValue instead.")]
public double ThresholdValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
GetEntityObjects()
Declaration
public TaggedObject[] GetEntityObjects()
Returns
GetNeighbourOffset()
Declaration
public HotspotRecipeBuilder.UnitValue GetNeighbourOffset()
Returns
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.GetOffsetValueForMinMax instead.")]
public double GetOffsetForMinMax()
Returns
Type |
Description |
System.Double |
|
Declaration
public HotspotRecipeBuilder.UnitValue GetOffsetValueForMinMax()
Returns
GetResultQuantity()
Declaration
public string GetResultQuantity()
Returns
Type |
Description |
System.String |
|
GetResultQuantityType()
Declaration
public Result.Quantity GetResultQuantityType()
Returns
GetSortAboveParamVal()
Declaration
public HotspotRecipeBuilder.UnitValue GetSortAboveParamVal()
Returns
GetSortBelowParamVal()
Declaration
public HotspotRecipeBuilder.UnitValue GetSortBelowParamVal()
Returns
GetThresholdValue()
Declaration
public HotspotRecipeBuilder.UnitValue GetThresholdValue()
Returns
InitFromRecipe(HotspotRecipe)
Declaration
public void InitFromRecipe(HotspotRecipe recipe)
Parameters
SetEntityObjects(TaggedObject[])
Declaration
public void SetEntityObjects(TaggedObject[] entityObjs)
Parameters
SetNeighbourOffset(HotspotRecipeBuilder.UnitValue)
Declaration
public void SetNeighbourOffset(HotspotRecipeBuilder.UnitValue neighbourvalue)
Parameters
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.HotspotRecipeBuilder.SetOffsetValueForMinMax instead.")]
public void SetOffsetForMinMax(double offsetByValue)
Parameters
Type |
Name |
Description |
System.Double |
offsetByValue |
|
Declaration
public void SetOffsetValueForMinMax(HotspotRecipeBuilder.UnitValue offsetValue)
Parameters
SetResultQuantity(String)
Declaration
public void SetResultQuantity(string resultQuantity)
Parameters
Type |
Name |
Description |
System.String |
resultQuantity |
|
SetResultQuantityType(Result.Quantity)
Declaration
public void SetResultQuantityType(Result.Quantity resQuan)
Parameters
SetSortAboveParamVal(HotspotRecipeBuilder.UnitValue)
Declaration
public void SetSortAboveParamVal(HotspotRecipeBuilder.UnitValue aboveValue)
Parameters
SetSortBelowParamVal(HotspotRecipeBuilder.UnitValue)
Declaration
public void SetSortBelowParamVal(HotspotRecipeBuilder.UnitValue belowValue)
Parameters
SetThresholdValue(HotspotRecipeBuilder.UnitValue)
Declaration
public void SetThresholdValue(HotspotRecipeBuilder.UnitValue seedValue)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink