Search Results for

    Show / Hide Table of Contents

    Class MiterOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MiterOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    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.SheetMetal
    Assembly: NXOpen.dll
    Syntax
    public class MiterOptions : TaggedObject, IMessageSink

    Constructors

    MiterOptions()

    Declaration
    protected MiterOptions()

    Properties

    BlendMiter

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

    ClosedCornerGap

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

    ClosedCornerType

    Declaration
    public MiterOptions.ClosedCornerTypeOptions ClosedCornerType { get; set; }
    Property Value
    Type Description
    MiterOptions.ClosedCornerTypeOptions

    ClosedCornerVAngle1

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

    ClosedCornerVAngle2

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

    CornerTreatmentOffset

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

    CornerTreatmentOriginType

    Declaration
    public MiterOptions.CornerTreatmentOriginTypeOptions CornerTreatmentOriginType { get; set; }
    Property Value
    Type Description
    MiterOptions.CornerTreatmentOriginTypeOptions

    EndType

    Declaration
    public MiterOptions.TypeOptions EndType { get; set; }
    Property Value
    Type Description
    MiterOptions.TypeOptions

    MiterCorner

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

    MiterInteriorCornersIfNecessary

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

    MiterRootRadius

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

    Position

    Declaration
    public MiterOptions.PositionOptions Position { get; set; }
    Property Value
    Type Description
    MiterOptions.PositionOptions

    StartType

    Declaration
    public MiterOptions.TypeOptions StartType { get; set; }
    Property Value
    Type Description
    MiterOptions.TypeOptions

    ThreeBendCornerFlangeClearance

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

    UseNormalCutoutMethod

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

    Methods

    GetClosedCornerDiameter()

    Declaration
    public Expression GetClosedCornerDiameter()
    Returns
    Type Description
    Expression

    GetEndValue()

    Declaration
    public Expression GetEndValue()
    Returns
    Type Description
    Expression

    GetStartValue()

    Declaration
    public Expression GetStartValue()
    Returns
    Type Description
    Expression

    SetClosedCornerDiameter(String)

    Declaration
    public void SetClosedCornerDiameter(string endValue)
    Parameters
    Type Name Description
    System.String endValue

    SetEndValue(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.MiterOptions.GetEndValue instead.")]
    public void SetEndValue(string endValue)
    Parameters
    Type Name Description
    System.String endValue

    SetStartValue(String)

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Expression.RightHandSide on the NXOpen.Expression object returned from Features.SheetMetal.MiterOptions.GetStartValue instead.")]
    public void SetStartValue(string startValue)
    Parameters
    Type Name Description
    System.String startValue

    Implements

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