C# Class GeometryGym.Ifc.IfcGeometricRepresentationSubContext

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

Méthodes publiques

Méthode Description
IfcGeometricRepresentationSubContext ( IfcGeometricRepresentationContext container, IfcGeometricProjectionEnum view ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcGeometricRepresentationSubContext ( ) : System
IfcGeometricRepresentationSubContext ( DatabaseIfc db, IfcGeometricRepresentationSubContext s ) : System
Parse ( string strDef ) : IfcGeometricRepresentationSubContext
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcGeometricRepresentationSubContext c, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void
postParseRelate ( ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcGeometricRepresentationSubContext() public méthode

public IfcGeometricRepresentationSubContext ( IfcGeometricRepresentationContext container, IfcGeometricProjectionEnum view ) : System
container IfcGeometricRepresentationContext
view IfcGeometricProjectionEnum
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