C# 클래스 GeometryGym.Ifc.IfcBoundedCurve

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

공개 메소드들

메소드 설명
Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve

보호된 메소드들

메소드 설명
IfcBoundedCurve ( ) : System
IfcBoundedCurve ( DatabaseIfc db ) : System
IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( DatabaseIfc db, IEnumerable points, List segments ) : IfcBoundedCurve
db DatabaseIfc
points IEnumerable
segments List
리턴 IfcBoundedCurve

IfcBoundedCurve() 보호된 메소드

protected IfcBoundedCurve ( ) : System
리턴 System

IfcBoundedCurve() 보호된 메소드

protected IfcBoundedCurve ( DatabaseIfc db ) : System
db DatabaseIfc
리턴 System

IfcBoundedCurve() 보호된 메소드

protected IfcBoundedCurve ( DatabaseIfc db, IfcBoundedCurve c, DuplicateOptions options ) : System
db DatabaseIfc
c IfcBoundedCurve
options DuplicateOptions
리턴 System