Search Results for

    Show / Hide Table of Contents

    Class BrokenViewBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BrokenViewBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class BrokenViewBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    BrokenViewBuilder()

    Declaration
    protected BrokenViewBuilder()

    Properties

    Amplitude

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

    BreakLine1Anchor

    Declaration
    public Point BreakLine1Anchor { get; set; }
    Property Value
    Type Description
    Point

    BreakLine1ModelAnchor

    Declaration
    public Point BreakLine1ModelAnchor { get; set; }
    Property Value
    Type Description
    Point

    BreakLine1Offset

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

    BreakLine2Anchor

    Declaration
    public Point BreakLine2Anchor { get; set; }
    Property Value
    Type Description
    Point

    BreakLine2ModelAnchor

    Declaration
    public Point BreakLine2ModelAnchor { get; set; }
    Property Value
    Type Description
    Point

    BreakLine2Offset

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

    BreakLineType

    Declaration
    public BrokenViewBuilder.BreakLineStyle BreakLineType { get; set; }
    Property Value
    Type Description
    BrokenViewBuilder.BreakLineStyle

    BreakType

    Declaration
    public BrokenViewBuilder.TypeBreak BreakType { get; set; }
    Property Value
    Type Description
    BrokenViewBuilder.TypeBreak

    BreakVisibility

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

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    CrossHatch

    Declaration
    public HatchFillSettingsBuilder CrossHatch { get; }
    Property Value
    Type Description
    HatchFillSettingsBuilder

    DirectionType

    Declaration
    public BrokenViewBuilder.TypeDirection DirectionType { get; set; }
    Property Value
    Type Description
    BrokenViewBuilder.TypeDirection

    DirectionVector

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

    ExistingCurve

    Declaration
    public ScCollector ExistingCurve { get; }
    Property Value
    Type Description
    ScCollector

    Extension1

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

    Extension2

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

    Gap

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

    IsBreakLine1Associative

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

    IsBreakLine2Associative

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

    MasterView

    Declaration
    public SelectDraftingView MasterView { get; }
    Property Value
    Type Description
    SelectDraftingView

    Repetition

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

    Suppress

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

    Width

    Declaration
    public BrokenViewBuilder.LineWidth Width { get; set; }
    Property Value
    Type Description
    BrokenViewBuilder.LineWidth

    Implements

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