Search Results for

    Show / Hide Table of Contents

    Class SketchSectionLineBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SketchSectionLineBuilder
    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 SketchSectionLineBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    SketchSectionLineBuilder()

    Declaration
    protected SketchSectionLineBuilder()

    Properties

    AssociateToSketch

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

    FoldedToggle

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

    ParentView

    Declaration
    public ParentViewBuilder ParentView { get; }
    Property Value
    Type Description
    ParentViewBuilder

    ReverseDirection

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

    SectionLineType

    Declaration
    public SketchSectionLineBuilder.SectionLineTypes SectionLineType { get; set; }
    Property Value
    Type Description
    SketchSectionLineBuilder.SectionLineTypes

    SectionType

    Declaration
    public SketchSectionLineBuilder.Type SectionType { get; set; }
    Property Value
    Type Description
    SketchSectionLineBuilder.Type

    Settings

    Declaration
    public SectionLineSettingsBuilder Settings { get; }
    Property Value
    Type Description
    SectionLineSettingsBuilder

    SketchSection

    Declaration
    public Section SketchSection { get; }
    Property Value
    Type Description
    Section

    SourceView

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

    Methods

    SetSketch(Sketch)

    Declaration
    public void SetSketch(Sketch sketch)
    Parameters
    Type Name Description
    Sketch sketch

    Implements

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