Search Results for

    Show / Hide Table of Contents

    Class FillHoleBuilder

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

    Constructors

    FillHoleBuilder()

    Declaration
    protected FillHoleBuilder()

    Properties

    AreaControl

    Declaration
    public int AreaControl { get; set; }
    Property Value
    Type Description
    int

    Attraction

    Declaration
    public int Attraction { get; set; }
    Property Value
    Type Description
    int

    CurveChain

    Declaration
    public Section CurveChain { get; }
    Property Value
    Type Description
    Section

    DefaultEdgeContinuity

    Declaration
    public FillHoleBuilder.ContinuityTypes DefaultEdgeContinuity { get; set; }
    Property Value
    Type Description
    FillHoleBuilder.ContinuityTypes

    FacetBody

    Declaration
    public SelectFacetedBody FacetBody { get; }
    Property Value
    Type Description
    SelectFacetedBody

    Fullness

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

    FullnessPoint

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

    Patch

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

    PickPoint

    Declaration
    public Point3d PickPoint { get; set; }
    Property Value
    Type Description
    Point3d

    SelectPassThrougCurves

    Declaration
    public Section SelectPassThrougCurves { get; }
    Property Value
    Type Description
    Section

    ShapeControlType

    Declaration
    public FillHoleBuilder.ShapeControlTypes ShapeControlType { get; set; }
    Property Value
    Type Description
    FillHoleBuilder.ShapeControlTypes

    Tolerance

    Declaration
    public double Tolerance { get; set; }
    Property Value
    Type Description
    double

    Methods

    GetBorderTypeItems()

    Declaration
    public FillHoleBuilder.BorderContinuity[] GetBorderTypeItems()
    Returns
    Type Description
    BorderContinuity[]

    SetBorderTypeItems(BorderContinuity[])

    Declaration
    public void SetBorderTypeItems(FillHoleBuilder.BorderContinuity[] markerToNodeListItem)
    Parameters
    Type Name Description
    BorderContinuity[] markerToNodeListItem

    Implements

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