gp_Trsf trsf ; gp_Dir dir;//方向 gp_Pnt pnt ;//点 gp_Ax1 ax1 ; trsf.SetRotation(ax1, degree); BRepBuilderAPI_Transform transform (trsf); transform.Perform(Shape); transform.Shape() 镜像 gp_Trsf trsf ; gp_Dir dir(X ,Y ,.Z); gp_Pnt pnt; gp_Ax2 ax2(pnt, dir); trsf.SetMir...