C# Class GeometryGym.Ifc.IfcGeometricRepresentationContext

Inheritance: IfcRepresentationContext, IfcCoordinateReferenceSystemSelect
Exibir arquivo Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcGeometricRepresentationContext ( int coordinateSpaceDimension, IfcAxis2Placement worldCoordinateSystem ) : System

Protected Methods

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

Private Methods

Method Description
IfcGeometricRepresentationContext ( ) : System
IfcGeometricRepresentationContext ( DatabaseIfc db, IfcGeometricRepresentationContext c ) : System
IfcGeometricRepresentationContext ( DatabaseIfc db, int SpaceDimension, double precision ) : System
Parse ( string strDef ) : IfcGeometricRepresentationContext
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcGeometricRepresentationContext c, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcGeometricRepresentationContext() protected method

protected IfcGeometricRepresentationContext ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcGeometricRepresentationContext() public method

public IfcGeometricRepresentationContext ( int coordinateSpaceDimension, IfcAxis2Placement worldCoordinateSystem ) : System
coordinateSpaceDimension int
worldCoordinateSystem IfcAxis2Placement
return System

setJSON() protected method

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