Search Results for

    Show / Hide Table of Contents

    Class DeleteFaceBuilder

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

    Constructors

    DeleteFaceBuilder()

    Declaration
    protected DeleteFaceBuilder()

    Properties

    BlendCollector

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

    CapFace

    Declaration
    public SelectISurface CapFace { get; }
    Property Value
    Type Description
    SelectISurface

    CapOption

    Declaration
    public DeleteFaceBuilder.CapOptionValues CapOption { get; set; }
    Property Value
    Type Description
    DeleteFaceBuilder.CapOptionValues

    CapPlane

    Declaration
    public Plane CapPlane { get; set; }
    Property Value
    Type Description
    Plane

    DeletePartialBlend

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

    FaceCollector

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

    FaceEdgeBlendPreference

    Declaration
    public DeleteFaceBuilder.FaceEdgeBlendPreferenceOptions FaceEdgeBlendPreference { get; set; }
    Property Value
    Type Description
    DeleteFaceBuilder.FaceEdgeBlendPreferenceOptions

    FaceRecognized

    Declaration
    public FaceRecognitionBuilder FaceRecognized { get; }
    Property Value
    Type Description
    FaceRecognitionBuilder

    Heal

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

    HealPlanar

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

    MaxBlendRadius

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

    MaxHoleDiameter

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

    Setback

    Declaration
    public DeleteFaceBuilder.SetbackOptions Setback { get; set; }
    Property Value
    Type Description
    DeleteFaceBuilder.SetbackOptions

    SpecifyBlend

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

    Type

    Declaration
    public DeleteFaceBuilder.SelectTypes Type { get; set; }
    Property Value
    Type Description
    DeleteFaceBuilder.SelectTypes

    UseHoleDiameter

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

    Methods

    DeleteFaceOnMultibodies()

    Declaration
    public void DeleteFaceOnMultibodies()

    Implements

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