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

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

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

Метод Описание
Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve

Защищенные методы

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

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

Generate() публичный статический Метод

public static Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve
db DatabaseIfc
points IEnumerable
segments List
Результат IfcBoundedCurve

IfcBoundedCurve() защищенный Метод

protected IfcBoundedCurve ( ) : System
Результат System

IfcBoundedCurve() защищенный Метод

protected IfcBoundedCurve ( DatabaseIfc db ) : System
db DatabaseIfc
Результат System

IfcBoundedCurve() защищенный Метод

protected IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System
db DatabaseIfc
c IfcBoundedCurve
options DuplicateOptions
Результат System