C# Class GeometryGym.Ifc.IfcBoundedCurve

Afficher le fichier Open project: GeometryGym/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve

Méthodes protégées

Méthode Description
IfcBoundedCurve ( ) : System
IfcBoundedCurve ( DatabaseIfc db ) : System
IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System

Method Details

Generate() public static méthode

public static Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve
db DatabaseIfc
points IEnumerable
segments List
Résultat IfcBoundedCurve

IfcBoundedCurve() protected méthode

protected IfcBoundedCurve ( ) : System
Résultat System

IfcBoundedCurve() protected méthode

protected IfcBoundedCurve ( DatabaseIfc db ) : System
db DatabaseIfc
Résultat System

IfcBoundedCurve() protected méthode

protected IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System
db DatabaseIfc
c IfcBoundedCurve
options DuplicateOptions
Résultat System