C# 클래스 GeometryGym.STEP.ParserSTEP

파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC

공개 프로퍼티들

프로퍼티 타입 설명
NumberFormat System.Globalization.NumberFormatInfo

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ParserSTEP ( ) : System
offsetSTEPRecords ( string line, int offset ) : string
striplist ( string s, int &pos, int len ) : string
stripstring ( string s, int &pos, int len ) : string

메소드 상세

BoolToString() 공개 정적인 메소드

public static BoolToString ( bool b ) : string
b bool
리턴 string

DoubleOptionalToString() 공개 정적인 메소드

public static DoubleOptionalToString ( double i ) : string
i double
리턴 string

DoubleToString() 공개 정적인 메소드

public static DoubleToString ( double d ) : string
d double
리턴 string

IntOptionalToString() 공개 정적인 메소드

public static IntOptionalToString ( int i ) : string
i int
리턴 string

IntToString() 공개 정적인 메소드

public static IntToString ( int i ) : string
i int
리턴 string

LinkToString() 공개 정적인 메소드

public static LinkToString ( int link ) : string
link int
리턴 string

ListLinksToString() 공개 정적인 메소드

public static ListLinksToString ( List links ) : string
links List
리턴 string

ParseBool() 공개 정적인 메소드

public static ParseBool ( string str ) : bool
str string
리턴 bool

ParseDouble() 공개 정적인 메소드

public static ParseDouble ( string str ) : double
str string
리턴 double

ParseInt() 공개 정적인 메소드

public static ParseInt ( string str ) : int
str string
리턴 int

ParseLink() 공개 정적인 메소드

public static ParseLink ( string str ) : int
str string
리턴 int

ParseString() 공개 정적인 메소드

public static ParseString ( string str ) : string
str string
리턴 string

SplitLineFields() 공개 정적인 메소드

public static SplitLineFields ( string s ) : List
s string
리턴 List

SplitListDoubleTriple() 공개 정적인 메소드

public static SplitListDoubleTriple ( string s ) : Tuple[]
s string
리턴 Tuple[]

SplitListDoubleTuple() 공개 정적인 메소드

public static SplitListDoubleTuple ( string s ) : double>[].Tuple
s string
리턴 double>[].Tuple

SplitListLinks() 공개 정적인 메소드

public static SplitListLinks ( string s ) : List
s string
리턴 List

SplitListSTPIntTriple() 공개 정적인 메소드

public static SplitListSTPIntTriple ( string s ) : Tuple[]
s string
리턴 Tuple[]

SplitListSTPIntegers() 공개 정적인 메소드

public static SplitListSTPIntegers ( string s ) : List
s string
리턴 List

SplitListStrings() 공개 정적인 메소드

public static SplitListStrings ( string s ) : List
s string
리턴 List

StripBool() 공개 정적인 메소드

public static StripBool ( string s, int &pos, int len ) : bool
s string
pos int
len int
리턴 bool

StripDouble() 공개 정적인 메소드

public static StripDouble ( string s, int &pos, int len ) : double
s string
pos int
len int
리턴 double

StripField() 공개 정적인 메소드

public static StripField ( string s, int &pos, int len ) : string
s string
pos int
len int
리턴 string

StripInt() 공개 정적인 메소드

public static StripInt ( string s, int &pos, int len ) : int
s string
pos int
len int
리턴 int

StripLink() 공개 정적인 메소드

public static StripLink ( string s, int &pos, int len ) : int
s string
pos int
len int
리턴 int

StripListDouble() 공개 정적인 메소드

public static StripListDouble ( string s, int &pos, int len ) : List
s string
pos int
len int
리턴 List

StripListInt() 공개 정적인 메소드

public static StripListInt ( string s, int &pos, int len ) : List
s string
pos int
len int
리턴 List

StripListLink() 공개 정적인 메소드

public static StripListLink ( string s, int &pos, int len ) : List
s string
pos int
len int
리턴 List

StripListListDouble() 공개 정적인 메소드

public static StripListListDouble ( string s, int &pos, int len ) : List>
s string
pos int
len int
리턴 List>

StripListListInt() 공개 정적인 메소드

public static StripListListInt ( string s, int &pos, int len ) : List>
s string
pos int
len int
리턴 List>

StripListListLink() 공개 정적인 메소드

public static StripListListLink ( string s, int &pos, int len ) : List>
s string
pos int
len int
리턴 List>

StripString() 공개 정적인 메소드

public static StripString ( string s, int &pos, int len ) : string
s string
pos int
len int
리턴 string

프로퍼티 상세

NumberFormat 공개적으로 정적으로 프로퍼티

public static NumberFormatInfo,System.Globalization NumberFormat
리턴 System.Globalization.NumberFormatInfo