C# Class GeometryGym.Ifc.IfcLocalPlacement

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

Private Properties

Свойство Type Description
IfcLocalPlacement System
IfcLocalPlacement System
Parse IfcLocalPlacement
ParseXml void
SetXML void
parseFields void
parseJObject void
postParseRelate void

Méthodes publiques

Méthode Description
IfcLocalPlacement ( IfcAxis2Placement placement ) : System
IfcLocalPlacement ( IfcObjectPlacement relativeTo, IfcAxis2Placement placement ) : 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
IfcLocalPlacement ( ) : System
IfcLocalPlacement ( DatabaseIfc db, IfcLocalPlacement p ) : System
Parse ( string strDef ) : IfcLocalPlacement
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcLocalPlacement p, List arrFields, int &ipos ) : void
parseJObject ( Newtonsoft.Json.Linq.JObject obj ) : void
postParseRelate ( ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcLocalPlacement() public méthode

public IfcLocalPlacement ( IfcAxis2Placement placement ) : System
placement IfcAxis2Placement
Résultat System

IfcLocalPlacement() public méthode

public IfcLocalPlacement ( IfcObjectPlacement relativeTo, IfcAxis2Placement placement ) : System
relativeTo IfcObjectPlacement
placement IfcAxis2Placement
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