C# Class CNCGUI.MainForm.GPoint

Show file Open project: x893/CNCGUI

Public Properties

Property Type Description
A float?
B float?
C float?
Invalid bool
Momo int
Status int
Velocity float?
X float?
Y float?
Z float?

Public Methods

Method Description
GPoint ( ) : System
GPoint ( GPoint gp ) : System
GPoint ( float x, float y, float z ) : System

Method Details

GPoint() public method

public GPoint ( ) : System
return System

GPoint() public method

public GPoint ( GPoint gp ) : System
gp GPoint
return System

GPoint() public method

public GPoint ( float x, float y, float z ) : System
x float
y float
z float
return System

Property Details

A public property

public float? A
return float?

B public property

public float? B
return float?

C public property

public float? C
return float?

Invalid public property

public bool Invalid
return bool

Momo public property

public int Momo
return int

Status public property

public int Status
return int

Velocity public property

public float? Velocity
return float?

X public property

public float? X
return float?

Y public property

public float? Y
return float?

Z public property

public float? Z
return float?