Search Results for

    Show / Hide Table of Contents

    Class PatchOpeningsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PatchOpeningsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    FeatureBuilder.CommitFeature()
    FeatureBuilder.GetFeature()
    FeatureBuilder.SetParentFeatureInternal(Feature)
    FeatureBuilder.UnsetParentFeatureInternal(Feature)
    FeatureBuilder.ShowInternalParentFeatureForEdit(Feature)
    FeatureBuilder.HideInternalParentFeatureAfterEdit(Feature)
    FeatureBuilder.GetPreviewBody()
    FeatureBuilder.ParentFeatureInternal
    FeatureBuilder.PatchSolutionFlag
    FeatureBuilder.PatchSurfaceFilename
    FeatureBuilder.SurroundingPatchSurfaceFilename
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class PatchOpeningsBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    PatchOpeningsBuilder()

    Declaration
    protected PatchOpeningsBuilder()

    Properties

    CutoutLength

    Declaration
    public Expression CutoutLength { get; }
    Property Value
    Type Description
    Expression

    CutoutRadius

    Declaration
    public Expression CutoutRadius { get; }
    Property Value
    Type Description
    Expression

    Distance

    Declaration
    public Expression Distance { get; }
    Property Value
    Type Description
    Expression

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    DividingCurves

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

    Faces

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

    Limits

    Declaration
    public DieLimitsBuilder Limits { get; }
    Property Value
    Type Description
    DieLimitsBuilder

    Openings

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

    Output

    Declaration
    public PatchOpeningsBuilder.OutputTypes Output { get; set; }
    Property Value
    Type Description
    PatchOpeningsBuilder.OutputTypes

    ShelfLength

    Declaration
    public Expression ShelfLength { get; }
    Property Value
    Type Description
    Expression

    ShelfPoint1

    Declaration
    public Point ShelfPoint1 { get; set; }
    Property Value
    Type Description
    Point

    ShelfPoint2

    Declaration
    public Point ShelfPoint2 { get; set; }
    Property Value
    Type Description
    Point

    ShelfRadius

    Declaration
    public Expression ShelfRadius { get; }
    Property Value
    Type Description
    Expression

    Type

    Declaration
    public PatchOpeningsBuilder.Types Type { get; set; }
    Property Value
    Type Description
    PatchOpeningsBuilder.Types

    Methods

    CreatePathFromOpening(out NXObject[], out NXObject)

    Declaration
    public void CreatePathFromOpening(out NXObject[] objectArray, out NXObject path)
    Parameters
    Type Name Description
    NXObject[] objectArray
    NXObject path

    FindOpenings(Boolean)

    Declaration
    public void FindOpenings(bool filterNoise)
    Parameters
    Type Name Description
    System.Boolean filterNoise

    Implements

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