C# Class GeometryGym.Ifc.BaseClassIfc

Inheritance: GeometryGym.STEP.STEPEntity, IBaseClassIfc
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method 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

Method 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 method

protected extractString ( XmlElement xml, string name ) : string
xml System.Xml.XmlElement
name string
return string

setAttribute() protected method

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

setAttribute() protected method

protected setAttribute ( XmlElement xml, string name, string value ) : void
xml System.Xml.XmlElement
name string
value string
return void

setChild() protected method

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