C# Class GeometryGym.Ifc.IfcElementarySurface

Inheritance: GeometryGym.Ifc.IfcSurface
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method Description
BuildStringSTEP ( ) : string
IfcElementarySurface ( ) : System
IfcElementarySurface ( DatabaseIfc db, IfcElementarySurface s ) : System
IfcElementarySurface ( IfcAxis2Placement3D placement ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcElementarySurface() protected method

protected IfcElementarySurface ( ) : System
return System

IfcElementarySurface() protected method

protected IfcElementarySurface ( DatabaseIfc db, IfcElementarySurface s ) : System
db DatabaseIfc
s IfcElementarySurface
return System

IfcElementarySurface() protected method

protected IfcElementarySurface ( IfcAxis2Placement3D placement ) : System
placement IfcAxis2Placement3D
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
return void