Search Results for

    Show / Hide Table of Contents

    Class MatingConverter

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MatingConverter
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.Positioning
    Assembly: NXOpen.dll
    Syntax
    public class MatingConverter : TaggedObject, IMessageSink

    Constructors

    MatingConverter()

    Declaration
    protected MatingConverter()

    Properties

    Context

    Declaration
    public MatingConverter.PartContext Context { get; set; }
    Property Value
    Type Description
    MatingConverter.PartContext

    LoadReferencedGeometry

    Declaration
    public bool LoadReferencedGeometry { get; set; }
    Property Value
    Type Description
    bool

    LoadStatus

    Declaration
    public PartLoadStatus LoadStatus { get; }
    Property Value
    Type Description
    PartLoadStatus

    NumberOfConvertedParts

    Declaration
    public int NumberOfConvertedParts { get; }
    Property Value
    Type Description
    int

    Methods

    ConvertMatingConditions()

    Declaration
    public void ConvertMatingConditions()

    DeleteResults()

    Declaration
    public void DeleteResults()

    Destroy()

    Declaration
    public void Destroy()

    GetConvertedConstraints()

    Declaration
    public Constraint[] GetConvertedConstraints()
    Returns
    Type Description
    Constraint[]

    GetConvertedParts()

    Declaration
    public Constraint[] GetConvertedParts()
    Returns
    Type Description
    Constraint[]

    GetLatestResults(bool)

    Declaration
    public string[] GetLatestResults(bool showAllResults)
    Parameters
    Type Name Description
    bool showAllResults
    Returns
    Type Description
    string[]

    GetResults(bool)

    Declaration
    public string[] GetResults(bool showAllResults)
    Parameters
    Type Name Description
    bool showAllResults
    Returns
    Type Description
    string[]

    Implements

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