C# Class GeometryGym.Ifc.IfcBSplineSurface

Inheritance: IfcBoundedSurface
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Protected Methods

Method 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

Method Description
IfcBSplineSurface ( DatabaseIfc db, int uDegree, int vDegree, IfcBSplineSurfaceForm form ) : System

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcBSplineSurface() protected method

protected IfcBSplineSurface ( ) : System
return System

IfcBSplineSurface() protected method

protected IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
db DatabaseIfc
s IfcBSplineSurface
return System

IfcBSplineSurface() protected method

protected IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System
uDegree int
vDegree int
controlPoints List
form IfcBSplineSurfaceForm
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void