Search Results for

    Show / Hide Table of Contents

    Class SnipIntoPatchesBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SnipIntoPatchesBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.GeometricUtilities
    Assembly: NXOpen.dll
    Syntax
    public class SnipIntoPatchesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SnipIntoPatchesBuilder()

    Declaration
    protected SnipIntoPatchesBuilder()

    Properties

    Face

    Declaration
    public SelectFace Face { get; }
    Property Value
    Type Description
    SelectFace

    HideOriginal

    Declaration
    public bool HideOriginal { get; set; }
    Property Value
    Type Description
    System.Boolean

    Region

    Declaration
    public RegionPointList Region { get; }
    Property Value
    Type Description
    RegionPointList

    Methods

    CreateRegionsPreview(Face, Curve[])

    Declaration
    public void CreateRegionsPreview(Face targetFace, Curve[] allCurves)
    Parameters
    Type Name Description
    Face targetFace
    Curve[] allCurves

    DeleteExtractFace(Face)

    Declaration
    public void DeleteExtractFace(Face extractFace)
    Parameters
    Type Name Description
    Face extractFace

    DeleteInternalPatch(Face, Curve[])

    Declaration
    public void DeleteInternalPatch(Face targetFace, Curve[] allCurves)
    Parameters
    Type Name Description
    Face targetFace
    Curve[] allCurves

    DeleteIsoCurve(Curve[])

    Declaration
    public void DeleteIsoCurve(Curve[] allCurves)
    Parameters
    Type Name Description
    Curve[] allCurves

    GetExtractFace()

    Declaration
    public Face GetExtractFace()
    Returns
    Type Description
    Face

    GetIsoCurves(Face, out Curve[])

    Declaration
    public void GetIsoCurves(Face targetFace, out Curve[] allCurves)
    Parameters
    Type Name Description
    Face targetFace
    Curve[] allCurves

    SnipSurfaceIntoPatches(Face)

    Declaration
    public void SnipSurfaceIntoPatches(Face targetFace)
    Parameters
    Type Name Description
    Face targetFace

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX