C# Class GeometryGym.Ifc.IfcBooleanResult

Inheritance: IfcGeometricRepresentationItem, IfcBooleanOperand, IfcCsgSelect
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcBooleanResult ( ) : System
IfcBooleanResult ( DatabaseIfc db, IfcBooleanResult b ) : System
Parse ( string strDef ) : IfcBooleanResult
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
changeSchema ( ReleaseVersion schema ) : void
parseFields ( IfcBooleanResult b, List arrFields, int &ipos ) : void
parseJObject ( Newtonsoft.Json.Linq.JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcBooleanResult() public méthode

public IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System
op IfcBooleanOperator
first IfcBooleanOperand
second IfcBooleanOperand
Résultat System

setJSON() protected méthode

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