Design3d

Latest version: v0.3.1.dev19

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.9.1

Fixed
- build: manifest was not shipping bspline_compiled
- fixed many pylint errors: 13/03/2023
- fix contour2d: divide

Documentation
- typo in CONTRIBUTING.md
- typo in README.md

0.9.0

New Features
* Unit coversion factor parameter added to the end of the from_step arguments parameter (So we can convert the units correctly)
* SphericalSurface3D: rotation, translation, frame_mapping
* read steps: Identify assemblies in a step file.
* ClosedTriangleShell3D: to_trimesh method
* PointCloud3D: add method shell_distances to compute distances from triangular mesh in PointCloud3D
* BSplineSurface3D: Now the plot method uses u and v curves
* Create .geo and .msh files (Mesh geometries with GMSH)
* RevolutionSurface3D: point3d_to_2d, point2d_to_3d, plot, rectangular_cut, from_step
* RevolutionFace3D
* WiriMixin: from points: general method for Wire3D and 2D and for Contour2D and 3D.
* Added package.xml metadata in order to be listed in the FreeCAD Addon Manager
* Edge: local_discretization
* ArcEllipse2d: point_at_abscissa, translation, split, point_distance.

Fixed

* WireMixin: abscissa (add tolerance as parameter)
* OpenRoundedLineSegment2D: deleted discretization_points() so it uses the one from WireMixin.
* Contour2D: moved bounding_rectangle and get_bounding_rectangle to Wire2D.
* BSplineCurve: from_points_interpolation, uses centripedal method for better fitting.
* Conical, Cylindrical and Toroidal Surfaces 3D: fix face_from_contours - bug when step file doesnot follow a standard.
* BSplineSurface3D: debug linesegment2d_to_3d method.
* Parametric operations with BSpline curves.
* OpenTriangleShell3D: fix from_mesh_data method.
* PeriodicalSurface: fix face from contours.
* LineSegment2D.line_intersections: verify if colinear first.
* Cylinder: to_dict, min_distance_to_other_cylinder.
* Step_assemblies: consider when no transformation is needed.
* fix some pydocstyle errors
* Script/step/workflow: Update Workflow, use last version of dessia_common
* LineSegment3D: Rotation method update due to points attribute deletion
* ConicalSurface3D: fix from_step class method by adding the angle convertion factor
* fix f string usage
* Add some typings
* Step: Step translator now handles some EDGE_LOOP inconsistencies coming from step files
* Arc2d: point_belongs, abscissa.


Removed

- edges: remove attributes points from lines & linesegments for performance purpose


Performance improvements

- wires.py's 2D objects: chache bounding_rectangle results
- faces.py's Triangle3D objects: subdescription points and triangles
- EdgeCollection3D: new object for displaying series of edges
- BSplineSurface3D: compile BSplineSurface3D.derivatives
- Contour2D.area(): save area in a cache variable.
- Contour2D.__eq__(): verify contour length first, when verify if two contours are the same.
- Contour2D.is_inside(): verify first if the area of the contour2 is not smaller that contour 1.
- Disabling pointer in to_dict for most primitives
- Better hash for shells, contours & wires


Refactorings
- Remove usage of deprecated method old_coordinates and new_coordinates
- Indicate 'inplace' methods as deprecated
* Wire: extract_with_points

Documentation
- BoundingBox docstrings

Unittests
- ConicalSurface3D: face_from_contours, bsplinecurve3d_to_2d.
- CompositePrimitive2D: rotation, translation, frame_mapping
- core.py: delete_double_point, step_ids_to_str
- CompositePrimitive3D: plot
- BoundingRectangle: bounds, plot, area, center, b_rectangle_intersection, is_inside_b_rectangle, point_belongs,
intersection_area, distance_to_b_rectangle, distance_to_point
- BoundingBox: center, add, to_dict, points, from_bounding_boxes, from_points, to_frame, volume, bbox_intersection,
is_inside_bbox, intersection_volume, distance_to_bbox, point_belongs, distance_to_point, plot
* VolumeModel: eq, volume, rotation, translation, frame_mapping, bounding_box, plot
* Wire: extract_with_points, split_with_two_points
* Arc2d: point_belongs, abscissa.
* ArcEllipse2d: point_belongs, abscissa, init, translation, split, point_at_abscissa, point_distance.

CI
- add spell check to pylint with pyenchant
- make code_pydocstyle more explicit
- upload html coverage to cdn.dessia.tech
- limit time effect on master & testing

0.8.0

New Features

