C# 클래스 CSharpGL.ChainModel

链条。若干个点用直线连接起来。
파일 보기 프로젝트 열기: bitzhuwei/CSharpGL 1 사용 예제들

공개 메소드들

메소드 설명
ChainModel ( int pointCount = 10, int length = 5, int width = 5, int height = 5 ) : System

链条。若干个点用直线连接起来。

ToString ( ) : string

메소드 상세

ChainModel() 공개 메소드

链条。若干个点用直线连接起来。
public ChainModel ( int pointCount = 10, int length = 5, int width = 5, int height = 5 ) : System
pointCount int 有多少个点
length int 点的范围(长度)
width int 点的范围(宽度)
height int 点的范围(高度)
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string