Search Results for

    Show / Hide Table of Contents

    Class SolidPatchBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SolidPatchBuilder
    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 SolidPatchBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SolidPatchBuilder()

    Declaration
    protected SolidPatchBuilder()

    Properties

    Patch

    Declaration
    public SelectBodyList Patch { get; }
    Property Value
    Type Description
    SelectBodyList

    PatchType

    Declaration
    public SolidPatchBuilder.SolidPatchType PatchType { get; set; }
    Property Value
    Type Description
    SolidPatchBuilder.SolidPatchType

    Product

    Declaration
    public SelectBody Product { get; }
    Property Value
    Type Description
    SelectBody

    Subtract

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

    Methods

    AddListPartToPatchData(string[])

    Declaration
    public void AddListPartToPatchData(string[] selectedListString)
    Parameters
    Type Name Description
    string[] selectedListString

    ShowResult()

    Declaration
    public void ShowResult()

    Implements

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