Search Results for

    Show / Hide Table of Contents

    Class MiterOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    MiterOptions
    Implements
    IMessageSink
    Inherited Members
    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.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
    bool

    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
    bool

    MiterInteriorCornersIfNecessary

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

    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
    bool

    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
    string endValue

    Implements

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