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

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

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

Метод Описание
IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System

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

Метод Описание
BuildStringSTEP ( ) : string

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

Метод Описание
IfcEdgeCurve ( ) : System
IfcEdgeCurve ( DatabaseIfc db, IfcEdgeCurve e ) : System
Parse ( string strDef ) : IfcEdgeCurve
parseFields ( IfcEdgeCurve e, List arrFields, int &ipos ) : void
postParseRelate ( ) : void

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

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

protected BuildStringSTEP ( ) : string
Результат string

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

public IfcEdgeCurve ( IfcVertexPoint start, IfcVertexPoint end, IfcCurve edge, bool sense ) : System
start IfcVertexPoint
end IfcVertexPoint
edge IfcCurve
sense bool
Результат System