MCPcopy
hub / github.com/CadQuery/cadquery / toTuple

Method toTuple

cadquery/occ_impl/geom.py:137–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return self._wrapped
136
137 def toTuple(self) -> Tuple[float, float, float]:
138 return (self.x, self.y, self.z)
139
140 def cross(self, v: "Vector") -> "Vector":
141 return Vector(self.wrapped.Crossed(v.wrapped))

Callers 15

mirrorMethod · 0.95
testYZPlaneOriginsMethod · 0.95
test_Plane_from_LocationFunction · 0.95
filterMethod · 0.45
transformedMethod · 0.45
revolveMethod · 0.45
_to_vtk_ptsFunction · 0.45
vec2arrayFunction · 0.45
__init__Method · 0.45
__repr__Method · 0.45
rotatedMethod · 0.45

Calls

no outgoing calls

Tested by 15

testYZPlaneOriginsMethod · 0.76
test_Plane_from_LocationFunction · 0.76
rotated_circlesFunction · 0.36
test_curveFunction · 0.36
test_approximate2DFunction · 0.36
test_curve_positionFunction · 0.36
test_curve_tangentsFunction · 0.36
torus_faceFunction · 0.36
test_surface_positionsFunction · 0.36
test_surface_tangentsFunction · 0.36
test_isolinesFunction · 0.36