C# Class GeometryGym.Ifc.IfcLShapeProfileDef

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

Méthodes publiques

Méthode Description
IfcLShapeProfileDef ( DatabaseIfc db, string name, double depth, double width, double thickness, double filletRadius, double edgeRadius, double legSlope ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string

Private Methods

Méthode Description
IfcLShapeProfileDef ( ) : System
IfcLShapeProfileDef ( DatabaseIfc db, IfcLShapeProfileDef p ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcLShapeProfileDef
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcLShapeProfileDef p, List arrFields, int &ipos, ReleaseVersion schema ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcLShapeProfileDef() public méthode

public IfcLShapeProfileDef ( DatabaseIfc db, string name, double depth, double width, double thickness, double filletRadius, double edgeRadius, double legSlope ) : System
db DatabaseIfc
name string
depth double
width double
thickness double
filletRadius double
edgeRadius double
legSlope double
Résultat System