You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.