C# 클래스 GeometryGym.Ifc.IfcBSplineSurfaceWithKnots

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

공개 메소드들

메소드 설명
IfcBSplineSurfaceWithKnots ( int uDegree, int vDegree, IEnumerable controlPoints, IEnumerable uMultiplicities, IEnumerable vMultiplicities, IEnumerable uKnots, IEnumerable vKnots, IfcKnotType type ) : System

비공개 메소드들

메소드 설명
IfcBSplineSurfaceWithKnots ( ) : System
IfcBSplineSurfaceWithKnots ( DatabaseIfc db, IfcBSplineSurfaceWithKnots s, DuplicateOptions options ) : System

메소드 상세

IfcBSplineSurfaceWithKnots() 공개 메소드

public IfcBSplineSurfaceWithKnots ( int uDegree, int vDegree, IEnumerable controlPoints, IEnumerable uMultiplicities, IEnumerable vMultiplicities, IEnumerable uKnots, IEnumerable vKnots, IfcKnotType type ) : System
uDegree int
vDegree int
controlPoints IEnumerable
uMultiplicities IEnumerable
vMultiplicities IEnumerable
uKnots IEnumerable
vKnots IEnumerable
type IfcKnotType
리턴 System