Interface IST_3DMatrix
Namespace: SprutCAMTech.STTypes
Assembly: SprutCAMTech.STTypes.dll
Syntax
[Guid("49001B21-6314-4337-A27B-D2270A5AAA48")]
public interface IST_3DMatrix
Properties
A
Declaration
Property Value
B
Declaration
Property Value
C
Declaration
Property Value
D
Declaration
Property Value
vT
Declaration
IST_3DPoint vT { get; set; }
Property Value
vX
Declaration
IST_3DPoint vX { get; set; }
Property Value
vY
Declaration
IST_3DPoint vY { get; set; }
Property Value
vZ
Declaration
IST_3DPoint vZ { get; set; }
Property Value
Methods
Assign(IST_3DMatrix)
Declaration
void Assign(IST_3DMatrix Matrix)
Parameters