Search Results for

    Show / Hide Table of Contents

    Class ReplaceFaceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    AdmBaseBuilder
    ReplaceFaceBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    AdmBaseBuilder.SetSolveOption(AdmBaseBuilder.SolveOptionType)
    AdmBaseBuilder.Reconfigure()
    AdmBaseBuilder.SetUpdateMethod(AdmBaseBuilder.UpdateMethodType)
    AdmBaseBuilder.OnApplyPre()
    AdmBaseBuilder.SolveOption
    AdmBaseBuilder.UpdateMethod
    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 ReplaceFaceBuilder : AdmBaseBuilder, IMessageSink, IComponentBuilder

    Constructors

    ReplaceFaceBuilder()

    Declaration
    protected ReplaceFaceBuilder()

    Properties

    BlendFace

    Declaration
    public SelectBlend BlendFace { get; }
    Property Value
    Type Description
    SelectBlend

    FaceChangeOverflowBehavior

    Declaration
    public FaceChangeOverflowBehavior FaceChangeOverflowBehavior { get; }
    Property Value
    Type Description
    FaceChangeOverflowBehavior

    FaceToReplace

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

    FaceToSimplify

    Declaration
    public SelectFaceList FaceToSimplify { get; }
    Property Value
    Type Description
    SelectFaceList

    FreeEdgeProjection

    Declaration
    public ProjectionOptions FreeEdgeProjection { get; }
    Property Value
    Type Description
    ProjectionOptions

    OffsetDistance

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

    OffsetReverseDirection

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

    ReplaceFaces

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

    ReplacementFace

    Declaration
    public SelectFace ReplacementFace { get; }
    Property Value
    Type Description
    SelectFace

    ReplacementFaces

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

    ReverseDirection

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

    Type

    Declaration
    public ReplaceFaceBuilder.ReplaceTypes Type { get; set; }
    Property Value
    Type Description
    ReplaceFaceBuilder.ReplaceTypes

    Methods

    ResetFreeEdgeProjectionOption()

    Declaration
    public void ResetFreeEdgeProjectionOption()

    ResetReplaceFaceMethod()

    Declaration
    public void ResetReplaceFaceMethod()

    Implements

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