Search Results for

    Show / Hide Table of Contents

    Class Hotspot

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    Hotspot
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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 Hotspot : TransientObject, IMessageSink, IDisposable

    Constructors

    Hotspot(IntPtr)

    Declaration
    protected Hotspot(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Methods

    AddToDisplay()

    Declaration
    public void AddToDisplay()

    CreateFEGroup()

    Declaration
    public void CreateFEGroup()

    CreateFEGroupOfSeed()

    Declaration
    public void CreateFEGroupOfSeed()

    CreateGroup(Int32)

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use NXOpen.CAE.Hotspot.CreateGroup1 instead.")]
    public void CreateGroup(int postViewId)
    Parameters
    Type Name Description
    System.Int32 postViewId

    CreateGroup1(Int32, HotspotRecipe)

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use NXOpen.CAE.Hotspot.CreateFEGroup instead.")]
    public void CreateGroup1(int postViewId, HotspotRecipe recipe)
    Parameters
    Type Name Description
    System.Int32 postViewId
    HotspotRecipe recipe

    CreateGroupOfSeed(Int32)

    Declaration
    [Obsolete("Deprecated in NX1899.0.0.  Use NXOpen.CAE.Hotspot.CreateGroupOfSeed1 instead.")]
    public void CreateGroupOfSeed(int postViewId)
    Parameters
    Type Name Description
    System.Int32 postViewId

    CreateGroupOfSeed1(Int32, HotspotRecipe)

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use NXOpen.CAE.Hotspot.CreateFEGroupOfSeed instead.")]
    public void CreateGroupOfSeed1(int postViewId, HotspotRecipe recipe)
    Parameters
    Type Name Description
    System.Int32 postViewId
    HotspotRecipe recipe

    Delete()

    Declaration
    public void Delete()

    DisplayOnly()

    Declaration
    public void DisplayOnly()

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Hide(Int32)

    Declaration
    public void Hide(int postViewId)
    Parameters
    Type Name Description
    System.Int32 postViewId

    HideFromDisplay()

    Declaration
    public void HideFromDisplay()

    PrintInformation(HotspotRecipe)

    Declaration
    [Obsolete("Deprecated in NX1980.0.0.  Use NXOpen.CAE.Hotspot.PunchInformation instead.")]
    public void PrintInformation(HotspotRecipe recipe)
    Parameters
    Type Name Description
    HotspotRecipe recipe

    PunchInformation()

    Declaration
    public void PunchInformation()

    Show(Int32)

    Declaration
    public void Show(int postViewId)
    Parameters
    Type Name Description
    System.Int32 postViewId

    ShowOnly(Int32)

    Declaration
    public void ShowOnly(int postViewId)
    Parameters
    Type Name Description
    System.Int32 postViewId

    Implements

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