C# Class SgvX3DConv.Program

ファイルを表示 Open project: SIGVerse/tools

Public Methods

Method Description
convertSgvX3DForm ( System.Xml.Linq.XElement orgObj, int formId ) : System.Xml.Linq.XElement
deleteNodeJudge ( string instr, int mode ) : bool
fDeleteFile ( string stFilePath ) : void
identifyExpType ( System.Xml.Linq.XElement rtObj ) : int
loadX3Dfile ( string posFile ) : System.Xml.Linq.XElement
matchNodeCL ( List elmList, string matchstring ) : bool
matchNodeWL ( List rtObjList, string matchstring, bool flg ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

convertSgvX3DForm() public static method

public static convertSgvX3DForm ( System.Xml.Linq.XElement orgObj, int formId ) : System.Xml.Linq.XElement
orgObj System.Xml.Linq.XElement
formId int
return System.Xml.Linq.XElement

deleteNodeJudge() public static method

public static deleteNodeJudge ( string instr, int mode ) : bool
instr string
mode int
return bool

fDeleteFile() public static method

public static fDeleteFile ( string stFilePath ) : void
stFilePath string
return void

identifyExpType() public static method

public static identifyExpType ( System.Xml.Linq.XElement rtObj ) : int
rtObj System.Xml.Linq.XElement
return int

loadX3Dfile() public static method

public static loadX3Dfile ( string posFile ) : System.Xml.Linq.XElement
posFile string
return System.Xml.Linq.XElement

matchNodeCL() public static method

public static matchNodeCL ( List elmList, string matchstring ) : bool
elmList List
matchstring string
return bool

matchNodeWL() public static method

public static matchNodeWL ( List rtObjList, string matchstring, bool flg ) : void
rtObjList List
matchstring string
flg bool
return void