NXOpen .NET Reference  12.0.0
Public Member Functions | List of all members
NXOpen.CAE.ClippingParameters Class Reference

This class is worked as a packet of information that can be used to set the clipping parameters of a NXOpen.CAE.Post object. More...

Inheritance diagram for NXOpen.CAE.ClippingParameters:

Public Member Functions

unsafe bool GetShowOutline ()
 Ask show outline More...
 
unsafe void SetShowOutline (bool showOutline)
 Set show outline More...
 
unsafe bool GetShowClippedGhost ()
 Ask show clipped ghost More...
 
unsafe void SetShowClippedGhost (bool showClippedGhost)
 Set show clipped ghost More...
 
unsafe double GetClipValue ()
 Ask clip value More...
 
unsafe void SetClipValue (double clipValue)
 Set clip value More...
 
unsafe NXOpen.CAE.Post.ClipSide GetSide ()
 Ask side More...
 
unsafe void SetSide (NXOpen.CAE.Post.ClipSide side)
 Set side More...
 
unsafe NXOpen.CAE.Post.ClipPlane GetPlane ()
 Ask plane More...
 
unsafe void SetPlane (NXOpen.CAE.Post.ClipPlane plane)
 Set plane More...
 
unsafe
NXOpen.CAE.Result.CoordinateSystem 
GetCoordinateSystem ()
 Ask coordinate system More...
 
unsafe void SetCoordinateSystem (NXOpen.CAE.Result.CoordinateSystem coordinateSystem)
 Set coordinate system More...
 
unsafe void GetSelectedCoordinateSystem (out NXOpen.CAE.Result.CoordinateSystemSource source, out int id)
 Ask selected coordinate system More...
 
unsafe void SetSelectedCoordinateSystem (NXOpen.CAE.Result.CoordinateSystemSource source, int id)
 Set selected coordinate system More...
 

Detailed Description

This class is worked as a packet of information that can be used to set the clipping parameters of a NXOpen.CAE.Post object.


Use NXOpen.CAE.ResultManager to create an NXOpen.CAE.ResultParameters


You can modifiy these values but validation of correctness will only be perfomed when this object is set to a NXOpen.CAE.Post object

To obtain an instance of this class use NXOpen.Session.ResultManager .

Created in NX7.5.1

Member Function Documentation

unsafe double NXOpen.CAE.ClippingParameters.GetClipValue ( )

Ask clip value

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.Result.CoordinateSystem NXOpen.CAE.ClippingParameters.GetCoordinateSystem ( )

Ask coordinate system

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.Post.ClipPlane NXOpen.CAE.ClippingParameters.GetPlane ( )

Ask plane

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe void NXOpen.CAE.ClippingParameters.GetSelectedCoordinateSystem ( out NXOpen.CAE.Result.CoordinateSystemSource  source,
out int  id 
)

Ask selected coordinate system

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
source
id
unsafe bool NXOpen.CAE.ClippingParameters.GetShowClippedGhost ( )

Ask show clipped ghost

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe bool NXOpen.CAE.ClippingParameters.GetShowOutline ( )

Ask show outline

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe NXOpen.CAE.Post.ClipSide NXOpen.CAE.ClippingParameters.GetSide ( )

Ask side

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Returns
unsafe void NXOpen.CAE.ClippingParameters.SetClipValue ( double  clipValue)

Set clip value

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
clipValue
unsafe void NXOpen.CAE.ClippingParameters.SetCoordinateSystem ( NXOpen.CAE.Result.CoordinateSystem  coordinateSystem)

Set coordinate system

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
coordinateSystem
unsafe void NXOpen.CAE.ClippingParameters.SetPlane ( NXOpen.CAE.Post.ClipPlane  plane)

Set plane

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
plane
unsafe void NXOpen.CAE.ClippingParameters.SetSelectedCoordinateSystem ( NXOpen.CAE.Result.CoordinateSystemSource  source,
int  id 
)

Set selected coordinate system

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
source
id
unsafe void NXOpen.CAE.ClippingParameters.SetShowClippedGhost ( bool  showClippedGhost)

Set show clipped ghost

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
showClippedGhost
unsafe void NXOpen.CAE.ClippingParameters.SetShowOutline ( bool  showOutline)

Set show outline

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
showOutline
unsafe void NXOpen.CAE.ClippingParameters.SetSide ( NXOpen.CAE.Post.ClipSide  side)

Set side

Created in NX7.5.1

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") OR sc_results_viewer (" Simcenter Results Viewer")

Parameters
side

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