Class ClippingParameters
Inheritance
ClippingParameters
Assembly: NXOpen.dll
Syntax
public class ClippingParameters : TaggedObject, IMessageSink
Constructors
ClippingParameters()
Declaration
protected ClippingParameters()
Methods
GetClipValue()
Declaration
public double GetClipValue()
Returns
GetCoordinateSystem()
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.ClippingParameters.GetPostCoordinateSystem instead.")]
public Result.CoordinateSystem GetCoordinateSystem()
Returns
GetPlane()
Declaration
public Post.ClipPlane GetPlane()
Returns
GetPostCoordinateSystem()
Declaration
public PostCoordinateSystem GetPostCoordinateSystem()
Returns
GetRefNode()
Declaration
public PostSelectionEntity GetRefNode()
Returns
GetSelectedCoordinateSystem(out CoordinateSystemSource, out int)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.ClippingParameters.GetPostCoordinateSystem instead.")]
public void GetSelectedCoordinateSystem(out Result.CoordinateSystemSource source, out int id)
Parameters
GetShowClippedGhost()
Declaration
public bool GetShowClippedGhost()
Returns
GetShowOutline()
Declaration
public bool GetShowOutline()
Returns
GetSide()
Declaration
public Post.ClipSide GetSide()
Returns
SetClipValue(double)
Declaration
public void SetClipValue(double clipValue)
Parameters
Type |
Name |
Description |
double |
clipValue |
|
SetCoordinateSystem(CoordinateSystem)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.ClippingParameters.SetPostCoordinateSystem instead.")]
public void SetCoordinateSystem(Result.CoordinateSystem coordinateSystem)
Parameters
SetPlane(ClipPlane)
Declaration
public void SetPlane(Post.ClipPlane plane)
Parameters
SetPostCoordinateSystem(PostCoordinateSystem)
Declaration
public void SetPostCoordinateSystem(PostCoordinateSystem val)
Parameters
SetRefNode(PostSelectionEntity)
Declaration
public void SetRefNode(PostSelectionEntity val)
Parameters
SetSelectedCoordinateSystem(CoordinateSystemSource, int)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use NXOpen.CAE.ClippingParameters.SetPostCoordinateSystem instead.")]
public void SetSelectedCoordinateSystem(Result.CoordinateSystemSource source, int id)
Parameters
SetShowClippedGhost(bool)
Declaration
public void SetShowClippedGhost(bool showClippedGhost)
Parameters
Type |
Name |
Description |
bool |
showClippedGhost |
|
SetShowOutline(bool)
Declaration
public void SetShowOutline(bool showOutline)
Parameters
Type |
Name |
Description |
bool |
showOutline |
|
SetSide(ClipSide)
Declaration
public void SetSide(Post.ClipSide side)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink