C# Class GeometryGym.Ifc.IfcLine

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

Méthodes publiques

Méthode Description
IfcLine ( IfcCartesianPoint point, IfcVector dir ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

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

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcLine() public méthode

public IfcLine ( IfcCartesianPoint point, IfcVector dir ) : System
point IfcCartesianPoint
dir IfcVector
Résultat System