Search Results for

    Show / Hide Table of Contents

    Class PoleSmoothingBuilder

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

    Constructors

    PoleSmoothingBuilder()

    Declaration
    protected PoleSmoothingBuilder()

    Properties

    ApplyConstraintsToAll

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

    ModificationPercentage

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

    MovementVector

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

    MoveOnlySelectedPoles

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

    NumberPolesSelected

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

    Poles

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

    SmoothingFactor

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

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

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

    GetSelectedPolesIndex(out Int32[])

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

    RemoveFeatureParameters(Face)

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

    SetCreateNewCopy(Boolean)

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

    SetSelectedPolesIndex(Int32[])

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

    Implements

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