Search Results for

    Show / Hide Table of Contents

    Class SpringbackCompensationBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FeatureBuilder
    SpringbackCompensationBuilder
    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.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
    System.Double

    CalculateMaxDeviation

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

    ConvexityDirection

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

    ConvexityEnabled

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

    CreateFacets

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

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

    Divisions

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

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

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

    SmoothingFactor

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

    SprungFacets

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

    SprungPointsFile

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

    StepSize

    Declaration
    public double StepSize { get; set; }
    Property Value
    Type Description
    System.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