Search Results for

    Show / Hide Table of Contents

    Class PatchOpeningsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    PatchOpeningsBuilder
    Implements
    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, 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.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
    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(bool)

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

    Implements

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