Class SectionLineSegmentPointListBuilder
Inheritance
System.Object
System.MarshalByRefObject
SectionLineSegmentPointListBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
AddCutSegment(Point, SectionLineSegmentPointBuilder)
Declaration
public SectionLineSegmentPointBuilder AddCutSegment(Point location, SectionLineSegmentPointBuilder referencedCutSegment)
Parameters
Returns
Append(SectionLineSegmentPointBuilder)
Declaration
public void Append(SectionLineSegmentPointBuilder pointData)
Parameters
Clear()
Declaration
CreateSectionLineSegmentPointBuilder()
Declaration
public SectionLineSegmentPointBuilder CreateSectionLineSegmentPointBuilder()
Returns
Delete(SectionLineSegmentPointBuilder)
Declaration
public void Delete(SectionLineSegmentPointBuilder point)
Parameters
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
GetContents()
Declaration
public SectionLineSegmentPointBuilder[] GetContents()
Returns
GetIndex(SectionLineSegmentPointBuilder)
Declaration
public int GetIndex(SectionLineSegmentPointBuilder point)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Insert(Int32, SectionLineSegmentPointBuilder)
Declaration
public void Insert(int insertBeforeIndex, SectionLineSegmentPointBuilder point)
Parameters
MoveSegment(SectionLineSegmentPointBuilder, Point)
Declaration
public void MoveSegment(SectionLineSegmentPointBuilder point, Point pointspecified)
Parameters
SetContents(SectionLineSegmentPointBuilder[])
Declaration
public void SetContents(SectionLineSegmentPointBuilder[] points)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink