Search Results for

    Show / Hide Table of Contents

    Class PoleSmoothingBuilder

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

    Constructors

    PoleSmoothingBuilder()

    Declaration
    protected PoleSmoothingBuilder()

    Properties

    ApplyConstraintsToAll

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

    ModificationPercentage

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

    MoveOnlySelectedPoles

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

    MovementVector

    Declaration
    public Direction MovementVector { get; set; }
    Property Value
    Type Description
    Direction

    NumberPolesSelected

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

    Poles

    Declaration
    public ControlPoleManagerData Poles { get; }
    Property Value
    Type Description
    ControlPoleManagerData

    SmoothingFactor

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

    TargetFace

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

    UMaxConstraint

    Declaration
    public Continuity UMaxConstraint { get; }
    Property Value
    Type Description
    Continuity

    UMinConstraint

    Declaration
    public Continuity UMinConstraint { get; }
    Property Value
    Type Description
    Continuity

    UseSpecificDirection

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

    VMaxConstraint

    Declaration
    public Continuity VMaxConstraint { get; }
    Property Value
    Type Description
    Continuity

    VMinConstraint

    Declaration
    public Continuity VMinConstraint { get; }
    Property Value
    Type Description
    Continuity

    Methods

    GetCreateNewCopy()

    Declaration
    public bool GetCreateNewCopy()
    Returns
    Type Description
    bool

    GetSelectedPolesIndex(out int[])

    Declaration
    public void GetSelectedPolesIndex(out int[] selectedPolesIndex)
    Parameters
    Type Name Description
    int[] selectedPolesIndex

    RemoveFeatureParameters(Face)

    Declaration
    public void RemoveFeatureParameters(Face face)
    Parameters
    Type Name Description
    Face face

    SetCreateNewCopy(bool)

    Declaration
    public void SetCreateNewCopy(bool createNewCopy)
    Parameters
    Type Name Description
    bool createNewCopy

    SetSelectedPolesIndex(int[])

    Declaration
    public void SetSelectedPolesIndex(int[] selectedPolesIndex)
    Parameters
    Type Name Description
    int[] selectedPolesIndex

    Implements

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