Search Results for

    Show / Hide Table of Contents

    Class ViewBreakBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewBreakBuilder
    Implements
    IMessageSink
    IComponentBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class ViewBreakBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewBreakBuilder()

    Declaration
    protected ViewBreakBuilder()

    Properties

    AddForeshorteningSymbol

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

    BreakGap

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

    BreakLineAmplitude

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

    BreakLineColorWidth

    Declaration
    public LineColorFontWidthBuilder BreakLineColorWidth { get; }
    Property Value
    Type Description
    LineColorFontWidthBuilder

    BreakLineExtension

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

    BreakLineStyle

    Declaration
    public ViewBreakBuilder.Viewbreaklinestyle BreakLineStyle { get; set; }
    Property Value
    Type Description
    ViewBreakBuilder.Viewbreaklinestyle

    PropagateViewBreak

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

    ShowBreakLines

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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