Recent Releases of https://github.com/compas-dev/compas_occ

https://github.com/compas-dev/compas_occ - Release v1.3.0

- Python
Published by github-actions[bot] 11 months ago

https://github.com/compas-dev/compas_occ - v1.2.1

Added

Changed

  • Changed brepgprop_VolumeProperties to brepgprop.VolumeProperties.
  • Pined pythonocc-core to < 7.8 to avoid qt conflict with Pyside6.

Removed

- Python
Published by github-actions[bot] over 1 year ago

https://github.com/compas-dev/compas_occ - v1.2.0

Added

  • Added compas_occ.geometry.curves.OCCcurve.from_native.
  • Added compas_occ.geometry.curves.OCCNurbsCurve.from_native.
  • Added compas_occ.geometry.surfaces.nurbssurface_from_extrusion.
  • Added compas_occ.geometry.surfaces.nurbssurface_from_plane.
  • Added compas_occ.geometry.surfaces.OCCSurface.from_native.
  • Added compas_occ.geometry.surfaces.OCCNurbsSurface.from_native.
  • Added compas_occ.geometry.surfaces.OCCNurbsSurface.from_plane.

Changed

  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.curve_from_native.
  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.nurbscurve_from_native.
  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.nurbscurve_from_interpolation.
  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.nurbscurve_from_parameters.
  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.nurbscurve_from_points.
  • Changed plugin name to match pluggable name for compas_occ.geometry.curves.nurbscurve_from_step.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.surface_from_native.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_native.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_interpolation.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_fill.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_parameters.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_plane.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_points.
  • Changed plugin name to match pluggable name for compas_occ.geometry.surfaces.nurbssurface_from_step.

Removed

  • Removed compas_occ.geometry.curves.new_curve.
  • Removed compas_occ.geometry.curves.new_nurbscurve.
  • Removed compas_occ.geometry.surfaces.new_surface.
  • Removed compas_occ.geometry.surfaces.new_nurbssurface.

- Python
Published by github-actions[bot] over 1 year ago

https://github.com/compas-dev/compas_occ - v1.1.1

Added

Changed

  • Changed default precision of compas_occ.brep.Brep.simplify.
  • Fixed bug due to import of typing_extensions.

Removed

- Python
Published by github-actions[bot] over 1 year ago

https://github.com/compas-dev/compas_occ - v1.1.0

Added

  • Added compas_occ.brep.Brep.from_plane.
  • Added compas_occ.brep.Brep.simplify.

