C# 클래스 GeometryGym.Ifc.IfcBSplineCurve

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

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
IfcBSplineCurve ( ) : System
IfcBSplineCurve ( DatabaseIfc db, IfcBSplineCurve c ) : System
IfcBSplineCurve ( DatabaseIfc m, NurbsCurve nonRationalCurve, bool twoD ) : System
IfcBSplineCurve ( int degree, List controlPoints, IfcBSplineCurveForm form ) : System
Parse ( string str, int &pos, int len ) : void
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void

비공개 메소드들

메소드 설명
IfcBSplineCurve ( DatabaseIfc db, int degree, IfcBSplineCurveForm form ) : System

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcBSplineCurve() 보호된 메소드

protected IfcBSplineCurve ( ) : System
리턴 System

IfcBSplineCurve() 보호된 메소드

protected IfcBSplineCurve ( DatabaseIfc db, IfcBSplineCurve c ) : System
db DatabaseIfc
c IfcBSplineCurve
리턴 System

IfcBSplineCurve() 보호된 메소드

protected IfcBSplineCurve ( DatabaseIfc m, NurbsCurve nonRationalCurve, bool twoD ) : System
m DatabaseIfc
nonRationalCurve NurbsCurve
twoD bool
리턴 System

IfcBSplineCurve() 보호된 메소드

protected IfcBSplineCurve ( int degree, List controlPoints, IfcBSplineCurveForm form ) : System
degree int
controlPoints List
form IfcBSplineCurveForm
리턴 System

Parse() 보호된 메소드

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
리턴 void

setJSON() 보호된 메소드

protected setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void
obj Newtonsoft.Json.Linq.JObject
host BaseClassIfc
processed HashSet
리턴 void