C# Class GeometryGym.Ifc.IfcBooleanResult

Inheritance: IfcGeometricRepresentationItem, IfcBooleanOperand, IfcCsgSelect
Show file Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System

Protected Methods

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

Private Methods

Method 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 method

protected BuildStringSTEP ( ) : string
return string

IfcBooleanResult() public method

public IfcBooleanResult ( IfcBooleanOperator op, IfcBooleanOperand first, IfcBooleanOperand second ) : System
op IfcBooleanOperator
first IfcBooleanOperand
second IfcBooleanOperand
return System

setJSON() protected method

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