ClippingParameters Class¶
-
class
NXOpen.CAE.ClippingParameters¶ Bases:
NXOpen.TaggedObjectThis class is worked as a packet of information that can be used to set the clipping parameters of a
NXOpen.CAE.Postobject.<br/>Use
NXOpen.CAE.ResultManagerto create anNXOpen.CAE.ResultParameters<br/>You can modifiy these values but validation of correctness will only be perfomed when this object is set to a
NXOpen.CAE.PostobjectTo obtain an instance of this class use
NXOpen.Session.ResultManager().New in version NX7.5.1.
Methods¶
| Method | Description |
|---|---|
| GetClipValue | Ask clip value |
| GetCoordinateSystem | Ask coordinate system |
| GetPlane | Ask plane |
| GetSelectedCoordinateSystem | Ask selected coordinate system |
| GetShowClippedGhost | Ask show clipped ghost |
| GetShowOutline | Ask show outline |
| GetSide | Ask side |
| SetClipValue | Set clip value |
| SetCoordinateSystem | Set coordinate system |
| SetPlane | Set plane |
| SetSelectedCoordinateSystem | Set selected coordinate system |
| SetShowClippedGhost | Set show clipped ghost |
| SetShowOutline | Set show outline |
| SetSide | Set side |
Method Detail¶
GetClipValue¶
-
ClippingParameters.GetClipValue¶ Ask clip value
Signature
GetClipValue()Returns: Return type: float New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetCoordinateSystem¶
-
ClippingParameters.GetCoordinateSystem¶ Ask coordinate system
Signature
GetCoordinateSystem()Returns: Return type: NXOpen.CAE.ResultCoordinateSystemNew in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetPlane¶
-
ClippingParameters.GetPlane¶ Ask plane
Signature
GetPlane()Returns: Return type: NXOpen.CAE.PostClipPlaneNew in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetSelectedCoordinateSystem¶
-
ClippingParameters.GetSelectedCoordinateSystem¶ Ask selected coordinate system
Signature
GetSelectedCoordinateSystem()Returns: a tuple Return type: A tuple consisting of (source, id). source is a NXOpen.CAE.ResultCoordinateSystemSource. id is a int.New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetShowClippedGhost¶
-
ClippingParameters.GetShowClippedGhost¶ Ask show clipped ghost
Signature
GetShowClippedGhost()Returns: Return type: bool New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetShowOutline¶
-
ClippingParameters.GetShowOutline¶ Ask show outline
Signature
GetShowOutline()Returns: Return type: bool New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
GetSide¶
-
ClippingParameters.GetSide¶ Ask side
Signature
GetSide()Returns: Return type: NXOpen.CAE.PostClipSideNew in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetClipValue¶
-
ClippingParameters.SetClipValue¶ Set clip value
Signature
SetClipValue(clipValue)Parameters: clipValue (float) – New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetCoordinateSystem¶
-
ClippingParameters.SetCoordinateSystem¶ Set coordinate system
Signature
SetCoordinateSystem(coordinateSystem)Parameters: coordinateSystem ( NXOpen.CAE.ResultCoordinateSystem) –New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetPlane¶
-
ClippingParameters.SetPlane¶ Set plane
Signature
SetPlane(plane)Parameters: plane ( NXOpen.CAE.PostClipPlane) –New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetSelectedCoordinateSystem¶
-
ClippingParameters.SetSelectedCoordinateSystem¶ Set selected coordinate system
Signature
SetSelectedCoordinateSystem(source, id)Parameters: - source (
NXOpen.CAE.ResultCoordinateSystemSource) – - id (int) –
New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
- source (
SetShowClippedGhost¶
-
ClippingParameters.SetShowClippedGhost¶ Set show clipped ghost
Signature
SetShowClippedGhost(showClippedGhost)Parameters: showClippedGhost (bool) – New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetShowOutline¶
-
ClippingParameters.SetShowOutline¶ Set show outline
Signature
SetShowOutline(showOutline)Parameters: showOutline (bool) – New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)
SetSide¶
-
ClippingParameters.SetSide¶ Set side
Signature
SetSide(side)Parameters: side ( NXOpen.CAE.PostClipSide) –New in version NX7.5.1.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”) OR sc_results_viewer (” Simcenter Results Viewer”)