C# 클래스 SolidworksAddinFramework.GetTrimCurves2DataReader

파일 보기 프로젝트 열기: Weingartner/SolidworksAddinFramework

공개 메소드들

메소드 설명
GetTrimCurves2DataReader ( double data ) : System
Read ( int n ) : IEnumerable
ReadBufferedIntegers ( int bufferSize, int numberOfBuffers ) : IEnumerable

Read n * b integers and return them in group sizes of b

ReadDouble ( ) : double
ReadDoublesWithoutConsume ( int n ) : IEnumerable
ReadIntegers ( int n ) : IEnumerable

Read n integers from the double array. If n is odd then the next even is thrown away and consumed.

ReadShort ( int n ) : IEnumerable

Read n integers from the double array. If n%4 is not zero then the remaining int16 values are thrown away. and consumed.

메소드 상세

GetTrimCurves2DataReader() 공개 메소드

public GetTrimCurves2DataReader ( double data ) : System
data double
리턴 System

Read() 공개 메소드

public Read ( int n ) : IEnumerable
n int
리턴 IEnumerable

ReadBufferedIntegers() 공개 메소드

Read n * b integers and return them in group sizes of b
public ReadBufferedIntegers ( int bufferSize, int numberOfBuffers ) : IEnumerable
bufferSize int
numberOfBuffers int
리턴 IEnumerable

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadDoublesWithoutConsume() 공개 메소드

public ReadDoublesWithoutConsume ( int n ) : IEnumerable
n int
리턴 IEnumerable

ReadIntegers() 공개 메소드

Read n integers from the double array. If n is odd then the next even is thrown away and consumed.
public ReadIntegers ( int n ) : IEnumerable
n int
리턴 IEnumerable

ReadShort() 공개 메소드

Read n integers from the double array. If n%4 is not zero then the remaining int16 values are thrown away. and consumed.
public ReadShort ( int n ) : IEnumerable
n int
리턴 IEnumerable