C# 클래스 GeometryGym.Ifc.IfcCurveSegment2D

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

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
IfcCurveSegment2D ( ) : System
IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System
IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, List prime ) : void

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcCurveSegment2D() 보호된 메소드

protected IfcCurveSegment2D ( ) : System
리턴 System

IfcCurveSegment2D() 보호된 메소드

protected IfcCurveSegment2D ( DatabaseIfc db, IfcCurveSegment2D p ) : System
db DatabaseIfc
p IfcCurveSegment2D
리턴 System

IfcCurveSegment2D() 보호된 메소드

protected IfcCurveSegment2D ( IfcCartesianPoint start, double startDirection, double length ) : System
start IfcCartesianPoint
startDirection double
length double
리턴 System

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