Search Results for

    Show / Hide Table of Contents

    Class FillHoleBuilder

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

    Constructors

    FillHoleBuilder()

    Declaration
    protected FillHoleBuilder()

    Properties

    AreaControl

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

    Attraction

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

    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
    System.Boolean

    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
    System.Double

    Methods

    GetBorderTypeItems()

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

    SetBorderTypeItems(FillHoleBuilder.BorderContinuity[])

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

    Implements

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