Search Results for

    Show / Hide Table of Contents

    Class SheetMetalPreferencesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SheetMetalPreferencesBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Preferences
    Assembly: NXOpen.dll
    Syntax
    public class SheetMetalPreferencesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SheetMetalPreferencesBuilder()

    Declaration
    protected SheetMetalPreferencesBuilder()

    Properties

    BendAllowanceFormula

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

    BendDeductionFormula

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

    BendRadius

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

    BendReliefDepth

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

    BendReliefWidth

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

    DeviationalTolerance

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

    FlatPatternHoleDiameter

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

    FlatPatternInsideValue

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

    FlatPatternOutsideValue

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

    FlatSolidColor

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

    FlatSolidLayer

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

    HoleTreatmentType

    Declaration
    public FeatureProperty HoleTreatmentType { get; set; }
    Property Value
    Type Description
    FeatureProperty

    InsideCornerTreatmentType

    Declaration
    public FeatureProperty InsideCornerTreatmentType { get; set; }
    Property Value
    Type Description
    FeatureProperty

    IntegratePhysicalMaterialLibraryFlag

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

    JoggleDepthThreshold

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

    JoggleDistanceThreshold

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

    JoggleOffsetRadius

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

    JoggleStationaryRadius

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

    MaintainCircularShapeForHolesFlag

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

    MaterialThickness

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

    MinimumArc

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

    NeutralFactor

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

    OutsideCornerTreatmentType

    Declaration
    public FeatureProperty OutsideCornerTreatmentType { get; set; }
    Property Value
    Type Description
    FeatureProperty

    RemoveBendReliefsFlag

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

    ShowLouverCutoutCurvesAsInteriorCurvesFlag

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

    SimplifyBSplinesFlag

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

    Methods

    SetMaterial(Part, string)

    Declaration
    public void SetMaterial(Part partTag, string materialName)
    Parameters
    Type Name Description
    Part partTag
    string materialName

    Implements

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