Search Results for

    Show / Hide Table of Contents

    Class RemoveHolesBuilder

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

    Constructors

    RemoveHolesBuilder()

    Declaration
    protected RemoveHolesBuilder()

    Properties

    BodySelection

    Declaration
    public ScCollector BodySelection { get; }
    Property Value
    Type Description
    ScCollector

    FaceToPatch

    Declaration
    public ScCollector FaceToPatch { get; }
    Property Value
    Type Description
    ScCollector

    HoleFace

    Declaration
    public ScCollector HoleFace { get; }
    Property Value
    Type Description
    ScCollector

    MergeOutput

    Declaration
    public bool MergeOutput { get; set; }
    Property Value
    Type Description
    bool

    SelectionType

    Declaration
    public RemoveHolesBuilder.SelectionTypes SelectionType { get; set; }
    Property Value
    Type Description
    RemoveHolesBuilder.SelectionTypes

    Methods

    AddHolesData(Edge[], Face[])

    Declaration
    public void AddHolesData(Edge[] edges, Face[] faces)
    Parameters
    Type Name Description
    Edge[] edges
    Face[] faces

    ClearHoleData()

    Declaration
    public void ClearHoleData()

    RemoveHoleData(string)

    Declaration
    public void RemoveHoleData(string holeName)
    Parameters
    Type Name Description
    string holeName

    SetHighlight(NXObject, bool)

    Declaration
    public void SetHighlight(NXObject @object, bool highlight)
    Parameters
    Type Name Description
    NXObject object
    bool highlight

    Implements

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