Changed

  • Changed constructor plugin compas.geometry.curves.new_curve to use super(Curve, cls) (otherwise it doesn't work).
  • Changed constructor plugin compas.geometry.curves.new_nurbscurve to use super(NurbsCurve, cls) (otherwise it doesn't work).

Removed

- Python
Published by github-actions[bot] almost 2 years ago

https://github.com/compas-dev/compas_occ - v1.0.2

Added

  • Added compas_occ.brep.from_planes as plugin for compas.geometry.brep.from_planes.

Changed

  • Fixed bug in Brep.from_extrusion by adding cap_ends parameter and by raising an exception when it is used :)
  • Fixed bug in Brep.trim by removing the part of the brep that is in front of the trim plane.

Removed

- Python
Published by github-actions[bot] almost 2 years ago

https://github.com/compas-dev/compas_occ - v1.0.1

Added

  • Added compas_occ.geometry.curves.new_nurbscurve_from_native.
  • Added compas_occ.geometry.surfaces.new_nurbssurface_from_native.

Changed

  • Fixed bug in compas_occ.brep.OCCBrep.to_tesselation.

Removed

- Python
Published by github-actions[bot] about 2 years ago

https://github.com/compas-dev/compas_occ - v1.0.0

Added

  • Added OCCBrep.trim and OCCBrep.trimmed.
  • Added OCCBrep.slice.
  • Added OCCBrep.split.
  • Added OCCBrep.fillet and OCCBrep.filleted.
  • Added OCCCurve.parameter_at_distance.
  • Added compas_occ.conversions.compas_frame_from_location.
  • Added OCCBrep.native_brep as alias for OCCBrep.occ_shape.
  • Added is_equal and is_same for OCCBrepVertex, OCCBrepEdge, OCCBrepLoop, OCCBrepFace.
  • Added correct type info to OCCBrepVertex.occ_vertex.
  • Added correct type info to OCCBrepEdge.occ_edge.
  • Added correct type info to OCCBrepLoop.occ_wire.
  • Added correct type info to OCCBrepFace.occ_face.
  • Added OCCBrepLoop.occ_shape.
  • Added OCCBrep.from_iges.
  • Added OCCBrep.to_stl.
  • Added OCCBrep.to_iges.
  • Added OCCBrepVertex.is_same and OCCBrepVertex.is_equal.
  • Added OCCBrepEdge.is_same and OCCBrepEdge.is_equal.
  • Added OCCBrepLoop.is_same and OCCBrepLoop.is_equal.
  • Added OCCBrepFace.is_same and OCCBrepFace.is_equal.

Changed

  • Changed OCCBrep to be a pluggin for compas.geometry.Brep.
  • Fixed the error when calling OCCBrep.frame.
  • Fixed AttributeError when calling OCCBrep.loops.
  • Updated compas-actions.build workflow to v3.
  • Updated github workflow to latest version.

Removed

- Python
Published by github-actions[bot] about 2 years ago

https://github.com/compas-dev/compas_occ - Release v0.7.1

Added

Changed

Removed

- Python
Published by github-actions[bot] almost 3 years ago

https://github.com/compas-dev/compas_occ - Release v0.7.0

Added

  • Added compas_occ.geometry.OCCSurface.from_plane.
  • Added compas_occ.geometry.OCCSurface.intersections_with_curve.
  • Added compas_occ.brep.BRepFace.to_polygon.
  • Added compas_occ.brep.BRep.edge_faces.

Changed

  • Changed default units to MM in compas_occ.brep.BRep.

Removed

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/compas-dev/compas_occ - Release v0.6.0

Added

  • Added BRep.from_polygons.
  • Added BRep.from_extrusion.
  • Added BRep.from_sweep.
  • Added BRep.to_viewmesh.
  • Added BRep.overlap.
  • Added BRepFace.from_polygon.

Changed

  • Fixed bug in BRep.transform.
  • Changed BRep.vertices, BRep.edges, BRep.loops, BRep.faces, BRep.shells, BRep.solids to only be recreated once unerlying shape is changed.
  • Changed implementation of BRep.to_tessellation to use range loop over individual nodes of triangulation instead of node list accessor.

Removed

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/compas-dev/compas_occ - Release v0.5.0

Added

  • Added compas_occ.geometry.OCCRevolutionSurface.
  • Added compas_occ.conversions.compas_axis_to_occ_axis.
  • Added compas_occ.conversions.compas_axis_from_occ_axis.
  • Added compas_occ.geometry.OCCExtrusionSurface.
  • Added compas_occ.geometry.OCCNurbsSurface.from_extrusion.
  • Added compas_occ.geometry.OCCCurve.divide_by_count.
  • Added compas_occ.geometry.OCCCurve.divide as alias for compas_occ.geometry.OCCCurve.divide_by_count.
  • Added compas_occ.geometry.OCCCurve.projected.
  • Added compas_occ.geometry.OCCCurve.embedded.
  • Added compas_occ.brep.BRep.from_faces.
  • Added compas_occ.brep.BRep.from_polygons.
  • Added compas_occ.brep.BRep.check.
  • Added compas_occ.brep.BRep.sew.
  • Added compas_occ.brep.BRep.fix.
  • Added compas_occ.brep.BRep.transform.
  • Added compas_occ.brep.BRep.transformed.
  • Added compas_occ.brep.BRep.from_step.
  • Added compas_occ.brep.BRep.from_shape.
  • Added compas_occ.brep.BRep.make_solid.
  • Added compas_occ.brep.BRep.centroid.
  • Added compas_occ.brep.BRep.volume.
  • Added compas_occ.brep.BRep.shells.
  • Added compas_occ.brep.BRep.solids.
  • Added compas_occ.brep.BRep.is_shell.
  • Added compas_occ.brep.BRep.is_solid.
  • Added compas_occ.brep.BRep.slice.
  • Added compas_occ.brep.BRep.split.
  • Added compas_occ.brep.BRepFace.data.
  • Added compas_occ.brep.BRepLoop.data.
  • Added compas_occ.brep.BRepEdge.data.
  • Added compas_occ.brep.BRepVertex.data.
  • Added compas_occ.brep.BRep.area.
  • Added compas_occ.brep.BRepEdge.length.
  • Added compas_occ.brep.BRep.vertex_neighbors.
  • Added compas_occ.brep.BRep.vertex_edges.
  • Added compas_occ.brep.BRep.vertex_faces.
  • Added compas_occ.brep.BRep.from_sweep.
  • Added nurbs conversion to compas_occ.brep.BRepEdge.data.
  • Added nurbs conversion to compas_occ.brep.BRepFace.data.

Changed

  • Fixed unused precision parameter in compas_occ.geometry.OCCCurve.length.
  • Fixed bug in compas_occ.brep.BRep.to_meshes.
  • Changed compas_frame_from_occ_position to compas_frame_from_occ_ax3.
  • Changed compas_occ.brep.BRep.to_tesselation to use BRepMesh_IncrementalMesh.
  • Changed base of compas_occ.brep.BRepVertex, compas_occ.brep.BRepEdge, compas_occ.brep.BRepLoop, compas_occ.brep.BRepFace, compas_occ.brep.BRep to compas.data.Data.
  • Changed conversion functions (compas_occ.conversions) to take optional COMPAS type parameter.
  • Changed compas_occ.brep.BRep.data to use component data.

Removed

- Python
Published by github-actions[bot] over 3 years ago

https://github.com/compas-dev/compas_occ - Release v0.4.2

Added

  • Added compas_occ.geometry.NurbsCurve.join.
  • Added compas_occ.geometry.NurbsCurve.joined.

Changed

  • Extend compas_occ.geometry.OCCNurbsSurface.from_fill with up to 4 input curves.

Removed

- Python
Published by github-actions[bot] almost 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.4.1

Added

Changed

Removed

- Python
Published by github-actions[bot] almost 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.4.0

Added

  • Added compas_occ.geometry.OCCCurve.
  • Added compas_occ.geometry.OCCSurface.
  • Added compas_occ.brep.BRep.__add__ to support boolean union through "+".
  • Added compas_occ.brep.BRep.__sub__ to support boolean difference through "-".
  • Added compas_occ.brep.BRep.__and__ to support boolean intersection through "&".

Changed

  • Changed base class of compas_occ.geometry.OCCNurbsCurve to compas_occ.geometry.OCCCurve.
  • Changed base class of compas_occ.geometry.OCCNurbsSurface to compas_occ.geometry.OCCSurface.
  • Changed compas_occ.brep.BRepEdge to use compas_occ.geometry.OCCCurve.
  • Fixed bug in compas_occ.brep.BRep.to_meshes.
  • Fixed registration of curve plugin constructors to support multiple inheritance.
  • Fixed registration of surface plugin constructors to support multiple inheritance.

Removed

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.3.4

Added

Changed

  • Fixed input parameters and docstring of compas_occ.geometry.NurbsSurface.closest_point.
  • Fixed bug in compas_occ.geometry.NurbsCurve.transform.

Removed

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.3.3

Added

Changed

Removed

- Python
Published by github-actions[bot] about 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.3.1

- Python
Published by github-actions[bot] over 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.3.0

- Python
Published by github-actions[bot] over 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.2.1

- Python
Published by github-actions[bot] over 4 years ago

https://github.com/compas-dev/compas_occ - Release v0.2.0

- Python
Published by github-actions[bot] over 4 years ago