C# 클래스 GeometryGym.Ifc.BaseClassIfc

상속: GeometryGym.STEP.STEPEntity, IBaseClassIfc
파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC 1 사용 예제들

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

extractString() 보호된 메소드

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

setAttribute() 보호된 메소드

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

setAttribute() 보호된 메소드

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

setChild() 보호된 메소드

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