Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 11:44
· 7 commits to main since this release

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.