Search Results for

    Show / Hide Table of Contents

    Class SectionLineSegmentPointListBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SectionLineSegmentPointListBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    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 SectionLineSegmentPointListBuilder : TaggedObject, IMessageSink

    Constructors

    SectionLineSegmentPointListBuilder()

    Declaration
    protected SectionLineSegmentPointListBuilder()

    Properties

    Length

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

    Methods

    AddCutSegment(Point)

    Declaration
    public SectionLineSegmentPointBuilder AddCutSegment(Point location)
    Parameters
    Type Name Description
    Point location
    Returns
    Type Description
    SectionLineSegmentPointBuilder

    AddCutSegment(Point, SectionLineSegmentPointBuilder)

    Declaration
    public SectionLineSegmentPointBuilder AddCutSegment(Point location, SectionLineSegmentPointBuilder referencedCutSegment)
    Parameters
    Type Name Description
    Point location
    SectionLineSegmentPointBuilder referencedCutSegment
    Returns
    Type Description
    SectionLineSegmentPointBuilder

    Append(SectionLineSegmentPointBuilder)

    Declaration
    public void Append(SectionLineSegmentPointBuilder pointData)
    Parameters
    Type Name Description
    SectionLineSegmentPointBuilder pointData

    Clear()

    Declaration
    public void Clear()

    CreateSectionLineSegmentPointBuilder()

    Declaration
    public SectionLineSegmentPointBuilder CreateSectionLineSegmentPointBuilder()
    Returns
    Type Description
    SectionLineSegmentPointBuilder

    Delete(SectionLineSegmentPointBuilder)

    Declaration
    public void Delete(SectionLineSegmentPointBuilder point)
    Parameters
    Type Name Description
    SectionLineSegmentPointBuilder point

    Delete(Int32)

    Declaration
    public void Delete(int index)
    Parameters
    Type Name Description
    System.Int32 index

    FindItem(Int32)

    Declaration
    public SectionLineSegmentPointBuilder FindItem(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    SectionLineSegmentPointBuilder

    GetContents()

    Declaration
    public SectionLineSegmentPointBuilder[] GetContents()
    Returns
    Type Description
    SectionLineSegmentPointBuilder[]

    GetIndex(SectionLineSegmentPointBuilder)

    Declaration
    public int GetIndex(SectionLineSegmentPointBuilder point)
    Parameters
    Type Name Description
    SectionLineSegmentPointBuilder point
    Returns
    Type Description
    System.Int32

    Insert(Int32, SectionLineSegmentPointBuilder)

    Declaration
    public void Insert(int insertBeforeIndex, SectionLineSegmentPointBuilder point)
    Parameters
    Type Name Description
    System.Int32 insertBeforeIndex
    SectionLineSegmentPointBuilder point

    MoveSegment(SectionLineSegmentPointBuilder, Point)

    Declaration
    public void MoveSegment(SectionLineSegmentPointBuilder point, Point pointspecified)
    Parameters
    Type Name Description
    SectionLineSegmentPointBuilder point
    Point pointspecified

    SetContents(SectionLineSegmentPointBuilder[])

    Declaration
    public void SetContents(SectionLineSegmentPointBuilder[] points)
    Parameters
    Type Name Description
    SectionLineSegmentPointBuilder[] points

    Implements

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