C# Class GeometryGym.Ifc.BaseClassIfc

Inheritance: GeometryGym.STEP.STEPEntity, IBaseClassIfc
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes protégées

Méthode Description
extractString ( XmlElement xml, string name ) : string
setAttribute ( XmlElement xml, string name, double val ) : void
setAttribute ( XmlElement xml, string name, string value ) : void
setChild ( XmlElement xml, string name, IEnumerable objects, HashSet processed ) : void

Private Methods

Méthode Description
GetXML ( XmlDocument doc, string name, BaseClassIfc host, HashSet processed ) : XmlElement
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
convert ( XmlDocument doc, IfcValue value, string name ) : XmlNode
extractValue ( XmlNode node ) : IfcValue

Method Details

extractString() protected méthode

protected extractString ( XmlElement xml, string name ) : string
xml System.Xml.XmlElement
name string
Résultat string

setAttribute() protected méthode

protected setAttribute ( XmlElement xml, string name, double val ) : void
xml System.Xml.XmlElement
name string
val double
Résultat void

setAttribute() protected méthode

protected setAttribute ( XmlElement xml, string name, string value ) : void
xml System.Xml.XmlElement
name string
value string
Résultat void

setChild() protected méthode

protected setChild ( XmlElement xml, string name, IEnumerable objects, HashSet processed ) : void
xml System.Xml.XmlElement
name string
objects IEnumerable
processed HashSet
Résultat void