C# Class GeometryGym.Ifc.IfcGeometricSet

Inheritance: IfcGeometricRepresentationItem
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcGeometricSet ( List set ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
parse ( string str ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcGeometricSet ( ) : System
IfcGeometricSet ( DatabaseIfc db, IfcGeometricSet s ) : System
Parse ( string str ) : IfcGeometricSet
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
addElements ( List elements ) : void
parseJObject ( JObject obj ) : void
removeElements ( List elements ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcGeometricSet() public method

public IfcGeometricSet ( List set ) : System
set List
return System

parse() protected method

protected parse ( string str ) : void
str string
return void

setJSON() protected method

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