Class Hotspot
Assembly: NXOpen.dll
Syntax
public class Hotspot : TransientObject, IMessageSink, IDisposable
Constructors
Hotspot(nint)
Declaration
protected Hotspot(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Methods
AddToDisplay()
Declaration
public void AddToDisplay()
CreateFEGroup()
Declaration
public void CreateFEGroup()
CreateFEGroupOfSeed()
Declaration
public void CreateFEGroupOfSeed()
CreateGroup(int)
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.Hotspot.CreateGroup1 instead.")]
public void CreateGroup(int postViewId)
Parameters
Type |
Name |
Description |
int |
postViewId |
|
CreateGroup1(int, HotspotRecipe)
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.Hotspot.CreateFEGroup instead.")]
public void CreateGroup1(int postViewId, HotspotRecipe recipe)
Parameters
CreateGroupOfSeed(int)
Declaration
[Obsolete("Deprecated in NX1899.0.0. Use NXOpen.CAE.Hotspot.CreateGroupOfSeed1 instead.")]
public void CreateGroupOfSeed(int postViewId)
Parameters
Type |
Name |
Description |
int |
postViewId |
|
CreateGroupOfSeed1(int, HotspotRecipe)
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.Hotspot.CreateFEGroupOfSeed instead.")]
public void CreateGroupOfSeed1(int postViewId, HotspotRecipe recipe)
Parameters
Delete()
Declaration
DisplayOnly()
Declaration
public void DisplayOnly()
FreeResource()
Declaration
protected override void FreeResource()
Overrides
Hide(int)
Declaration
public void Hide(int postViewId)
Parameters
Type |
Name |
Description |
int |
postViewId |
|
HideFromDisplay()
Declaration
public void HideFromDisplay()
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.Hotspot.PunchInformation instead.")]
public void PrintInformation(HotspotRecipe recipe)
Parameters
Declaration
public void PunchInformation()
Show(int)
Declaration
public void Show(int postViewId)
Parameters
Type |
Name |
Description |
int |
postViewId |
|
ShowOnly(int)
Declaration
public void ShowOnly(int postViewId)
Parameters
Type |
Name |
Description |
int |
postViewId |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink