Class SectionLineSegmentPointListBuilder
Inheritance
SectionLineSegmentPointListBuilder
Assembly: NXOpen.dll
Syntax
public class SectionLineSegmentPointListBuilder : TaggedObject, IMessageSink
Constructors
SectionLineSegmentPointListBuilder()
Declaration
protected SectionLineSegmentPointListBuilder()
Properties
Length
Declaration
public int Length { get; }
Property Value
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(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
GetContents()
Declaration
public SectionLineSegmentPointBuilder[] GetContents()
Returns
GetIndex(SectionLineSegmentPointBuilder)
Declaration
public int GetIndex(SectionLineSegmentPointBuilder point)
Parameters
Returns
Insert(int, 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