Search Results for

    Show / Hide Table of Contents

    Class BestFitAlignBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BestFitAlignBuilder
    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.Facet
    Assembly: NXOpen.dll
    Syntax
    public class BestFitAlignBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BestFitAlignBuilder()

    Declaration
    protected BestFitAlignBuilder()

    Properties

    DestinationObjects

    Declaration
    public SelectNXObjectList DestinationObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Direction

    Declaration
    public Direction Direction { get; set; }
    Property Value
    Type Description
    Direction

    FitConstraints

    Declaration
    public BestFitAlignBuilder.ConstraintOptions FitConstraints { get; set; }
    Property Value
    Type Description
    BestFitAlignBuilder.ConstraintOptions

    GlobalSearch

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

    MobileObjects

    Declaration
    public SelectNXObjectList MobileObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    RotateCenter

    Declaration
    public Point RotateCenter { get; set; }
    Property Value
    Type Description
    Point

    SourceObjects

    Declaration
    public SelectNXObjectList SourceObjects { get; }
    Property Value
    Type Description
    SelectNXObjectList

    Implements

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