C# Class GeometryGym.Ifc.IfcDoorType

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

Public Methods

Method Description
IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type ) : System

Protected Methods

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

Private Methods

Method Description
IfcDoorType ( ) : System
IfcDoorType ( DatabaseIfc db, IfcDoorType t ) : System
IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type, IfcDoorTypeOperationEnum operation, IfcDoorLiningProperties lp, List pps ) : System
IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type, IfcDoorTypeOperationEnum operation, bool parameterTakesPrecendence ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcDoorType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcDoorType s, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcDoorType() public method

public IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type ) : System
m DatabaseIfc
name string
type IfcDoorTypeEnum
return System

setJSON() protected method

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