C# Class GeometryGym.STEP.ParserSTEP

Afficher le fichier Open project: jmirtsch/GeometryGymIFC

Méthodes publiques

Свойство Type Description
NumberFormat System.Globalization.NumberFormatInfo

Méthodes publiques

Méthode Description
BoolToString ( bool b ) : string
DoubleOptionalToString ( double i ) : string
DoubleToString ( double d ) : string
IntOptionalToString ( int i ) : string
IntToString ( int i ) : string
LinkToString ( int link ) : string
ListLinksToString ( List links ) : string
ParseBool ( string str ) : bool
ParseDouble ( string str ) : double
ParseInt ( string str ) : int
ParseLink ( string str ) : int
ParseString ( string str ) : string
SplitLineFields ( string s ) : List
SplitListDoubleTriple ( string s ) : Tuple[]
SplitListDoubleTuple ( string s ) : double>[].Tuple
SplitListLinks ( string s ) : List
SplitListSTPIntTriple ( string s ) : Tuple[]
SplitListSTPIntegers ( string s ) : List
SplitListStrings ( string s ) : List
StripBool ( string s, int &pos, int len ) : bool
StripDouble ( string s, int &pos, int len ) : double
StripField ( string s, int &pos, int len ) : string
StripInt ( string s, int &pos, int len ) : int
StripLink ( string s, int &pos, int len ) : int
StripListDouble ( string s, int &pos, int len ) : List
StripListInt ( string s, int &pos, int len ) : List
StripListLink ( string s, int &pos, int len ) : List
StripListListDouble ( string s, int &pos, int len ) : List>
StripListListInt ( string s, int &pos, int len ) : List>
StripListListLink ( string s, int &pos, int len ) : List>
StripString ( string s, int &pos, int len ) : string

Private Methods

Méthode Description
ParserSTEP ( ) : System
offsetSTEPRecords ( string line, int offset ) : string
striplist ( string s, int &pos, int len ) : string
stripstring ( string s, int &pos, int len ) : string

Method Details

BoolToString() public static méthode

public static BoolToString ( bool b ) : string
b bool
Résultat string

DoubleOptionalToString() public static méthode

public static DoubleOptionalToString ( double i ) : string
i double
Résultat string

DoubleToString() public static méthode

public static DoubleToString ( double d ) : string
d double
Résultat string

IntOptionalToString() public static méthode

public static IntOptionalToString ( int i ) : string
i int
Résultat string

IntToString() public static méthode

public static IntToString ( int i ) : string
i int
Résultat string

LinkToString() public static méthode

public static LinkToString ( int link ) : string
link int
Résultat string

ListLinksToString() public static méthode

public static ListLinksToString ( List links ) : string
links List
Résultat string

ParseBool() public static méthode

public static ParseBool ( string str ) : bool
str string
Résultat bool

ParseDouble() public static méthode

public static ParseDouble ( string str ) : double
str string
Résultat double

ParseInt() public static méthode

public static ParseInt ( string str ) : int
str string
Résultat int

ParseLink() public static méthode

public static ParseLink ( string str ) : int
str string
Résultat int

ParseString() public static méthode

public static ParseString ( string str ) : string
str string
Résultat string

SplitLineFields() public static méthode

public static SplitLineFields ( string s ) : List
s string
Résultat List

SplitListDoubleTriple() public static méthode

public static SplitListDoubleTriple ( string s ) : Tuple[]
s string
Résultat Tuple[]

SplitListDoubleTuple() public static méthode

public static SplitListDoubleTuple ( string s ) : double>[].Tuple
s string
Résultat double>[].Tuple

SplitListLinks() public static méthode

public static SplitListLinks ( string s ) : List
s string
Résultat List

SplitListSTPIntTriple() public static méthode

public static SplitListSTPIntTriple ( string s ) : Tuple[]
s string
Résultat Tuple[]

SplitListSTPIntegers() public static méthode

public static SplitListSTPIntegers ( string s ) : List
s string
Résultat List

SplitListStrings() public static méthode

public static SplitListStrings ( string s ) : List
s string
Résultat List

StripBool() public static méthode

public static StripBool ( string s, int &pos, int len ) : bool
s string
pos int
len int
Résultat bool

StripDouble() public static méthode

public static StripDouble ( string s, int &pos, int len ) : double
s string
pos int
len int
Résultat double

StripField() public static méthode

public static StripField ( string s, int &pos, int len ) : string
s string
pos int
len int
Résultat string

StripInt() public static méthode

public static StripInt ( string s, int &pos, int len ) : int
s string
pos int
len int
Résultat int

StripLink() public static méthode

public static StripLink ( string s, int &pos, int len ) : int
s string
pos int
len int
Résultat int

StripListDouble() public static méthode

public static StripListDouble ( string s, int &pos, int len ) : List
s string
pos int
len int
Résultat List

StripListInt() public static méthode

public static StripListInt ( string s, int &pos, int len ) : List
s string
pos int
len int
Résultat List

StripListLink() public static méthode

public static StripListLink ( string s, int &pos, int len ) : List
s string
pos int
len int
Résultat List

StripListListDouble() public static méthode

public static StripListListDouble ( string s, int &pos, int len ) : List>
s string
pos int
len int
Résultat List>

StripListListInt() public static méthode

public static StripListListInt ( string s, int &pos, int len ) : List>
s string
pos int
len int
Résultat List>

StripListListLink() public static méthode

public static StripListListLink ( string s, int &pos, int len ) : List>
s string
pos int
len int
Résultat List>

StripString() public static méthode

public static StripString ( string s, int &pos, int len ) : string
s string
pos int
len int
Résultat string

Property Details

NumberFormat public_oe static_oe property

public static NumberFormatInfo,System.Globalization NumberFormat
Résultat System.Globalization.NumberFormatInfo