Interface IST_3DPoint
Namespace: SprutCAMTech.STTypes
Assembly: SprutCAMTech.STTypes.dll
Syntax
[Guid("0F808DF2-B8B4-46AD-A668-0D3BCF2BF1AE")]
public interface IST_3DPoint
Properties
X
Declaration
double X { get; set; }
Property Value
Type | Description |
---|---|
double |
Y
Declaration
double Y { get; set; }
Property Value
Type | Description |
---|---|
double |
Z
Declaration
double Z { get; set; }
Property Value
Type | Description |
---|---|
double |
Methods
Assign(IST_3DPoint)
Declaration
void Assign(IST_3DPoint Point)
Parameters
Type | Name | Description |
---|---|---|
IST_3DPoint | Point |