C# 클래스 CNCGUI.MainForm.GPoint

파일 보기 프로젝트 열기: x893/CNCGUI

공개 프로퍼티들

프로퍼티 타입 설명
A float?
B float?
C float?
Invalid bool
Momo int
Status int
Velocity float?
X float?
Y float?
Z float?

공개 메소드들

메소드 설명
GPoint ( ) : System
GPoint ( GPoint gp ) : System
GPoint ( float x, float y, float z ) : System

메소드 상세

GPoint() 공개 메소드

public GPoint ( ) : System
리턴 System

GPoint() 공개 메소드

public GPoint ( GPoint gp ) : System
gp GPoint
리턴 System

GPoint() 공개 메소드

public GPoint ( float x, float y, float z ) : System
x float
y float
z float
리턴 System

프로퍼티 상세

A 공개적으로 프로퍼티

public float? A
리턴 float?

B 공개적으로 프로퍼티

public float? B
리턴 float?

C 공개적으로 프로퍼티

public float? C
리턴 float?

Invalid 공개적으로 프로퍼티

public bool Invalid
리턴 bool

Momo 공개적으로 프로퍼티

public int Momo
리턴 int

Status 공개적으로 프로퍼티

public int Status
리턴 int

Velocity 공개적으로 프로퍼티

public float? Velocity
리턴 float?

X 공개적으로 프로퍼티

public float? X
리턴 float?

Y 공개적으로 프로퍼티

public float? Y
리턴 float?

Z 공개적으로 프로퍼티

public float? Z
리턴 float?