C# Class SgvX3DConv.Program

Afficher le fichier Open project: SIGVerse/tools

Méthodes publiques

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

Méthode Description
Main ( string args ) : void

Method Details

convertSgvX3DForm() public static méthode

public static convertSgvX3DForm ( System.Xml.Linq.XElement orgObj, int formId ) : System.Xml.Linq.XElement
orgObj System.Xml.Linq.XElement
formId int
Résultat System.Xml.Linq.XElement

deleteNodeJudge() public static méthode

public static deleteNodeJudge ( string instr, int mode ) : bool
instr string
mode int
Résultat bool

fDeleteFile() public static méthode

public static fDeleteFile ( string stFilePath ) : void
stFilePath string
Résultat void

identifyExpType() public static méthode

public static identifyExpType ( System.Xml.Linq.XElement rtObj ) : int
rtObj System.Xml.Linq.XElement
Résultat int

loadX3Dfile() public static méthode

public static loadX3Dfile ( string posFile ) : System.Xml.Linq.XElement
posFile string
Résultat System.Xml.Linq.XElement

matchNodeCL() public static méthode

public static matchNodeCL ( List elmList, string matchstring ) : bool
elmList List
matchstring string
Résultat bool

matchNodeWL() public static méthode

public static matchNodeWL ( List rtObjList, string matchstring, bool flg ) : void
rtObjList List
matchstring string
flg bool
Résultat void