Search Results for

    Show / Hide Table of Contents

    Class SectionLineSegmentPointListBuilder

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

    Constructors

    SectionLineSegmentPointListBuilder()

    Declaration
    protected SectionLineSegmentPointListBuilder()

    Properties

    Length

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

    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(int)

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

    FindItem(int)

    Declaration
    public SectionLineSegmentPointBuilder FindItem(int index)
    Parameters
    Type Name Description
    int 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
    int

    Insert(int, SectionLineSegmentPointBuilder)

    Declaration
    public void Insert(int insertBeforeIndex, SectionLineSegmentPointBuilder point)
    Parameters
    Type Name Description
    int 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