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

Method makeVertex

cadquery/occ_impl/shapes.py:2031–2033  ·  view source on GitHub ↗
(cls, x: float, y: float, z: float)

Source from the content-addressed store, hash-verified

2029
2030 @classmethod
2031 def makeVertex(cls, x: float, y: float, z: float) -> Vertex:
2032
2033 return cls(BRepBuilderAPI_MakeVertex(gp_Pnt(x, y, z)).Vertex())
2034
2035
2036ParamMode = Literal["length", "parameter"]

Callers 9

testVertexMethod · 0.80
testBasicBoundingBoxMethod · 0.80
test_equalityFunction · 0.80
test_assy_vtk_rotationFunction · 0.80
testSplitShapeMethod · 0.80
box_and_vertexFunction · 0.80
test_constraint_getPlnFunction · 0.80

Calls

no outgoing calls

Tested by 9

testVertexMethod · 0.64
testBasicBoundingBoxMethod · 0.64
test_equalityFunction · 0.64
test_assy_vtk_rotationFunction · 0.64
testSplitShapeMethod · 0.64
box_and_vertexFunction · 0.64
test_constraint_getPlnFunction · 0.64