C# Class GeometryGym.Ifc.IfcVector

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

Private Properties

Свойство Type Description
IfcVector System
IfcVector System
Parse IfcVector
ParseXml void
SetXML void

Méthodes publiques

Méthode Description
IfcVector ( DatabaseIfc db, Vector3d v ) : System
IfcVector ( IfcDirection orientation, double magnitude ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

Méthode Description
IfcVector ( ) : System
IfcVector ( DatabaseIfc db, IfcVector v ) : System
Parse ( string str ) : IfcVector
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcVector() public méthode

public IfcVector ( DatabaseIfc db, Vector3d v ) : System
db DatabaseIfc
v Vector3d
Résultat System

IfcVector() public méthode

public IfcVector ( IfcDirection orientation, double magnitude ) : System
orientation IfcDirection
magnitude double
Résultat System