- PlaneFace3D: project_faces
- OpenShell3D: project_coincident_faces_of
- GmshParser: to_vtk
- BSplineCurve: derivatives
- ClosedPolygon2D: point_belongs, now the user can choose whether points on the edge of the polygon
should be considered inside or not.
- ArcEllipse2D: line_intersections, frame_mapping, linesegment_intersections
- Line2D: point_belongs, frame_mapping()
- New Class wires.Ellipse2D
- Ellipse2D: point_over_ellipse(), line_intersections(), linesegment_intersections(), discretization_points(),
abscissa(), point_angle_with_major_dir(), area(), rotation(), tranlation(), frame_mapping()
- Plane3D: is_parallel, fullarc_intersections
- Arc2D: cut_betweeen_two_points
- Contour3D: linesegment_intersections, line_intersections
- Circle3D: primitives: [Arc3D, Arc3D], get_primitives, abscissa, linesegment_intersections
- Arc3D: line_intersections, linesegment_intersections
- new module utils: intersections -> circle_3d_linesegment_intersections
- hash for Frame2D
- Ellipse3D: point_belongs, abscissa, length, to_2d
- CylindricalSurface3D: point_on_surface, is_coincident, arcellipse3d_to_2d
- BSplineSurface3D: derivatives

Fixed

- PlaneFace3D: cut_by_coincident_face (consider self.inner_contours inside face)
- Contour2D: bounding_rectangle (specify number_points for discretization_points), point_belongs
- Line2D: line_intersections
- BSplineCurve2D: line_intersections
- PlaneFace3D: cut_by_coincident_face (consider self.inner_contours inside face)
- BSplineCurve2D: bounding_rectangle (specify number_points for discretization_points)
- Mesh: delete_duplicated_nodes
- BSplineSurface3D: fix arc3d_to_2d method
- Frame3D : fix from_point_and_vector method ( error for the case vector=main_axis)
- BSplineCurve2D: linesegment_intersections
- Contour2D: merge_primitives_with
- BSplineCurve: fix to take into account weighted B-spline curves.
- Step: fix reading of rational BSpline curves and surfaces from step file.
- BSplineCurve2D: tangent (use position/length)
- Babylon: some scene settings for better rendering
- Arc2D: fix get_center: name referenced before assignement
- SphericalSurface3D : enhancement of primitives parametrization on surface parametric domain.
- BSplineSurface3D: debug linesegment2d_to_3d method.
- Parametric operations with BSpline curves.
- OpenTriangleShell3D: fix from_mesh_data method
- pydocstyle fixes
- bounding box: fix for cylindrical and BSplineCurve3D
- contour2d: ordering_primitives, order_primitives
- Plane3D: plane_intersections, is_coindident
- contour2d: ordering_primitives, order_primitives
- Linesegment2D: infinite_primitive
- Arc2D: point_belongs
- Arc2D: infinite_primitive
- Wire2D: infinite_intersections
- infinite primitive offset of linesegment
- Ellispe3D: discretization_points
- BSplineSurface: Improved surface periodicity calculation

Removed

- babylon script remaining functions

Performance improvements
- ClosedPolygon2D: triangulation
- Cylinder: min_distance_to_other_cylinder
- BSplineCurve: discretization_points
- Face3D: triangulation
- triangulation performance by use of Node2D instead of points (x15 on casing)
- cache variable self._polygon_point_belongs_100, to avoid recalculating each
time we have to verify if a point is inside
- Improvements in BSplineSurface3D.point3d_to_2d performance
- Triangle3D serialization speed-up
- Serialization without memo for faces
- Custom serialization for BsplineCurves

Refactorings

- Basis2D, Basis3D, Frame2D, Frame3D: old_coordinates and new_coordinates method are now deprecated.
local_to_global_coordinates and global_to_local_coordinates are the new more explicit ones.
- Line3D: intersections

Unittests

- Contour2D: point_belongs
- Basis2D, Basis3D, Frame2D, Frame3D: local_to_global_coordinates and global_to_local_coordinates
- ArcEllipse2D: linesegment_intersections
- LineSegment2D: to_wire
- Line2D: point_belongs
- BSplineCurve2D: line_intersections
- Ellipse2D.point_over_ellipse()
- Ellipse2D.line_intersections()
- Ellipse2D.linesegment_intersections()
- Ellipse2D.discretization_points()
- Ellipse2D.abscissa()
- Ellipse2D.point_angle_with_major_dir()
- Ellipse2D.area()
- Ellipse2D.rotation()
- Ellipse2D.tranlation()
- Ellipse2D.frame_mapping()
- Line2D.frame_mapping()
- Plane3D: plane_intersections, fullarc_intersections, is_parallel, is_coincident
- Contour2D: offset
- ArcEllipse3D.to_2d()
- Circle3D: point_belongs
- Circle3D: discretization_points
- Arc3D: line_intersections, linesegment_intersections
- Contour2D: ordering_contour, is_ordered, order_contour
- Ellipse3D: point_belongs, abscissa, length, to_2d, discretization_points
- CylindricalSurface3D: point_on_surface, is_coincident

CI

- Mandatory CHANGELOG.md update for PR
- pre-commit checks with cython-lint

0.7.0

New Features

