C# Class GeometryGym.Ifc.IfcVertexPoint

Inheritance: IfcVertex, IfcPointOrVertexPoint
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcVertexPoint ( IfcPoint p ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcVertexPoint ( ) : System
IfcVertexPoint ( DatabaseIfc db, IfcVertexPoint v ) : System
Parse ( string str ) : IfcVertexPoint
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcVertexPoint() public méthode

public IfcVertexPoint ( IfcPoint p ) : System
p IfcPoint
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