Search Results for

    Show / Hide Table of Contents

    Class SelectSimilarFacesBuilder

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

    Constructors

    SelectSimilarFacesBuilder()

    Declaration
    protected SelectSimilarFacesBuilder()

    Properties

    ResultType

    Declaration
    public SelectSimilarFacesBuilder.ResultTypeOptions ResultType { get; set; }
    Property Value
    Type Description
    SelectSimilarFacesBuilder.ResultTypeOptions

    Type

    Declaration
    public SelectSimilarFacesBuilder.SearchFromOptions Type { get; set; }
    Property Value
    Type Description
    SelectSimilarFacesBuilder.SearchFromOptions

    Methods

    PerformSearch()

    Declaration
    public ShapeRegion[] PerformSearch()
    Returns
    Type Description
    ShapeRegion[]

    SetPartsToSearch(TaggedObject[])

    Declaration
    public bool SetPartsToSearch(TaggedObject[] parts)
    Parameters
    Type Name Description
    TaggedObject[] parts
    Returns
    Type Description
    bool

    SetSeedRegionFromFaces(TaggedObject[])

    Declaration
    public bool SetSeedRegionFromFaces(TaggedObject[] objects)
    Parameters
    Type Name Description
    TaggedObject[] objects
    Returns
    Type Description
    bool

    SetSeedRegionFromLibrary(string)

    Declaration
    public bool SetSeedRegionFromLibrary(string regionName)
    Parameters
    Type Name Description
    string regionName
    Returns
    Type Description
    bool

    SetSelectedFaces(TaggedObject[])

    Declaration
    public void SetSelectedFaces(TaggedObject[] selectedFaces)
    Parameters
    Type Name Description
    TaggedObject[] selectedFaces

    Implements

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