C# 클래스 GeometryGym.Ifc.IfcCircularArcSegment2D

상속: IfcCurveSegment2D
파일 보기 프로젝트 열기: jmirtsch/GeometryGymIFC 1 사용 예제들

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, List prime ) : void

비공개 메소드들

메소드 설명
IfcCircularArcSegment2D ( ) : System
IfcCircularArcSegment2D ( DatabaseIfc db, IfcCircularArcSegment2D s ) : System
IfcCircularArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW ) : System
Parse ( string str ) : IfcCircularArcSegment2D

메소드 상세

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