DesCadPoint
Information about a CAD board point.
type DesCadPoint {
x: Int!
y: Int!
z: Int!
}
Fields
DesCadPoint.x ● Int! non-null scalar
CAD point coordinate (X).
DesCadPoint.y ● Int! non-null scalar
CAD point coordinate (Y).
DesCadPoint.z ● Int! non-null scalar
CAD point coordinate (Z).