Search Results for

    Show / Hide Table of Contents

    Class RelationFinderSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    RelationFinderSettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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
    Assembly: NXOpen.dll
    Syntax
    public class RelationFinderSettingsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    RelationFinderSettingsBuilder()

    Declaration
    protected RelationFinderSettingsBuilder()

    Properties

    FindChamfer

    Declaration
    public bool FindChamfer { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindCollinear

    Declaration
    public bool FindCollinear { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindConcentric

    Declaration
    public bool FindConcentric { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindEqualRadius

    Declaration
    public bool FindEqualRadius { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindOffset

    Declaration
    public bool FindOffset { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindOrthogonal

    Declaration
    public bool FindOrthogonal { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindParallel

    Declaration
    public bool FindParallel { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindPerpendicular

    Declaration
    public bool FindPerpendicular { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindSymmetric

    Declaration
    public bool FindSymmetric { get; set; }
    Property Value
    Type Description
    System.Boolean

    FindTangent

    Declaration
    public bool FindTangent { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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