Search Results for

    Show / Hide Table of Contents

    Class PlacementSolutionsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PlacementSolutionsBuilder
    Implements
    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, 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.Routing
    Assembly: NXOpen.dll
    Syntax
    public class PlacementSolutionsBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PlacementSolutionsBuilder()

    Declaration
    protected PlacementSolutionsBuilder()

    Methods

    ApplyConstraintsAndClear()

    Declaration
    public void ApplyConstraintsAndClear()

    ApplyConstraintsAndClear(bool, bool)

    Declaration
    public void ApplyConstraintsAndClear(bool lockEngagement, bool lockRotation)
    Parameters
    Type Name Description
    bool lockEngagement
    bool lockRotation

    ApplyConstraintsAndClear(bool, bool, bool)

    Declaration
    public void ApplyConstraintsAndClear(bool lockEngagement, bool lockRotation, bool fixPart)
    Parameters
    Type Name Description
    bool lockEngagement
    bool lockRotation
    bool fixPart

    ApplyPortRotation(double)

    Declaration
    public void ApplyPortRotation(double angle)
    Parameters
    Type Name Description
    double angle

    FirstSolution()

    Declaration
    public void FirstSolution()

    GetConsiderPorts()

    Declaration
    public bool GetConsiderPorts()
    Returns
    Type Description
    bool

    GetLookForAdditionalPlacementSolutions()

    Declaration
    public bool GetLookForAdditionalPlacementSolutions()
    Returns
    Type Description
    bool

    GetNumberOfSolutions()

    Declaration
    public int GetNumberOfSolutions()
    Returns
    Type Description
    int

    GetOnlyPrimaryPlacementSolutions()

    Declaration
    public bool GetOnlyPrimaryPlacementSolutions()
    Returns
    Type Description
    bool

    GetSolutionIndex()

    Declaration
    public int GetSolutionIndex()
    Returns
    Type Description
    int

    InitializePlacementData(TaggedObject, Point3d, TaggedObject)

    Declaration
    public void InitializePlacementData(TaggedObject part, Point3d placementPos, TaggedObject partToPlace)
    Parameters
    Type Name Description
    TaggedObject part
    Point3d placementPos
    TaggedObject partToPlace

    NextSolution()

    Declaration
    public void NextSolution()

    PreviousSolution()

    Declaration
    public void PreviousSolution()

    SetConsiderPorts(bool)

    Declaration
    public void SetConsiderPorts(bool considerPorts)
    Parameters
    Type Name Description
    bool considerPorts

    SetLookForAdditionalPlacementSolutions(bool)

    Declaration
    public void SetLookForAdditionalPlacementSolutions(bool lookForAdditionalPlacementSolutions)
    Parameters
    Type Name Description
    bool lookForAdditionalPlacementSolutions

    SetOnlyPrimaryPlacementSolutions(bool)

    Declaration
    public void SetOnlyPrimaryPlacementSolutions(bool onlyPrimaryPlacementSolutions)
    Parameters
    Type Name Description
    bool onlyPrimaryPlacementSolutions

    Implements

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