NXOpen .NET Reference  12.0.0
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:

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

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. 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 ( )

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

Deletes the showhide builder.

Created in NX11.0.2

License requirements: None.

override void NXOpen.CAE.PostShowhideBuilder.FreeResource ( )
protected

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.

unsafe int NXOpen.CAE.PostShowhideBuilder.GetPvid ( )

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)

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

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)

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)

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)

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)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.