MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / makePoint

Method makePoint

src/ifc2ca/_deprecated/scriptSalomeBonded.py:52–57  ·  view source on GitHub ↗

Function to define a Point from a polyline (list of 1 point)

(self, pl)

Source from the content-addressed store, hash-verified

50 return name
51
52 def makePoint(self, pl):
53 """Function to define a Point from
54 a polyline (list of 1 point)"""
55
56 x, y, z = pl
57 return self.geompy.MakeVertex(x, y, z)
58
59 def makeLine(self, pl):
60 """Function to define a Line from

Callers 1

makeObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected