Search Results for

    Show / Hide Table of Contents

    Class ViewSectionLineBuilder

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

    Constructors

    ViewSectionLineBuilder()

    Declaration
    protected ViewSectionLineBuilder()

    Properties

    ArrowheadAngle

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

    ArrowheadLength

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

    ArrowLength

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

    BendAndEndSegmentWidthFactor

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

    BorderToArrowDistance

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

    Display

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

    DisplayLettersOnBends

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

    DisplayRotationLetter

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

    Gap

    Declaration
    public double Gap { get; set; }
    Property Value
    Type Description
    System.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
    System.Double

    Overhang

    Declaration
    public double Overhang { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    UseOffset

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

    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
    System.Boolean

    Implements

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