C# Class GeometryGym.Ifc.IfcDoorType

Inheritance: IfcBuildingElementType
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcDoorType() public méthode

public IfcDoorType ( DatabaseIfc m, string name, IfcDoorTypeEnum type ) : System
m DatabaseIfc
name string
type IfcDoorTypeEnum
Résultat System

setJSON() protected méthode

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Résultat void