Interface IST_2DPoint
Namespace: SprutCAMTech.STTypes
Assembly: SprutCAMTech.STTypes.dll
Syntax
[Guid("63C73F73-15EC-4162-B433-6AC694BF6180")]
public interface IST_2DPoint
Properties
X
Declaration
double X { get; set; }
Property Value
Type | Description |
---|---|
double |
Y
Declaration
double Y { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
Assign(IST_2DPoint)
Declaration
void Assign(IST_2DPoint Point)
Parameters
Type | Name | Description |
---|---|---|
IST_2DPoint | Point |