mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Rename geometry and serializer files
Apply the rename manifest, normalize serializer filenames to the classes they define, and update includes and CMake source lists. Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -169,7 +169,7 @@ SETTING = Literal[
|
||||
# NOTE: hybrid-cgal-simple-opencascade is added just as an example
|
||||
# It's possible to use any hybrid combination by the format below:
|
||||
# "hybrid-library1-library2".
|
||||
# List is updated from AbstractKernel.cpp.
|
||||
# List is updated from abstract_kernel.cpp.
|
||||
GEOMETRY_LIBRARY = Literal["cgal", "cgal-simple", "opencascade", "hybrid-cgal-simple-opencascade"]
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ MatrixType = npt.NDArray[np.float64]
|
||||
|
||||
tol = 1e-6
|
||||
|
||||
# NOTE: See IfcGeomRepresentation.h for W.Triangulation buffer types.
|
||||
# NOTE: See representation.h for W.Triangulation buffer types.
|
||||
|
||||
# NOTE: For functions that return a single scalar ensure to use .item() to
|
||||
# return the Python float instead of numpy float
|
||||
|
||||
Reference in New Issue
Block a user