Search Results for

    Show / Hide Table of Contents

    Class HotspotRecipeBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    HotspotRecipeBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    IsSortRangeBelowRes

    Declaration
    public bool IsSortRangeBelowRes { get; set; }
    Property Value
    Type Description
    bool

    IsSortSelectedEntities

    Declaration
    public bool IsSortSelectedEntities { get; set; }
    Property Value
    Type Description
    bool

    MaxNumRegions

    Declaration
    public int MaxNumRegions { get; set; }
    Property Value
    Type Description
    int

    MinSpanOfRegion

    Declaration
    public int MinSpanOfRegion { get; set; }
    Property Value
    Type Description
    int

    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
    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

    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
    int

    ThresholdType

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

    Methods

    GetEntityObjects()

    Declaration
    public TaggedObject[] GetEntityObjects()
    Returns
    Type Description
    TaggedObject[]

    GetNeighbourOffset()

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

    GetOffsetValueForMinMax()

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

    GetResultQuantity()

    Declaration
    public string GetResultQuantity()
    Returns
    Type Description
    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(UnitValue)

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

    SetOffsetValueForMinMax(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
    string resultQuantity

    SetResultQuantityType(Quantity)

    Declaration
    public void SetResultQuantityType(Result.Quantity resQuan)
    Parameters
    Type Name Description
    Result.Quantity resQuan

    SetSortAboveParamVal(UnitValue)

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

    SetSortBelowParamVal(UnitValue)

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

    SetThresholdValue(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