C# Class GeometryGym.Ifc.IfcBSplineSurfaceWithKnots

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

Méthodes publiques

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

Private Methods

Méthode Description
IfcBSplineSurfaceWithKnots ( ) : System
IfcBSplineSurfaceWithKnots ( DatabaseIfc db, IfcBSplineSurfaceWithKnots s, DuplicateOptions options ) : System

Method Details

IfcBSplineSurfaceWithKnots() public méthode

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
Résultat System