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

Represents NXOpen.CAE.PostShowhideBuilder . More...

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

Public Types

enum  Vis { Showonly, Show, Hide }
 option to show/hide the selected entities More...
 

Public Member Functions

unsafe void CommitShowhide ()
 Commits the showhide to show or hide the selected entities More...
 
unsafe void Delete ()
 Deletes the showhide builder. More...
 
unsafe int GetPvid ()
 Gets postview id More...
 
unsafe void GetSelectedEntities (out NXOpen.CAE.PostSelectionEntity[] selent)
 Vector to store selected entities objects More...
 
unsafe
NXOpen.CAE.PostShowhideBuilder.Vis 
GetVisibility ()
 Enum whther the entities to be shown or hidden More...
 
unsafe void SetMeshes (NXOpen.CAE.PostMesh[] meshes)
 Sets the mesh objects to be shown or hidden . More...
 
unsafe void SetPvid (int pvid)
 Sets Postview id More...
 
unsafe void SetSelectedEntities (NXOpen.CAE.PostSelectionEntity[] selent)
 Vector to store selected entities objects More...
 
unsafe void SetVisibility (NXOpen.CAE.PostShowhideBuilder.Vis doshow)
 Enum whther the entities to be shown or hidden 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 NXOpen.CAE.PostShowhideBuilder .

It applies show or hide on all the selected objects.

To obtain an instance of this class use CAE::Post

Created in NX11.0.2

Member Enumeration Documentation

option to show/hide the selected entities

Enumerator
Showonly 
Show 
Hide 

Member Function Documentation

unsafe void NXOpen.CAE.PostShowhideBuilder.CommitShowhide ( )
inline

Commits the showhide to show or hide the selected entities

Created in NX11.0.2

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

unsafe void NXOpen.CAE.PostShowhideBuilder.Delete ( )
inline

Deletes the showhide builder.

Created in NX11.0.2

License requirements: None.

override void NXOpen.CAE.PostShowhideBuilder.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 NX11.0.2

License requirements: None.

Implements NXOpen.TransientObject.

unsafe int NXOpen.CAE.PostShowhideBuilder.GetPvid ( )
inline

Gets postview id

Created in NX11.0.2

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

Returns
unsafe void NXOpen.CAE.PostShowhideBuilder.GetSelectedEntities ( out NXOpen.CAE.PostSelectionEntity[]  selent)
inline

Vector to store selected entities objects

Created in NX11.0.2

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

Parameters
selent
unsafe NXOpen.CAE.PostShowhideBuilder.Vis NXOpen.CAE.PostShowhideBuilder.GetVisibility ( )
inline

Enum whther the entities to be shown or hidden

Created in NX11.0.2

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

Returns
unsafe void NXOpen.CAE.PostShowhideBuilder.SetMeshes ( NXOpen.CAE.PostMesh[]  meshes)
inline

Sets the mesh objects to be shown or hidden .

Visibility to be set SetVisibility

Created in NX11.0.2

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

Parameters
meshes
unsafe void NXOpen.CAE.PostShowhideBuilder.SetPvid ( int  pvid)
inline

Sets Postview id

Created in NX11.0.2

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

Parameters
pvid
unsafe void NXOpen.CAE.PostShowhideBuilder.SetSelectedEntities ( NXOpen.CAE.PostSelectionEntity[]  selent)
inline

Vector to store selected entities objects

Created in NX11.0.2

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

Parameters
selent
unsafe void NXOpen.CAE.PostShowhideBuilder.SetVisibility ( NXOpen.CAE.PostShowhideBuilder.Vis  doshow)
inline

Enum whther the entities to be shown or hidden

Created in NX11.0.2

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

Parameters
doshow

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