C# Class GeometryGym.Ifc.IfcBSplineSurface

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcBSplineSurface ( ) : System
IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System
Parse ( string str, int &pos, int len ) : void

Private Methods

Méthode Description
IfcBSplineSurface ( DatabaseIfc db, int uDegree, int vDegree, IfcBSplineSurfaceForm form ) : System

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcBSplineSurface() protected méthode

protected IfcBSplineSurface ( ) : System
Résultat System

IfcBSplineSurface() protected méthode

protected IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
db DatabaseIfc
s IfcBSplineSurface
Résultat System

IfcBSplineSurface() protected méthode

protected IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System
uDegree int
vDegree int
controlPoints List
form IfcBSplineSurfaceForm
Résultat System

Parse() protected méthode

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
Résultat void