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

    FindRibs(TaggedObject, Vector3d)

    Declaration
    public ShapeRegion[] FindRibs(TaggedObject body, Vector3d direction)
    Parameters
    Type Name Description
    TaggedObject body
    Vector3d direction
    Returns
    Type Description
    ShapeRegion[]

    MergeOverlappingRegions(ShapeRegion[], out ShapeRegion[])

    Declaration
    public void MergeOverlappingRegions(ShapeRegion[] originalReigons, out ShapeRegion[] mergedReigons)
    Parameters
    Type Name Description
    ShapeRegion[] originalReigons
    ShapeRegion[] mergedReigons

    PerformSearch()

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

    SetKeyFaces(TaggedObject[])

    Declaration
    public void SetKeyFaces(TaggedObject[] selectedKeyFaces)
    Parameters
    Type Name Description
    TaggedObject[] selectedKeyFaces

    SetObjectsToSearchIn(TaggedObject[])

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

    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

    SetSeedRegionFromReuseLibrary(string, string)

    Declaration
    public bool SetSeedRegionFromReuseLibrary(string regionPath, string regionName)
    Parameters
    Type Name Description
    string regionPath
    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