- Open/Closed TriangleShells: ability to implement specific algorithm to triangles
- Block: faces_center (calculate directly point in the middle of the faces)
- Circle2D: split_by_line
- BoundingRectangle: bounds, plot, area, center, b_rectangle_intersection, is_inside_b_rectangle, point_belongs, intersection_area, distance_to_b_rectangle, distance_to_point
- Cylinder: random_point_inside, interference_volume_with_other_cylinder, lhs_points_inside
- CylindricalSurface3D: line_intersections, linesegment_intersections, plane_intersection
- Line2D: point_distance
- Line3D: to_2d
- Line3D: skew_to (verifies if two Line3D are skew)
- LineSegment3D: line_interserctions
- ArcEllipse3D: discretization_points
- FullArc3D: linesegment_intersections
- Line: sort_points_along_line
- Line2D: point_belongs
- ArcEllipse2D: length, point_belongs, abscissa, bounding_rectangle, straight_line_area, discretization_points, reverse

Fixed

- Contour2D: point_belongs
- BsplineCurve: abscissa (use different start point between 0 and length)
- Arc3D: plot
- Cylinder: point_belongs
- FullArc3D: plot (use discretization_points instead of discretise)
- Face3D: line_intersections: consider borders
- STL: from stream (use BinaryFile and StringFile instead of io.BinaryIO and FileIO)
- Step: from stream (use BinaryFile instead of io.BinaryIO)
- Contour: is_overlapping (consider intersecting_points is empty)
- LineSegment2D: to_wire (use discretization_points instead of discretise)
- ArcEllipse2D: to_3d
- Fix boolean operations when faces are 100% coincident
- Fix some to_step methods from edges.py and faces.py


Performance improvements

- Avoid unneeded bbox computation


Refactorings

- cleanup of ClosedShell (double methods with Openshells)
- LineSegment3D: intersections
- Line2D: sort_points_along_line



Unittests

- PlaneFace3D: line_intersections
- BsplineCurve: abscissa
- Circle2D: split_by_line
- BoundingRectangle: area, center, intersection, is_inside, point_belongs, intersection_area, distance_to_point, distance_to_b_rectangle
- Cylinder: point_belongs, random_point_inside, interference_volume_with_other_cylinder, min_distance_to_other_cylinder, is_intersecting_other_cylinder, lhs_points_inside
- CylindricalFace3D: linesegment_intersections
- CylindricalSurface3D: line_intersections
- Line3D: line_distance
- Line3D: skew_to
- Line3D: intersections
- LineSegment3D: line_intersections
- LineSegment3D: linesegment_intersections
- Contour: is_overlapping
- LineSegment2D: line_intersections
- ArcEllipse3D: discretization_points
- FullArc3D: linesegment_intersections
- Line2D: sort_points_along_line
- Line3D: sort_points_along_line
- ArcEllipse2D: length, point_belongs, abscissa, bounding_rectangle, straight_line_area, discretization_points, reverse

0.6.1

Changes

- Import from dessia_common are now performed from dessia_common.core

Fixed
- infinite primitive offset of linesegment

0.6.0

New Features

- Stl:load_from_file, to_volume_model
- Surface2D: copy (specific method)
- GmshParser: read_file (.msh) and related methods, define_triangular_element_mesh, define_tetrahedron_element_mesh
- Circle2D: primitives (defined with 2 Arc2D)
- Node2D/3D, TriangularElement, QuadrilateralElement2D, TriangularElement3D
- ElementsGroup: nodes, elements_per_node
- Mesh: bounding_rectangle, delete_duplicated_nodes
- PlaneFace3D: cut_by_coincident_face
- Vector2D: to_step
- BSplineCurve2D: to_step
- LineSegment3D: to_bspline_curve
- BSplineCurve3D: from_geomdl_curve
- Surface2D: line_crossings
- Surface2D: from_contour
- BSplineSurface3D: simpifly_surface - verifies if BSplineSurface3D could be a Plane3D
- OpenShell3D: to_step_face_ids
- Contour2D: repair_cut_contour
- Circle2D: cut_by_line

Fixed

- Contour3D: average_center_point (use edge_polygon.points instead of points)
- Contour: edges_order_with_adjacent_contour
- Arc2D: translate_inplace
- Arc2D: point_belongs
- Arc2D: abscissa (consider point2d == arc2d.start/end)
- Arc2D: split (how to choose the interior point)
- Wire: extract_primitives (consider point1 and point2 belong to the same primitive, REMOVE Contour.extract_primitives)
- LineSegment: abcissa (consider point2d == arc2d.start/end)
- Contour2D: cut_by_wire
- Contour2D: point_belongs (bug when contour has only one primitive, like FullArc2D)
- Contour: contours_from_edges
- PlaneFace3D: face_intersections
- Edge: insert_knots_and_mutiplicity
- BSplineCurve3D: from_step
- Surface2D: cut_by_line
- Circle3D: to_step
- ArcEllipse3D.to_2d()
- infinite primitive offset of linesegment
- Contour3D: order_contour.

Performance improvements

- Improve reading STEP files (Faster BSplineCurve3D.look_up_table, Better info when _edges not following eachother_ )
- Improve multiple substractions
- Speedup Contour2D.point_belongs using bounding_rectangle
- Custom to dicts for Shells and primitives inheriting


Refactorings

- Normalize STL methods regarding STEP
- Refacor and update old code in mesh.py
- Define a Parent class 'Triangle' for Triangle2D/3D


Unittests

- Wire: extract_primitives, extract_without_primitives

Page 3 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.