Search Results for

    Show / Hide Table of Contents

    Class ClippingParameters

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ClippingParameters
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class ClippingParameters : TaggedObject, IMessageSink

    Constructors

    ClippingParameters()

    Declaration
    protected ClippingParameters()

    Methods

    GetClipValue()

    Declaration
    public double GetClipValue()
    Returns
    Type Description
    System.Double

    GetCoordinateSystem()

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.ClippingParameters.GetPostCoordinateSystem instead.")]
    public Result.CoordinateSystem GetCoordinateSystem()
    Returns
    Type Description
    Result.CoordinateSystem

    GetPlane()

    Declaration
    public Post.ClipPlane GetPlane()
    Returns
    Type Description
    Post.ClipPlane

    GetPostCoordinateSystem()

    Declaration
    public PostCoordinateSystem GetPostCoordinateSystem()
    Returns
    Type Description
    PostCoordinateSystem

    GetRefNode()

    Declaration
    public PostSelectionEntity GetRefNode()
    Returns
    Type Description
    PostSelectionEntity

    GetSelectedCoordinateSystem(out Result.CoordinateSystemSource, out Int32)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.ClippingParameters.GetPostCoordinateSystem instead.")]
    public void GetSelectedCoordinateSystem(out Result.CoordinateSystemSource source, out int id)
    Parameters
    Type Name Description
    Result.CoordinateSystemSource source
    System.Int32 id

    GetShowClippedGhost()

    Declaration
    public bool GetShowClippedGhost()
    Returns
    Type Description
    System.Boolean

    GetShowOutline()

    Declaration
    public bool GetShowOutline()
    Returns
    Type Description
    System.Boolean

    GetSide()

    Declaration
    public Post.ClipSide GetSide()
    Returns
    Type Description
    Post.ClipSide

    SetClipValue(Double)

    Declaration
    public void SetClipValue(double clipValue)
    Parameters
    Type Name Description
    System.Double clipValue

    SetCoordinateSystem(Result.CoordinateSystem)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.ClippingParameters.SetPostCoordinateSystem instead.")]
    public void SetCoordinateSystem(Result.CoordinateSystem coordinateSystem)
    Parameters
    Type Name Description
    Result.CoordinateSystem coordinateSystem

    SetPlane(Post.ClipPlane)

    Declaration
    public void SetPlane(Post.ClipPlane plane)
    Parameters
    Type Name Description
    Post.ClipPlane plane

    SetPostCoordinateSystem(PostCoordinateSystem)

    Declaration
    public void SetPostCoordinateSystem(PostCoordinateSystem val)
    Parameters
    Type Name Description
    PostCoordinateSystem val

    SetRefNode(PostSelectionEntity)

    Declaration
    public void SetRefNode(PostSelectionEntity val)
    Parameters
    Type Name Description
    PostSelectionEntity val

    SetSelectedCoordinateSystem(Result.CoordinateSystemSource, Int32)

    Declaration
    [Obsolete("Deprecated in NX1847.0.0.  Use NXOpen.CAE.ClippingParameters.SetPostCoordinateSystem instead.")]
    public void SetSelectedCoordinateSystem(Result.CoordinateSystemSource source, int id)
    Parameters
    Type Name Description
    Result.CoordinateSystemSource source
    System.Int32 id

    SetShowClippedGhost(Boolean)

    Declaration
    public void SetShowClippedGhost(bool showClippedGhost)
    Parameters
    Type Name Description
    System.Boolean showClippedGhost

    SetShowOutline(Boolean)

    Declaration
    public void SetShowOutline(bool showOutline)
    Parameters
    Type Name Description
    System.Boolean showOutline

    SetSide(Post.ClipSide)

    Declaration
    public void SetSide(Post.ClipSide side)
    Parameters
    Type Name Description
    Post.ClipSide side

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX