Search Results for

    Show / Hide Table of Contents

    Class HotspotRecipeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HotspotRecipeBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    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
    Type Description
    Result.DataType

    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
    Type Description
    HotspotRecipeBuilder.EnumOffsetTypeMinMax

    RecipeName

    Declaration
    public string RecipeName { get; set; }
    Property Value
    Type Description
    System.String

    ResultComponent

    Declaration
    public Result.Component ResultComponent { get; set; }
    Property Value
    Type Description
    Result.Component

    ResultLocation

    Declaration
    public Result.Location ResultLocation { get; set; }
    Property Value
    Type Description
    Result.Location

    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
    Type Description
    HotspotRecipeBuilder.EnumSortingMethod

    SpanOfRegion

    Declaration
    public int SpanOfRegion { get; set; }
    Property Value
    Type Description
    System.Int32

    ThresholdType

    Declaration
    public HotspotRecipeBuilder.EnumThresholdType ThresholdType { get; set; }
    Property Value
    Type Description
    HotspotRecipeBuilder.EnumThresholdType

    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
    Type Description
    TaggedObject[]

    GetNeighbourOffset()

    Declaration
    public HotspotRecipeBuilder.UnitValue GetNeighbourOffset()
    Returns
    Type Description
    HotspotRecipeBuilder.UnitValue

    GetOffsetForMinMax()

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use NXOpen.CAE.HotspotRecipeBuilder.GetOffsetValueForMinMax instead.")]
    public double GetOffsetForMinMax()
    Returns
    Type Description
    System.Double

    GetOffsetValueForMinMax()

    Declaration
    public HotspotRecipeBuilder.UnitValue GetOffsetValueForMinMax()
    Returns
    Type Description
    HotspotRecipeBuilder.UnitValue

    GetResultQuantity()

    Declaration
    public string GetResultQuantity()
    Returns
    Type Description
    System.String

    GetResultQuantityType()

    Declaration
    public Result.Quantity GetResultQuantityType()
    Returns
    Type Description
    Result.Quantity

    GetSortAboveParamVal()

    Declaration
    public HotspotRecipeBuilder.UnitValue GetSortAboveParamVal()
    Returns
    Type Description
    HotspotRecipeBuilder.UnitValue

    GetSortBelowParamVal()

    Declaration
    public HotspotRecipeBuilder.UnitValue GetSortBelowParamVal()
    Returns
    Type Description
    HotspotRecipeBuilder.UnitValue

    GetThresholdValue()

    Declaration
    public HotspotRecipeBuilder.UnitValue GetThresholdValue()
    Returns
    Type Description
    HotspotRecipeBuilder.UnitValue

    InitFromRecipe(HotspotRecipe)

    Declaration
    public void InitFromRecipe(HotspotRecipe recipe)
    Parameters
    Type Name Description
    HotspotRecipe recipe

    SetEntityObjects(TaggedObject[])

    Declaration
    public void SetEntityObjects(TaggedObject[] entityObjs)
    Parameters
    Type Name Description
    TaggedObject[] entityObjs

    SetNeighbourOffset(HotspotRecipeBuilder.UnitValue)

    Declaration
    public void SetNeighbourOffset(HotspotRecipeBuilder.UnitValue neighbourvalue)
    Parameters
    Type Name Description
    HotspotRecipeBuilder.UnitValue neighbourvalue

    SetOffsetForMinMax(Double)

    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

    SetOffsetValueForMinMax(HotspotRecipeBuilder.UnitValue)

    Declaration
    public void SetOffsetValueForMinMax(HotspotRecipeBuilder.UnitValue offsetValue)
    Parameters
    Type Name Description
    HotspotRecipeBuilder.UnitValue offsetValue

    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
    Type Name Description
    Result.Quantity resQuan

    SetSortAboveParamVal(HotspotRecipeBuilder.UnitValue)

    Declaration
    public void SetSortAboveParamVal(HotspotRecipeBuilder.UnitValue aboveValue)
    Parameters
    Type Name Description
    HotspotRecipeBuilder.UnitValue aboveValue

    SetSortBelowParamVal(HotspotRecipeBuilder.UnitValue)

    Declaration
    public void SetSortBelowParamVal(HotspotRecipeBuilder.UnitValue belowValue)
    Parameters
    Type Name Description
    HotspotRecipeBuilder.UnitValue belowValue

    SetThresholdValue(HotspotRecipeBuilder.UnitValue)

    Declaration
    public void SetThresholdValue(HotspotRecipeBuilder.UnitValue seedValue)
    Parameters
    Type Name Description
    HotspotRecipeBuilder.UnitValue seedValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX