Search Results for

    Show / Hide Table of Contents

    Class PmiJson

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    PmiJson
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class PmiJson : NXRemotableObject, IMessageSink

    Constructors

    PmiJson(Session)

    Declaration
    protected PmiJson(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetPmiJson(Session)

    Declaration
    public static PmiJson GetPmiJson(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    PmiJson

    GetSelectedModelViewSemantics(TaggedObject[])

    Declaration
    public string GetSelectedModelViewSemantics(TaggedObject[] selectedModelViews)
    Parameters
    Type Name Description
    TaggedObject[] selectedModelViews
    Returns
    Type Description
    string

    GetSelectedPmiSemantics(TaggedObject[])

    Declaration
    public string GetSelectedPmiSemantics(TaggedObject[] selectedPmis)
    Parameters
    Type Name Description
    TaggedObject[] selectedPmis
    Returns
    Type Description
    string

    GetSemantics(Part, out string, out string)

    Declaration
    public void GetSemantics(Part part, out string pmiJson, out string modelViewJson)
    Parameters
    Type Name Description
    Part part
    string pmiJson
    string modelViewJson

    Implements

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