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

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

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

Метод Описание
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, List prime ) : void

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

Метод Описание
IfcClothoidalArcSegment2D ( ) : System
IfcClothoidalArcSegment2D ( DatabaseIfc db, IfcClothoidalArcSegment2D s ) : System
IfcClothoidalArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant ) : System
Parse ( string str ) : IfcClothoidalArcSegment2D

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

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

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

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

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
Результат void

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

protected setJSON ( JObject obj, BaseClassIfc host, List prime ) : void
obj JObject
host BaseClassIfc
prime List
Результат void