C# Class GeometryGym.Ifc.IfcBSplineSurfaceWithKnots

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

Public Methods

Method Description
IfcBSplineSurfaceWithKnots ( int uDegree, int vDegree, IEnumerable controlPoints, IEnumerable uMultiplicities, IEnumerable vMultiplicities, IEnumerable uKnots, IEnumerable vKnots, IfcKnotType type ) : System

Private Methods

Method Description
IfcBSplineSurfaceWithKnots ( ) : System
IfcBSplineSurfaceWithKnots ( DatabaseIfc db, IfcBSplineSurfaceWithKnots s, DuplicateOptions options ) : System

Method Details

IfcBSplineSurfaceWithKnots() public method

public IfcBSplineSurfaceWithKnots ( int uDegree, int vDegree, IEnumerable controlPoints, IEnumerable uMultiplicities, IEnumerable vMultiplicities, IEnumerable uKnots, IEnumerable vKnots, IfcKnotType type ) : System
uDegree int
vDegree int
controlPoints IEnumerable
uMultiplicities IEnumerable
vMultiplicities IEnumerable
uKnots IEnumerable
vKnots IEnumerable
type IfcKnotType
return System