Search Results for

    Show / Hide Table of Contents

    Class DesignInterference

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DesignInterference
    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.PcbExchange
    Assembly: NXOpen.dll
    Syntax
    public class DesignInterference : TaggedObject, IMessageSink

    Constructors

    DesignInterference()

    Declaration
    protected DesignInterference()

    Properties

    Distance

    Declaration
    public double Distance { get; }
    Property Value
    Type Description
    double

    PrimaryEntity

    Declaration
    public string PrimaryEntity { get; }
    Property Value
    Type Description
    string

    ResultType

    Declaration
    public string ResultType { get; }
    Property Value
    Type Description
    string

    Rule

    Declaration
    public DesignRule Rule { get; }
    Property Value
    Type Description
    DesignRule

    RuleMeasurement

    Declaration
    public string RuleMeasurement { get; }
    Property Value
    Type Description
    string

    RuleName

    Declaration
    public string RuleName { get; }
    Property Value
    Type Description
    string

    RuleSeverity

    Declaration
    public string RuleSeverity { get; }
    Property Value
    Type Description
    string

    RuleType

    Declaration
    public string RuleType { get; }
    Property Value
    Type Description
    string

    SecondaryEntity

    Declaration
    public string SecondaryEntity { get; }
    Property Value
    Type Description
    string

    Implements

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