NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Protected Member Functions | List of all members
NXOpen.CAE.Hotspot Class Reference

Represents a NXOpen.CAE.Hotspot Use NXOpen.CAE.HotspotRecipe to create an instance of this class More...

Inheritance diagram for NXOpen.CAE.Hotspot:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void CreateGroup (int postViewId)
 Create group from hotspots. More...
 
unsafe void CreateGroup1 (int postViewId, NXOpen.CAE.HotspotRecipe recipe)
 Create group from hotspot. More...
 
unsafe void CreateGroupOfSeed (int postViewId)
 Create group from seed of hotspots. More...
 
unsafe void CreateGroupOfSeed1 (int postViewId, NXOpen.CAE.HotspotRecipe recipe)
 Create group from seed of hotspot. More...
 
unsafe void Delete ()
 Deletes the hotspot. More...
 
unsafe void Hide (int postViewId)
 Apply hide on the hotspot. More...
 
unsafe void PrintInformation (NXOpen.CAE.HotspotRecipe recipe)
 Show Information. More...
 
unsafe void Show (int postViewId)
 Apply show on the hotspot. More...
 
unsafe void ShowOnly (int postViewId)
 Apply show only on the hotspot. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents a NXOpen.CAE.Hotspot Use NXOpen.CAE.HotspotRecipe to create an instance of this class

An instance of this class can not be created. To obtain the object use NXOpen.CAE.Post.PostviewAskHotspotsOfRecipe method.

Created in NX1872.0.0

Member Function Documentation

unsafe void NXOpen.CAE.Hotspot.CreateGroup ( int  postViewId)
inline

Create group from hotspots.

Created in NX1872.0.0

Deprecated in NX1899.0.0. Use NXOpen.CAE.Hotspot.CreateGroup1 instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
unsafe void NXOpen.CAE.Hotspot.CreateGroup1 ( int  postViewId,
NXOpen.CAE.HotspotRecipe  recipe 
)
inline

Create group from hotspot.

Created in NX1899.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
recipe
unsafe void NXOpen.CAE.Hotspot.CreateGroupOfSeed ( int  postViewId)
inline

Create group from seed of hotspots.

Created in NX1872.0.0

Deprecated in NX1899.0.0. Use NXOpen.CAE.Hotspot.CreateGroupOfSeed1 instead.

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
unsafe void NXOpen.CAE.Hotspot.CreateGroupOfSeed1 ( int  postViewId,
NXOpen.CAE.HotspotRecipe  recipe 
)
inline

Create group from seed of hotspot.

Created in NX1872.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
recipe
unsafe void NXOpen.CAE.Hotspot.Delete ( )
inline

Deletes the hotspot.

Created in NX1872.0.0

License requirements: None.

override void NXOpen.CAE.Hotspot.FreeResource ( )
inlineprotectedvirtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.

Created in NX1872.0.0

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.CAE.Hotspot.Hide ( int  postViewId)
inline

Apply hide on the hotspot.

Created in NX1872.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
unsafe void NXOpen.CAE.Hotspot.PrintInformation ( NXOpen.CAE.HotspotRecipe  recipe)
inline

Show Information.

Created in NX1899.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
recipe
unsafe void NXOpen.CAE.Hotspot.Show ( int  postViewId)
inline

Apply show on the hotspot.

Created in NX1872.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId
unsafe void NXOpen.CAE.Hotspot.ShowOnly ( int  postViewId)
inline

Apply show only on the hotspot.

Created in NX1872.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
postViewId

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.