C# Class SolidworksAddinFramework.GetTrimCurves2DataReader

Afficher le fichier Open project: Weingartner/SolidworksAddinFramework

Méthodes publiques

Méthode Description
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.

Method Details

GetTrimCurves2DataReader() public méthode

public GetTrimCurves2DataReader ( double data ) : System
data double
Résultat System

Read() public méthode

public Read ( int n ) : IEnumerable
n int
Résultat IEnumerable

ReadBufferedIntegers() public méthode

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

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadDoublesWithoutConsume() public méthode

public ReadDoublesWithoutConsume ( int n ) : IEnumerable
n int
Résultat IEnumerable

ReadIntegers() public méthode

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
Résultat IEnumerable

ReadShort() public méthode

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
Résultat IEnumerable