C# Класс GeometryGym.Ifc.IfcBSplineSurfaceWithKnots

Наследование: IfcBSplineSurface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IfcBSplineSurfaceWithKnots ( int uDegree, int vDegree, IEnumerable controlPoints, IEnumerable uMultiplicities, IEnumerable vMultiplicities, IEnumerable uKnots, IEnumerable vKnots, IfcKnotType type ) : System

Приватные методы

Метод Описание
IfcBSplineSurfaceWithKnots ( ) : System
IfcBSplineSurfaceWithKnots ( DatabaseIfc db, IfcBSplineSurfaceWithKnots s, DuplicateOptions options ) : System

Описание методов

IfcBSplineSurfaceWithKnots() публичный Метод

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
Результат System