Releases: compas-dev/compas_occ
Releases · compas-dev/compas_occ
Release v1.4.0
Bump version: 1.3.0 → 1.4.0
Release v1.3.0
Bump version: 1.2.1 → 1.3.0
v1.2.1
Added
Changed
- Changed
brepgprop_VolumePropertiestobrepgprop.VolumeProperties. - Pined
pythonocc-coreto< 7.8to avoid qt conflict with Pyside6.
Removed
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.
v1.1.1
Added
Changed
- Changed default precision of
compas_occ.brep.Brep.simplify. - Fixed bug due to import of
typing_extensions.
Removed
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_curveto usesuper(Curve, cls)(otherwise it doesn't work). - Changed constructor plugin
compas.geometry.curves.new_nurbscurveto usesuper(NurbsCurve, cls)(otherwise it doesn't work).
Removed
v1.0.2
Added
- Added
compas_occ.brep.from_planesas plugin forcompas.geometry.brep.from_planes.
Changed
- Fixed bug in
Brep.from_extrusionby addingcap_endsparameter and by raising an exception when it is used :) - Fixed bug in
Brep.trimby removing the part of the brep that is in front of the trim plane.
Removed
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
v1.0.0
Added
- Added
OCCBrep.trimandOCCBrep.trimmed. - Added
OCCBrep.slice. - Added
OCCBrep.split. - Added
OCCBrep.filletandOCCBrep.filleted. - Added
OCCCurve.parameter_at_distance. - Added
compas_occ.conversions.compas_frame_from_location. - Added
OCCBrep.native_brepas alias forOCCBrep.occ_shape. - Added
is_equalandis_sameforOCCBrepVertex,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_sameandOCCBrepVertex.is_equal. - Added
OCCBrepEdge.is_sameandOCCBrepEdge.is_equal. - Added
OCCBrepLoop.is_sameandOCCBrepLoop.is_equal. - Added
OCCBrepFace.is_sameandOCCBrepFace.is_equal.
Changed
- Changed
OCCBrepto be a pluggin forcompas.geometry.Brep. - Fixed the error when calling
OCCBrep.frame. - Fixed
AttributeErrorwhen callingOCCBrep.loops. - Updated
compas-actions.buildworkflow to v3. - Updated github workflow to latest version.