Search Results for

    Show / Hide Table of Contents

    Class SpringbackCompensationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SpringbackCompensationBuilder
    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.Die
    Assembly: NXOpen.dll
    Syntax
    public class SpringbackCompensationBuilder : FeatureBuilder, IMessageSink, IComponentBuilder

    Constructors

    SpringbackCompensationBuilder()

    Declaration
    protected SpringbackCompensationBuilder()

    Properties

    AngleTolerance

    Declaration
    public double AngleTolerance { get; set; }
    Property Value
    Type Description
    double

    CalculateMaxDeviation

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

    ConvexityDirection

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

    ConvexityEnabled

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

    CreateFacets

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

    DefinedBy

    Declaration
    public SpringbackCompensationBuilder.DefinedByType DefinedBy { get; set; }
    Property Value
    Type Description
    SpringbackCompensationBuilder.DefinedByType

    DeformationFactor

    Declaration
    public double DeformationFactor { get; set; }
    Property Value
    Type Description
    double

    Degree

    Declaration
    public SpringbackCompensationBuilder.DegreeType Degree { get; set; }
    Property Value
    Type Description
    SpringbackCompensationBuilder.DegreeType

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    double

    Divisions

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

    DrawVector

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

    InnerCurve

    Declaration
    public Section InnerCurve { get; }
    Property Value
    Type Description
    Section

    IsGlobalDeformation

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

    OneStep

    Declaration
    public SelectFeature OneStep { get; }
    Property Value
    Type Description
    SelectFeature

    OuterCurve

    Declaration
    public Section OuterCurve { get; }
    Property Value
    Type Description
    Section

    ProductFacets

    Declaration
    public SelectFacetedBody ProductFacets { get; }
    Property Value
    Type Description
    SelectFacetedBody

    ProductPointsFile

    Declaration
    public string ProductPointsFile { get; set; }
    Property Value
    Type Description
    string

    ProductSheet

    Declaration
    public SelectBody ProductSheet { get; }
    Property Value
    Type Description
    SelectBody

    ResultType

    Declaration
    public SpringbackCompensationBuilder.ResultSheetType ResultType { get; set; }
    Property Value
    Type Description
    SpringbackCompensationBuilder.ResultSheetType

    ShapeValue

    Declaration
    public double ShapeValue { get; set; }
    Property Value
    Type Description
    double

    SmoothingFactor

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

    SprungFacets

    Declaration
    public SelectFacetedBody SprungFacets { get; }
    Property Value
    Type Description
    SelectFacetedBody

    SprungPointsFile

    Declaration
    public string SprungPointsFile { get; set; }
    Property Value
    Type Description
    string

    StepSize

    Declaration
    public double StepSize { get; set; }
    Property Value
    Type Description
    double

    Methods

    GetProductPoints(out Point3d[])

    Declaration
    public void GetProductPoints(out Point3d[] productPoints)
    Parameters
    Type Name Description
    Point3d[] productPoints

    GetSprungPoints(out Point3d[])

    Declaration
    public void GetSprungPoints(out Point3d[] sprungPoints)
    Parameters
    Type Name Description
    Point3d[] sprungPoints

    SetProductPoints(Point3d[])

    Declaration
    public void SetProductPoints(Point3d[] productPoints)
    Parameters
    Type Name Description
    Point3d[] productPoints

    SetSprungPoints(Point3d[])

    Declaration
    public void SetSprungPoints(Point3d[] sprungPoints)
    Parameters
    Type Name Description
    Point3d[] sprungPoints

    Implements

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