Search Results for

    Show / Hide Table of Contents

    Class ViewSectionLineBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    ViewSectionLineBuilder
    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 ViewSectionLineBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    ViewSectionLineBuilder()

    Declaration
    protected ViewSectionLineBuilder()

    Properties

    ArrowLength

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

    ArrowheadAngle

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

    ArrowheadLength

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

    BendAndEndSegmentWidthFactor

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

    BorderToArrowDistance

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

    Display

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

    DisplayLettersOnBends

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

    DisplayRotationLetter

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

    Gap

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

    LabelLocation

    Declaration
    public ViewSectionLineBuilder.LocationType LabelLocation { get; set; }
    Property Value
    Type Description
    ViewSectionLineBuilder.LocationType

    LineColorFontWidth

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

    LineLength

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

    Overhang

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

    SelectRotationLetter

    Declaration
    public SelectTaggedObject SelectRotationLetter { get; }
    Property Value
    Type Description
    SelectTaggedObject

    ShowSectionLine

    Declaration
    public ViewSectionLineBuilder.ShowSectionLineType ShowSectionLine { get; set; }
    Property Value
    Type Description
    ViewSectionLineBuilder.ShowSectionLineType

    Style

    Declaration
    public ViewSectionLineBuilder.StyleType Style { get; set; }
    Property Value
    Type Description
    ViewSectionLineBuilder.StyleType

    TypeStandard

    Declaration
    public ViewSectionLineBuilder.DisplayType TypeStandard { get; set; }
    Property Value
    Type Description
    ViewSectionLineBuilder.DisplayType

    UseLineLength

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

    UseOffset

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

    Methods

    InheritSettingsFromCustomerDefault()

    Declaration
    public void InheritSettingsFromCustomerDefault()

    InheritSettingsFromPreferences()

    Declaration
    public void InheritSettingsFromPreferences()

    InheritSettingsFromSelectedObjects(NXObject)

    Declaration
    public void InheritSettingsFromSelectedObjects(NXObject selectedObject)
    Parameters
    Type Name Description
    NXObject selectedObject

    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