Search Results for

    Show / Hide Table of Contents

    Class WaveQuery

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    WaveQuery
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Assemblies
    Assembly: NXOpen.dll
    Syntax
    public class WaveQuery : TransientObject, IMessageSink, IDisposable

    Constructors

    WaveQuery(nint)

    Declaration
    protected WaveQuery(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    AreAssemblyConstraintsDelayed()

    Declaration
    public bool AreAssemblyConstraintsDelayed()
    Returns
    Type Description
    bool

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetAllSelectedPartsXml(bool)

    Declaration
    public string GetAllSelectedPartsXml(bool includeOnlyWithLinks)
    Parameters
    Type Name Description
    bool includeOnlyWithLinks
    Returns
    Type Description
    string

    GetChildPartRelationsXml(string, int, bool)

    Declaration
    public string GetChildPartRelationsXml(string parentPartSpec, int parentPartIdentifier, bool walkAll)
    Parameters
    Type Name Description
    string parentPartSpec
    int parentPartIdentifier
    bool walkAll
    Returns
    Type Description
    string

    GetChildRevisionOption()

    Declaration
    public AssembliesChildRevisionOptions GetChildRevisionOption()
    Returns
    Type Description
    AssembliesChildRevisionOptions

    GetInSessionPartsXml(bool)

    Declaration
    public string GetInSessionPartsXml(bool includeOnlyWithLinks)
    Parameters
    Type Name Description
    bool includeOnlyWithLinks
    Returns
    Type Description
    string

    GetIncludeTeamcenterRelations()

    Declaration
    public bool GetIncludeTeamcenterRelations()
    Returns
    Type Description
    bool

    GetInterPartLinksXml(string, int)

    Declaration
    public string GetInterPartLinksXml(string partSpec, int partIdentifier)
    Parameters
    Type Name Description
    string partSpec
    int partIdentifier
    Returns
    Type Description
    string

    GetParentPartRelationsXml(string, int, bool)

    Declaration
    public string GetParentPartRelationsXml(string childPartSpec, int childPartIdentifier, bool walkAll)
    Parameters
    Type Name Description
    string childPartSpec
    int childPartIdentifier
    bool walkAll
    Returns
    Type Description
    string

    GetPartFeatureDependenciesXml(string, int)

    Declaration
    public string GetPartFeatureDependenciesXml(string partSpec, int partIdentifier)
    Parameters
    Type Name Description
    string partSpec
    int partIdentifier
    Returns
    Type Description
    string

    GetPartPreview(string, int, out int, out int, out int[])

    Declaration
    public void GetPartPreview(string partSpec, int partIdentifier, out int height, out int width, out int[] pixels)
    Parameters
    Type Name Description
    string partSpec
    int partIdentifier
    int height
    int width
    int[] pixels

    GetPartsInContextAssemblyXml(bool)

    Declaration
    public string GetPartsInContextAssemblyXml(bool includeOnlyWithLinks)
    Parameters
    Type Name Description
    bool includeOnlyWithLinks
    Returns
    Type Description
    string

    GetProductInterfacesXml(string, int)

    Declaration
    public string GetProductInterfacesXml(string partSpec, int partIdentifier)
    Parameters
    Type Name Description
    string partSpec
    int partIdentifier
    Returns
    Type Description
    string

    GetQueryProductInterfaces()

    Declaration
    public bool GetQueryProductInterfaces()
    Returns
    Type Description
    bool

    GetReferencesToProductInterfaceXml(string, int, string, int)

    Declaration
    public string GetReferencesToProductInterfaceXml(string owningPartSpec, int owningPartIdentifier, string prodintHandle, int prodintIdentifier)
    Parameters
    Type Name Description
    string owningPartSpec
    int owningPartIdentifier
    string prodintHandle
    int prodintIdentifier
    Returns
    Type Description
    string

    GetSpecifiedPartRelationsXml(string[], int[], bool)

    Declaration
    public string GetSpecifiedPartRelationsXml(string[] partSpecs, int[] partIdentifiers, bool includeOnlyWithLinks)
    Parameters
    Type Name Description
    string[] partSpecs
    int[] partIdentifiers
    bool includeOnlyWithLinks
    Returns
    Type Description
    string

    GetSpecifiedPartRelationsXml(string[], int[], bool, bool)

    Declaration
    public string GetSpecifiedPartRelationsXml(string[] partSpecs, int[] partIdentifiers, bool includeOnlyWithLinks, bool forceQuery)
    Parameters
    Type Name Description
    string[] partSpecs
    int[] partIdentifiers
    bool includeOnlyWithLinks
    bool forceQuery
    Returns
    Type Description
    string

    GetWorkPartWithPartRelationsXml()

    Declaration
    public string GetWorkPartWithPartRelationsXml()
    Returns
    Type Description
    string

    HandleApplicationEvents(AssembliesEventTypes, string, string[], int[])

    Declaration
    public int HandleApplicationEvents(AssembliesEventTypes eventType, string eventDescription, string[] entitySpecs, int[] entityIdentifiers)
    Parameters
    Type Name Description
    AssembliesEventTypes eventType
    string eventDescription
    string[] entitySpecs
    int[] entityIdentifiers
    Returns
    Type Description
    int

    SetChildRevisionOption(AssembliesChildRevisionOptions)

    Declaration
    public void SetChildRevisionOption(AssembliesChildRevisionOptions optionType)
    Parameters
    Type Name Description
    AssembliesChildRevisionOptions optionType

    SetIncludeTeamcenterRelations(bool)

    Declaration
    public void SetIncludeTeamcenterRelations(bool includeTeamcenterRelations)
    Parameters
    Type Name Description
    bool includeTeamcenterRelations

    SetQueryProductInterfaces(bool)

    Declaration
    public void SetQueryProductInterfaces(bool queryProductInterfaces)
    Parameters
    Type Name Description
    bool queryProductInterfaces

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX