C# 클래스 GeometryGym.Ifc.IfcBSplineSurface

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

보호된 메소드들

메소드 설명
BuildStringSTEP ( ) : string
IfcBSplineSurface ( ) : System
IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System
Parse ( string str, int &pos, int len ) : void

비공개 메소드들

메소드 설명
IfcBSplineSurface ( DatabaseIfc db, int uDegree, int vDegree, IfcBSplineSurfaceForm form ) : System

메소드 상세

BuildStringSTEP() 보호된 메소드

protected BuildStringSTEP ( ) : string
리턴 string

IfcBSplineSurface() 보호된 메소드

protected IfcBSplineSurface ( ) : System
리턴 System

IfcBSplineSurface() 보호된 메소드

protected IfcBSplineSurface ( DatabaseIfc db, IfcBSplineSurface s ) : System
db DatabaseIfc
s IfcBSplineSurface
리턴 System

IfcBSplineSurface() 보호된 메소드

protected IfcBSplineSurface ( int uDegree, int vDegree, List controlPoints, IfcBSplineSurfaceForm form ) : System
uDegree int
vDegree int
controlPoints List
form IfcBSplineSurfaceForm
리턴 System

Parse() 보호된 메소드

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