Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
mirror
Method · 0.95
testYZPlaneOrigins
Method · 0.95
testVectorConstructors
Method · 0.95
test_Plane_from_Location
Function · 0.95
filter
Method · 0.45
transformed
Method · 0.45
revolve
Method · 0.45
_to_vtk_pts
Function · 0.45
vec2array
Function · 0.45
__init__
Method · 0.45
__repr__
Method · 0.45
rotated
Method · 0.45
Calls
no outgoing calls
Tested by
15
testYZPlaneOrigins
Method · 0.76
testVectorConstructors
Method · 0.76
test_Plane_from_Location
Function · 0.76
rotated_circles
Function · 0.36
test_curve
Function · 0.36
test_approximate2D
Function · 0.36
test_curve_position
Function · 0.36
test_curve_tangents
Function · 0.36
torus_face
Function · 0.36
test_surface_positions
Function · 0.36
test_surface_tangents
Function · 0.36
test_isolines
Function · 0.36