在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python pycatia包_程序模块

Python pycatia包_程序模块

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:0.82M
  • 下载次数:4
  • 浏览次数:74
  • 发布时间:2022-04-11
  • 实例类别:Python语言基础
  • 发 布 人:大白877
  • 文件格式:.7z
  • 所需积分:2
 相关标签: catia TI AT CA py

实例介绍

【实例简介】Python pycatia包_程序模块

【实例截图】

from clipboard

【核心代码】

.
├── pycatia.7z
└── v5automation
    ├── ABQAutomationItf
    │   ├── abq_analysis_case.py
    │   ├── abq_analysis_cases.py
    │   ├── abq_analysis_model.py
    │   ├── abq_analytical_rigid_surface.py
    │   ├── abq_boundary_condition.py
    │   ├── abq_boundary_conditions.py
    │   ├── abq_clamp_bc.py
    │   ├── abq_concentrated_force.py
    │   ├── abq_damper_connection_property.py
    │   ├── abq_data_output_request.py
    │   ├── abq_data_output_requests.py
    │   ├── abq_displacement_bc.py
    │   ├── abq_display_group.py
    │   ├── abq_display_groups.py
    │   ├── abq_explicit_dynamics_step.py
    │   ├── abq_fastened_connection_enhancement.py
    │   ├── abq_fastened_pair.py
    │   ├── abq_field_output_request.py
    │   ├── abq_field_output_requests.py
    │   ├── abq_fields.py
    │   ├── abq_film_condition.py
    │   ├── abq_frequency_step.py
    │   ├── abq_gasket_property.py
    │   ├── abq_general_static_step.py
    │   ├── abq_global_element_assignment.py
    │   ├── abq_gravity.py
    │   ├── abq_heat_transfer_step.py
    │   ├── abq_history_output_request.py
    │   ├── abq_history_output_requests.py
    │   ├── abq_image_query.py
    │   ├── abq_initial_step.py
    │   ├── abq_initial_temperature.py
    │   ├── abq_interaction.py
    │   ├── abq_interactions.py
    │   ├── abq_job.py
    │   ├── abq_jobs.py
    │   ├── abq_load.py
    │   ├── abq_loads.py
    │   ├── abq_mass_scaling.py
    │   ├── abq_mass_scalings.py
    │   ├── abq_mech_conn_behavior.py
    │   ├── abq_output_request.py
    │   ├── abq_output_requests.py
    │   ├── abq_pressure.py
    │   ├── abq_pretension_property.py
    │   ├── abq_properties.py
    │   ├── abq_property.py
    │   ├── abq_rigid_body_constraint.py
    │   ├── abq_rigid_coupling.py
    │   ├── abq_smooth_coupling.py
    │   ├── abq_smooth_step_amplitude.py
    │   ├── abq_solution_case.py
    │   ├── abq_solution_case_images.py
    │   ├── abq_solution_step.py
    │   ├── abq_solution_step_images.py
    │   ├── abq_solution_steps.py
    │   ├── abq_spring_connection_property.py
    │   ├── abq_step.py
    │   ├── abq_steps.py
    │   ├── abq_surface_to_surface_contact.py
    │   ├── abq_tabular_amplitude.py
    │   ├── abq_temperature.py
    │   ├── abq_temperature_bc.py
    │   ├── abq_temperature_history.py
    │   ├── abq_thermal_conn_behavior.py
    │   ├── abqfh_output_request.py
    │   ├── abqiaabq_base_motion_vb.py
    │   ├── abqiaabq_frequency_loading_vb.py
    │   ├── abqiaabq_steady_state_lin_dyn_step_basic_vb.py
    │   ├── abqiaabq_steady_state_lin_dyn_step_modal_vb.py
    │   └── abqiaabq_steady_state_lin_dyn_step_subspace_vb.py
    ├── CAACompositesItf
    │   └── composites_material.py
    ├── CAT3DXmlInterfaces
    │   └── export3_d_xml_setting_att.py
    ├── CATAnalysisInterfaces
    │   ├── analysis_adaptivity_manager.py
    │   ├── analysis_case.py
    │   ├── analysis_cases.py
    │   ├── analysis_color_map.py
    │   ├── analysis_document.py
    │   ├── analysis_entities.py
    │   ├── analysis_entity.py
    │   ├── analysis_export.py
    │   ├── analysis_general_setting_att.py
    │   ├── analysis_global_sensor.py
    │   ├── analysis_image.py
    │   ├── analysis_images.py
    │   ├── analysis_import.py
    │   ├── analysis_linked_documents.py
    │   ├── analysis_local_entities.py
    │   ├── analysis_local_entity.py
    │   ├── analysis_local_sensor.py
    │   ├── analysis_manager.py
    │   ├── analysis_mesh_element.py
    │   ├── analysis_mesh_local_specification.py
    │   ├── analysis_mesh_local_specifications.py
    │   ├── analysis_mesh_manager.py
    │   ├── analysis_mesh_node.py
    │   ├── analysis_mesh_part.py
    │   ├── analysis_mesh_parts.py
    │   ├── analysis_model.py
    │   ├── analysis_models.py
    │   ├── analysis_output_entities.py
    │   ├── analysis_post_manager.py
    │   ├── analysis_post_pro_anr_setting_att.py
    │   ├── analysis_post_pro_setting_att.py
    │   ├── analysis_reporting_setting_att.py
    │   ├── analysis_sensor.py
    │   ├── analysis_set.py
    │   ├── analysis_sets.py
    │   ├── analysis_supports.py
    │   ├── analysis_v4_services.py
    │   ├── basic_component.py
    │   └── basic_components.py
    ├── CATArrangementInterfaces
    │   ├── arr_bendable_string.py
    │   ├── arr_bom_report.py
    │   ├── arr_nomenclature.py
    │   ├── arr_nomenclature_tree.py
    │   ├── arr_nomenclatures.py
    │   ├── arr_system_line_product.py
    │   ├── arr_workbench.py
    │   ├── arrangement_area.py
    │   ├── arrangement_areas.py
    │   ├── arrangement_boundaries.py
    │   ├── arrangement_boundary.py
    │   ├── arrangement_contour.py
    │   ├── arrangement_contours.py
    │   ├── arrangement_item_reservation.py
    │   ├── arrangement_item_reservations.py
    │   ├── arrangement_node.py
    │   ├── arrangement_nodes.py
    │   ├── arrangement_pathway.py
    │   ├── arrangement_pathways.py
    │   ├── arrangement_product.py
    │   ├── arrangement_rectangle.py
    │   ├── arrangement_rectangles.py
    │   ├── arrangement_run.py
    │   └── arrangement_runs.py
    ├── CATAssemblyInterfaces
    │   ├── asm_constraint_setting_att.py
    │   ├── asm_general_setting_att.py
    │   ├── assembly_boolean.py
    │   ├── assembly_feature.py
    │   ├── assembly_features.py
    │   ├── assembly_hole.py
    │   ├── assembly_pocket.py
    │   └── assembly_split.py
    ├── CATBehaviorInterfaces
    │   ├── behavior.py
    │   ├── behavior_extension.py
    │   ├── behavior_vb_script.py
    │   └── behaviors.py
    ├── CATDdeSettingsInterfaces
    │   ├── dxf_setting_att.py
    │   └── ig2_setting_att.py
    ├── CATFunctSystemItf
    │   ├── funct_actions_group.py
    │   ├── funct_actions_groups.py
    │   ├── funct_association.py
    │   ├── funct_associations.py
    │   ├── funct_facet_managers.py
    │   ├── funct_gen_script_mgr.py
    │   ├── funct_multi_rep_mgr.py
    │   ├── funct_node_graph_layout.py
    │   ├── funct_script.py
    │   ├── funct_scripts.py
    │   ├── functional_action.py
    │   ├── functional_actions.py
    │   ├── functional_description.py
    │   ├── functional_document.py
    │   ├── functional_element.py
    │   ├── functional_facet.py
    │   ├── functional_facet_mgr.py
    │   ├── functional_object.py
    │   ├── functional_object_proxy.py
    │   ├── functional_objects.py
    │   ├── functional_position.py
    │   ├── functional_system_setting_att.py
    │   ├── functional_variant.py
    │   └── functional_variants.py
    ├── CATGSMIDLItf
    │   ├── hybrid_shape3_d_curve_offset.py
    │   ├── hybrid_shape_affinity.py
    │   ├── hybrid_shape_assemble.py
    │   ├── hybrid_shape_axis_line.py
    │   ├── hybrid_shape_axis_to_axis.py
    │   ├── hybrid_shape_blend.py
    │   ├── hybrid_shape_boundary.py
    │   ├── hybrid_shape_bump.py
    │   ├── hybrid_shape_circle.py
    │   ├── hybrid_shape_circle2_points_rad.py
    │   ├── hybrid_shape_circle3_points.py
    │   ├── hybrid_shape_circle_bitangent_point.py
    │   ├── hybrid_shape_circle_bitangent_radius.py
    │   ├── hybrid_shape_circle_center_axis.py
    │   ├── hybrid_shape_circle_center_tangent.py
    │   ├── hybrid_shape_circle_ctr_pt.py
    │   ├── hybrid_shape_circle_ctr_rad.py
    │   ├── hybrid_shape_circle_explicit.py
    │   ├── hybrid_shape_circle_tritangent.py
    │   ├── hybrid_shape_combine.py
    │   ├── hybrid_shape_conic.py
    │   ├── hybrid_shape_connect.py
    │   ├── hybrid_shape_corner.py
    │   ├── hybrid_shape_curve_explicit.py
    │   ├── hybrid_shape_curve_par.py
    │   ├── hybrid_shape_curve_smooth.py
    │   ├── hybrid_shape_cylinder.py
    │   ├── hybrid_shape_develop.py
    │   ├── hybrid_shape_direction.py
    │   ├── hybrid_shape_extract.py
    │   ├── hybrid_shape_extract_multi.py
    │   ├── hybrid_shape_extrapol.py
    │   ├── hybrid_shape_extremum.py
    │   ├── hybrid_shape_extremum_polar.py
    │   ├── hybrid_shape_extrude.py
    │   ├── hybrid_shape_factory.py
    │   ├── hybrid_shape_fill.py
    │   ├── hybrid_shape_fillet_bi_tangent.py
    │   ├── hybrid_shape_fillet_tri_tangent.py
    │   ├── hybrid_shape_healing.py
    │   ├── hybrid_shape_helix.py
    │   ├── hybrid_shape_integrated_law.py
    │   ├── hybrid_shape_intersection.py
    │   ├── hybrid_shape_inverse.py
    │   ├── hybrid_shape_law_dist_proj.py
    │   ├── hybrid_shape_line_angle.py
    │   ├── hybrid_shape_line_bi_tangent.py
    │   ├── hybrid_shape_line_bisecting.py
    │   ├── hybrid_shape_line_explicit.py
    │   ├── hybrid_shape_line_normal.py
    │   ├── hybrid_shape_line_pt_dir.py
    │   ├── hybrid_shape_line_pt_pt.py
    │   ├── hybrid_shape_line_tangency.py
    │   ├── hybrid_shape_loft.py
    │   ├── hybrid_shape_mid_surface.py
    │   ├── hybrid_shape_near.py
    │   ├── hybrid_shape_offset.py
    │   ├── hybrid_shape_plane1_curve.py
    │   ├── hybrid_shape_plane1_line1_pt.py
    │   ├── hybrid_shape_plane2_lines.py
    │   ├── hybrid_shape_plane3_points.py
    │   ├── hybrid_shape_plane_angle.py
    │   ├── hybrid_shape_plane_equation.py
    │   ├── hybrid_shape_plane_explicit.py
    │   ├── hybrid_shape_plane_mean.py
    │   ├── hybrid_shape_plane_normal.py
    │   ├── hybrid_shape_plane_offset.py
    │   ├── hybrid_shape_plane_offset_pt.py
    │   ├── hybrid_shape_plane_tangent.py
    │   ├── hybrid_shape_point_between.py
    │   ├── hybrid_shape_point_center.py
    │   ├── hybrid_shape_point_coord.py
    │   ├── hybrid_shape_point_explicit.py
    │   ├── hybrid_shape_point_on_curve.py
    │   ├── hybrid_shape_point_on_plane.py
    │   ├── hybrid_shape_point_on_surface.py
    │   ├── hybrid_shape_point_tangent.py
    │   ├── hybrid_shape_polyline.py
    │   ├── hybrid_shape_position_transfo.py
    │   ├── hybrid_shape_project.py
    │   ├── hybrid_shape_reflect_line.py
    │   ├── hybrid_shape_revol.py
    │   ├── hybrid_shape_rolling_offset.py
    │   ├── hybrid_shape_rotate.py
    │   ├── hybrid_shape_scaling.py
    │   ├── hybrid_shape_section.py
    │   ├── hybrid_shape_sphere.py
    │   ├── hybrid_shape_spine.py
    │   ├── hybrid_shape_spiral.py
    │   ├── hybrid_shape_spline.py
    │   ├── hybrid_shape_split.py
    │   ├── hybrid_shape_surface_explicit.py
    │   ├── hybrid_shape_sweep.py
    │   ├── hybrid_shape_sweep_circle.py
    │   ├── hybrid_shape_sweep_conic.py
    │   ├── hybrid_shape_sweep_explicit.py
    │   ├── hybrid_shape_sweep_line.py
    │   ├── hybrid_shape_symmetry.py
    │   ├── hybrid_shape_thickness.py
    │   ├── hybrid_shape_transfer.py
    │   ├── hybrid_shape_translate.py
    │   ├── hybrid_shape_trim.py
    │   ├── hybrid_shape_unfold.py
    │   ├── hybrid_shape_volume_explicit.py
    │   ├── hybrid_shape_wrap_curve.py
    │   ├── hybrid_shape_wrap_surface.py
    │   ├── line.py
    │   ├── plane.py
    │   └── point.py
    ├── CATIAV4Interfaces
    │   ├── interop_setting_att.py
    │   ├── migr_batch_setting_att.py
    │   ├── spec_v4_setting_att.py
    │   ├── v4_v5_space_setting_att.py
    │   └── v4_writing_setting_att.py
    ├── CATIPDAdapterInterfaces
    │   ├── e5_property.py
    │   ├── ipd_template_property.py
    │   ├── mfg_hub_setting_att.py
    │   └── mhi_relation_management.py
    ├── CATIdeSettingsInterfaces
    │   └── iges_setting_att.py
    ├── CATMatInterfaces
    │   ├── analysis_material.py
    │   ├── material.py
    │   ├── material_document.py
    │   ├── material_families.py
    │   ├── material_family.py
    │   ├── material_manager.py
    │   ├── materials.py
    │   └── positioned_material.py
    ├── CATMultiCADInterfaces
    │   └── multi_cad_setting_att.py
    ├── CATOBMInterfaces
    │   └── behavior_setting_att.py
    ├── CATPlantShipInterfaces
    │   ├── psp_app_factory.py
    │   ├── psp_application.py
    │   ├── psp_attribute.py
    │   ├── psp_attribute_report.py
    │   ├── psp_build_part.py
    │   ├── psp_class.py
    │   ├── psp_cntr_flow.py
    │   ├── psp_connectable.py
    │   ├── psp_connector.py
    │   ├── psp_functional.py
    │   ├── psp_group.py
    │   ├── psp_groupable.py
    │   ├── psp_id.py
    │   ├── psp_light_bend.py
    │   ├── psp_light_connector.py
    │   ├── psp_light_part.py
    │   ├── psp_list_of_bst_rs.py
    │   ├── psp_list_of_doubles.py
    │   ├── psp_list_of_longs.py
    │   ├── psp_list_of_objects.py
    │   ├── psp_logical_line.py
    │   ├── psp_object.py
    │   ├── psp_part_connector.py
    │   ├── psp_phsyical_product.py
    │   ├── psp_physical.py
    │   ├── psp_place_part.py
    │   ├── psp_resource.py
    │   ├── psp_spatial.py
    │   ├── psp_stretchable_data.py
    │   ├── psp_temp_list_factory.py
    │   └── psp_workbench.py
    ├── CATRdgInterfaces
    │   └── rendering_setting_att.py
    ├── CATReporterInterfaces
    │   └── rpm_report.py
    ├── CATRmaInterfaces
    │   └── rendering_material.py
    ├── CATRscInterfaces
    │   ├── rendering_environment.py
    │   ├── rendering_environment_wall.py
    │   ├── rendering_environments.py
    │   ├── rendering_light.py
    │   ├── rendering_lights.py
    │   ├── rendering_shooting.py
    │   └── rendering_shootings.py
    ├── CATSchPlatformInterfaces
    │   ├── sch_annotation_break.py
    │   ├── sch_app2_d_zone_from3_d_zone.py
    │   ├── sch_app_class.py
    │   ├── sch_app_cntr_color.py
    │   ├── sch_app_cntr_data.py
    │   ├── sch_app_cntr_doc_link.py
    │   ├── sch_app_cntr_flow.py
    │   ├── sch_app_cntr_name.py
    │   ├── sch_app_cntr_show.py
    │   ├── sch_app_compatible.py
    │   ├── sch_app_component.py
    │   ├── sch_app_connectable.py
    │   ├── sch_app_connection.py
    │   ├── sch_app_connector.py
    │   ├── sch_app_delete_check.py
    │   ├── sch_app_delete_check2.py
    │   ├── sch_app_environment.py
    │   ├── sch_app_gap_priority.py
    │   ├── sch_app_group.py
    │   ├── sch_app_model_init.py
    │   ├── sch_app_multi_image.py
    │   ├── sch_app_multi_image_master.py
    │   ├── sch_app_object_factory.py
    │   ├── sch_app_object_factory2.py
    │   ├── sch_app_replace.py
    │   ├── sch_app_route.py
    │   ├── sch_app_route2.py
    │   ├── sch_app_scaling_rule.py
    │   ├── sch_app_zone.py
    │   ├── sch_arrow_display.py
    │   ├── sch_base_factory.py
    │   ├── sch_boundary_elem.py
    │   ├── sch_catalog_component.py
    │   ├── sch_catalog_route.py
    │   ├── sch_cntr_connect.py
    │   ├── sch_cntr_doc_link.py
    │   ├── sch_cntr_graphic.py
    │   ├── sch_cntr_location.py
    │   ├── sch_comp_connector.py
    │   ├── sch_comp_flow.py
    │   ├── sch_comp_graphic.py
    │   ├── sch_comp_group_ext.py
    │   ├── sch_compatible.py
    │   ├── sch_component.py
    │   ├── sch_component2.py
    │   ├── sch_component_group.py
    │   ├── sch_connectable.py
    │   ├── sch_drop_off_view.py
    │   ├── sch_frame_info.py
    │   ├── sch_gap_display.py
    │   ├── sch_grr.py
    │   ├── sch_grr_cntr.py
    │   ├── sch_grr_comp.py
    │   ├── sch_grr_factory.py
    │   ├── sch_grr_route.py
    │   ├── sch_grr_route2.py
    │   ├── sch_grr_route_alternate.py
    │   ├── sch_grr_route_ellipse.py
    │   ├── sch_grr_zone.py
    │   ├── sch_internal_flow.py
    │   ├── sch_list_of_bst_rs.py
    │   ├── sch_list_of_doubles.py
    │   ├── sch_list_of_longs.py
    │   ├── sch_list_of_objects.py
    │   ├── sch_movable.py
    │   ├── sch_movable2.py
    │   ├── sch_network_analysis.py
    │   ├── sch_obsolete_model.py
    │   ├── sch_post_replace.py
    │   ├── sch_replace.py
    │   ├── sch_route.py
    │   ├── sch_route_alternate_graphic.py
    │   ├── sch_route_graphic.py
    │   ├── sch_route_symbol.py
    │   ├── sch_session.py
    │   ├── sch_temp_list_factory.py
    │   ├── sch_update_instances.py
    │   ├── sch_workbench.py
    │   ├── sch_zone.py
    │   ├── sch_zone_graphic.py
    │   ├── sch_zone_membership.py
    │   ├── schematic_extension.py
    │   └── schematic_root.py
    ├── CATSdeSettingInterfaces
    │   └── step_setting_att.py
    ├── CATSmInterfaces
    │   ├── catalog_shm_object_setting_att.py
    │   └── view_characteristic_curves_setting_att.py
    ├── CATSmarTeamIntegInterfaces
    │   ├── sti_db_children.py
    │   ├── sti_db_item.py
    │   └── sti_engine.py
    ├── CATStrFunctionalInterfaces
    │   ├── end_cut_ess_object_setting_att.py
    │   ├── sdd_product.py
    │   ├── sfd_product.py
    │   ├── sfm_connection_parameters.py
    │   ├── sfm_endcut.py
    │   ├── sfm_endcut_manager.py
    │   ├── sfm_factory.py
    │   ├── sfm_function_factory.py
    │   ├── sfm_manager.py
    │   ├── sfm_member.py
    │   ├── sfm_member2_points.py
    │   ├── sfm_member_curve.py
    │   ├── sfm_member_plane2_curves.py
    │   ├── sfm_member_point_length.py
    │   ├── sfm_member_point_up_to_limit.py
    │   ├── sfm_member_surf_surf.py
    │   ├── sfm_object.py
    │   ├── sfm_object_ext.py
    │   ├── sfm_opening.py
    │   ├── sfm_opening_contours_mgr.py
    │   ├── sfm_operation_factory.py
    │   ├── sfm_positioning_strategy_manager.py
    │   ├── sfm_profile.py
    │   ├── sfm_references.py
    │   ├── sfm_slot.py
    │   ├── sfm_slots.py
    │   ├── sfm_split_plate.py
    │   ├── sfm_split_plates.py
    │   ├── sfm_standard_contour_parameters.py
    │   ├── sfm_standard_opening (conflicted).py
    │   ├── sfm_standard_opening.py
    │   ├── sfm_standard_pos_strategy_parameters (conflicted).py
    │   ├── sfm_standard_pos_strategy_parameters.py
    │   ├── sfm_stiffener.py
    │   ├── sfm_stiffener_on_free_edge (conflicted).py
    │   ├── sfm_stiffener_on_free_edge.py
    │   ├── sfm_super_plate.py
    │   ├── sfm_weld.py
    │   └── sfm_welds.py
    ├── CATTPSInterfaces
    │   ├── annotation.py
    │   ├── annotation2.py
    │   ├── annotation_factory.py
    │   ├── annotation_factory2.py
    │   ├── annotation_set.py
    │   ├── annotation_set_transform_into_assembly_set.py
    │   ├── annotation_sets.py
    │   ├── annotations.py
    │   ├── assembly_annotation_sets.py
    │   ├── associated_ref_frame.py
    │   ├── capture.py
    │   ├── capture_factory.py
    │   ├── captures.py
    │   ├── composite_tolerance.py
    │   ├── controled_radius.py
    │   ├── datum_simple.py
    │   ├── datum_target.py
    │   ├── default_annotation.py
    │   ├── dimension3_d.py
    │   ├── dimension_limit.py
    │   ├── dimension_pattern.py
    │   ├── dmu_tol_setting_att.py
    │   ├── envelop_condition.py
    │   ├── flag_note.py
    │   ├── free_state.py
    │   ├── fta_infra_setting_att.py
    │   ├── fta_setting_att.py
    │   ├── material_condition.py
    │   ├── noa.py
    │   ├── non_semantic_datum.py
    │   ├── non_semantic_datum_target.py
    │   ├── non_semantic_dimension.py
    │   ├── non_semantic_gdt.py
    │   ├── particular_tol_elem.py
    │   ├── projected_tolerance_zone.py
    │   ├── reference_frame.py
    │   ├── roughness.py
    │   ├── semantic_gdt.py
    │   ├── shifted_profile_tolerance.py
    │   ├── tangent_plane.py
    │   ├── text.py
    │   ├── tolerance_per_unit_basis_restrictive_value.py
    │   ├── tolerance_unit_basis_value.py
    │   ├── tolerance_zone.py
    │   ├── tps_parallel_on_screen.py
    │   ├── tps_view.py
    │   ├── tps_view_factory.py
    │   ├── tps_views.py
    │   ├── user_surface.py
    │   ├── user_surfaces.py
    │   └── weld.py
    ├── ComponentsCatalogsInterfaces
    │   └── catalog_document.py
    ├── DMAPSInterfaces
    │   ├── activities.py
    │   ├── activity.py
    │   ├── item.py
    │   ├── items.py
    │   ├── lib_tab_setting_att.py
    │   ├── outputs.py
    │   ├── process_document.py
    │   ├── resource.py
    │   ├── resource_collection.py
    │   ├── resources.py
    │   ├── tree_tab_setting_att.py
    │   └── verif_tab_setting_att.py
    ├── DNBAsyActivityInterfaces
    │   └── asy_sim_activity.py
    ├── DNBD5IInterfaces
    │   └── import_d5_setting_att.py
    ├── DNBDeviceActivityInterfaces
    │   ├── move_home_act.py
    │   └── move_joints_act.py
    ├── DNBDeviceInterfaces
    │   ├── basic_device.py
    │   ├── d5_device.py
    │   ├── dev_analysis_setting_att.py
    │   ├── device_joint_relations.py
    │   ├── device_sim.py
    │   ├── dof_state.py
    │   └── home_position.py
    ├── DNBDpmInterfaces
    │   ├── mfg_assembly.py
    │   └── mfg_assembly_factory.py
    ├── DNBEHMInterfaces
    │   ├── ehm_insertion_act_plug_map_view_data.py
    │   └── plug_map_view_setting_att.py
    ├── DNBEHSInterfaces
    │   └── ehs_update_smoothness_factor.py
    ├── DNBEKPInterfaces
    │   └── ekp_services.py
    ├── DNBFastenerInterfaces
    │   ├── curve_fastener.py
    │   ├── dnb_fastener_item_services.py
    │   ├── dnb_fastener_management.py
    │   ├── dnb_fastener_new_mfg_pos_services.py
    │   ├── fastener.py
    │   ├── fastener_group.py
    │   ├── fastener_set.py
    │   ├── fastener_work_bench.py
    │   └── point_fastener.py
    ├── DNBGraphEditor
    │   └── pert_node.py
    ├── DNBHumanModelingInterfaces
    │   ├── swk_anthro.py
    │   ├── swk_anthro_variable.py
    │   ├── swk_body.py
    │   ├── swk_body_element.py
    │   ├── swk_center_of_gravity.py
    │   ├── swk_ergo.py
    │   ├── swk_ergo_carry.py
    │   ├── swk_ergo_lift_lower.py
    │   ├── swk_ergo_push_pull.py
    │   ├── swk_ergo_rula.py
    │   ├── swk_line_of_sight.py
    │   ├── swk_line_of_sight_node.py
    │   ├── swk_manikin.py
    │   ├── swk_manikin_part.py
    │   ├── swk_node.py
    │   ├── swk_segment.py
    │   ├── swk_segment_node.py
    │   ├── swk_vision.py
    │   ├── swkdof.py
    │   ├── swkik_constraint.py
    │   └── swkik_manager.py
    ├── DNBHumanSimInterfaces
    │   ├── auto_walk_activity.py
    │   ├── collision_free_walk.py
    │   ├── hts_ccp_setting_att.py
    │   ├── hts_general_setting_att.py
    │   ├── hts_joint_speed_settings_att.py
    │   ├── hts_task_display_setting_att.py
    │   ├── human_activity_group.py
    │   ├── human_activity_group_factory.py
    │   ├── human_acts_factory.py
    │   ├── human_call_task.py
    │   ├── human_program.py
    │   ├── human_task.py
    │   ├── human_task_list.py
    │   ├── move_to_posture_activity.py
    │   ├── pick_activity.py
    │   ├── place_activity.py
    │   ├── walk_activity.py
    │   └── worker_activity.py
    ├── DNBIgpArcCommands
    │   ├── amp_path.py
    │   ├── amp_tag.py
    │   ├── arc_tag.py
    │   └── arc_tag_group.py
    ├── DNBIgpOlpUI
    │   ├── igp_olp_setting_att.py
    │   └── olp_translator.py
    ├── DNBIgpSetupInterfaces
    │   ├── call_robot_task_activity.py
    │   ├── device_task.py
    │   ├── device_task_factory.py
    │   ├── generic_action.py
    │   ├── generic_action_factory.py
    │   ├── mount_activity.py
    │   ├── mount_manager.py
    │   ├── move_action_activity.py
    │   ├── operation.py
    │   ├── operation_profile.py
    │   ├── robot_motion.py
    │   ├── robot_task.py
    │   ├── robot_task_clone_factory.py
    │   ├── robot_task_factory.py
    │   ├── tag.py
    │   ├── tag_factory.py
    │   ├── tag_group.py
    │   ├── tag_group_factory.py
    │   ├── tcp_trace_activity.py
    │   └── unmount_activity.py
    ├── DNBMHIInterfaces
    │   ├── mhi_load_parameters.py
    │   ├── mhi_open_access.py
    │   └── mhi_save_access.py
    ├── DNBManufacturingLayoutItf
    │   ├── attachment_cont.py
    │   ├── dnb_attachment.py
    │   └── dnb_attachment_factory.py
    ├── DNBReportingInterfaces
    │   └── fas_reporting_setting_att.py
    ├── DNBResourceProgramInterfaces
    │   ├── active_task.py
    │   ├── resource_program_manager.py
    │   └── task.py
    ├── DNBRobotInterfaces
    │   ├── aux_devices_mgt.py
    │   ├── calib_offsets.py
    │   ├── generic_accuracy_profile.py
    │   ├── generic_motion_profile.py
    │   ├── generic_obj_frame_profile.py
    │   ├── generic_tool_profile.py
    │   ├── parameter_profiles.py
    │   ├── parameter_profiles_factory.py
    │   ├── rob_analysis_heart_beat_usage_setting_att.py
    │   ├── rob_analysis_setting_att.py
    │   ├── rob_controller_factory.py
    │   ├── rob_generic_controller.py
    │   ├── rrs_setting_att.py
    │   ├── tcp_trace.py
    │   ├── tcp_trace_manager.py
    │   └── tcp_trace_manager_graphics.py
    ├── DNBSORInterfaces
    │   └── order_generator.py
    ├── DNBSimActivityInterfaces
    │   ├── delay_act.py
    │   ├── grab_act.py
    │   └── release_act.py
    ├── DNBSimulationInterfaces
    │   ├── analysis_setting_att.py
    │   ├── sim_trace_setting_att.py
    │   ├── simulation_init_state.py
    │   └── simulation_setting_att.py
    ├── DNBStateInterfaces
    │   ├── dnb3_d_state.py
    │   ├── dnb3_d_state_management.py
    │   └── dnb3_d_states.py
    ├── DNBWorkInterfaces
    │   ├── wi_buy_off.py
    │   ├── wi_change_notification.py
    │   ├── wi_data_collection.py
    │   ├── wi_text.py
    │   ├── wi_text_access_ei.py
    │   └── work_general_setting_att.py
    ├── Drafting2DLInterfaces
    │   ├── layout2_d_factory.py
    │   ├── layout2_d_root.py
    │   ├── layout2_d_setting_att.py
    │   ├── layout2_d_sheet.py
    │   ├── layout2_d_sheets.py
    │   ├── layout2_d_view.py
    │   └── layout2_d_views.py
    ├── DraftingInterfaces
    │   ├── drafting_setting_att.py
    │   ├── drawing_arrow.py
    │   ├── drawing_arrows.py
    │   ├── drawing_component.py
    │   ├── drawing_components.py
    │   ├── drawing_dim_ext_line.py
    │   ├── drawing_dim_line.py
    │   ├── drawing_dim_value.py
    │   ├── drawing_dimension.py
    │   ├── drawing_dimensions.py
    │   ├── drawing_document.py
    │   ├── drawing_leader.py
    │   ├── drawing_leaders.py
    │   ├── drawing_page_setup.py
    │   ├── drawing_picture.py
    │   ├── drawing_pictures.py
    │   ├── drawing_root.py
    │   ├── drawing_sheet.py
    │   ├── drawing_sheets.py
    │   ├── drawing_table.py
    │   ├── drawing_tables.py
    │   ├── drawing_text.py
    │   ├── drawing_text_properties.py
    │   ├── drawing_text_range.py
    │   ├── drawing_texts.py
    │   ├── drawing_thread.py
    │   ├── drawing_threads.py
    │   ├── drawing_view.py
    │   ├── drawing_view_generative_behavior.py
    │   ├── drawing_view_generative_links.py
    │   ├── drawing_views.py
    │   ├── drawing_welding.py
    │   ├── drawing_weldings.py
    │   └── print_area.py
    ├── ENOCD5Interfaces
    │   ├── cd5_engine.py
    │   ├── cd5_engine_v6_r2014x.py
    │   ├── cd5_engine_v6_r2015.py
    │   ├── cd5_i_ds.py
    │   ├── cd5_id.py
    │   ├── cd5_properties.py
    │   ├── cd5_property.py
    │   ├── cd5_save_item.py
    │   ├── cd5_save_items.py
    │   ├── cd5_save_operation.py
    │   ├── cd5_structure.py
    │   ├── cd5_template.py
    │   ├── cd5_template_type.py
    │   ├── cd5_template_types.py
    │   └── cd5_templates.py
    ├── ElecSchematicItf
    │   ├── elec_sch_wire.py
    │   └── elec_schematic_object.py
    ├── FittingInterfaces
    │   ├── fitting_setting_att.py
    │   ├── manip_setting_att.py
    │   ├── sampled.py
    │   ├── sampleds.py
    │   ├── sampleds_node.py
    │   ├── shot.py
    │   ├── shots.py
    │   ├── shuttle.py
    │   ├── shuttles.py
    │   ├── track.py
    │   └── tracks.py
    ├── GenKnowledgeInterfaces
    │   ├── expert_check.py
    │   ├── expert_check_runtime.py
    │   ├── expert_report_object.py
    │   ├── expert_report_objects.py
    │   ├── expert_rule.py
    │   ├── expert_rule_base.py
    │   ├── expert_rule_base_component_runtime.py
    │   ├── expert_rule_base_component_runtimes.py
    │   ├── expert_rule_base_runtime.py
    │   ├── expert_rule_runtime.py
    │   ├── expert_rule_set.py
    │   ├── expert_rule_set_runtime.py
    │   └── kwe_correct_function.py
    ├── InfInterfaces
    │   ├── application.py
    │   ├── camera.py
    │   ├── camera2_d.py
    │   ├── camera3_d.py
    │   ├── camera_2d.py
    │   ├── camera_3d.py
    │   ├── cameras.py
    │   ├── cgr_adhesion_setting_att.py
    │   ├── document.py
    │   ├── documentation_setting_att.py
    │   ├── documents.py
    │   ├── drafting_page_setup.py
    │   ├── file.py
    │   ├── file_component.py
    │   ├── file_system.py
    │   ├── files.py
    │   ├── folder.py
    │   ├── folders.py
    │   ├── general_session_setting_att.py
    │   ├── light_source.py
    │   ├── light_sources.py
    │   ├── macros_setting_att.py
    │   ├── move.py
    │   ├── page_setup.py
    │   ├── position.py
    │   ├── printer.py
    │   ├── printers.py
    │   ├── printers_setting_att.py
    │   ├── reference.py
    │   ├── references.py
    │   ├── search_setting_att.py
    │   ├── selected_element.py
    │   ├── selection.py
    │   ├── selection_sets.py
    │   ├── send_to_service.py
    │   ├── setting_controllers.py
    │   ├── specs_and_geom_window.py
    │   ├── specs_viewer.py
    │   ├── system_configuration.py
    │   ├── text_stream.py
    │   ├── tree_viz_manip_setting_att.py
    │   ├── viewer.py
    │   ├── viewer2_d.py
    │   ├── viewer3_d.py
    │   ├── viewer_2d.py
    │   ├── viewer_3d.py
    │   ├── viewers.py
    │   ├── viewpoint2_d.py
    │   ├── viewpoint3_d.py
    │   ├── viewpoint_2d.py
    │   ├── viewpoint_3d.py
    │   ├── vis_property_set.py
    │   ├── visualization_setting_att.py
    │   ├── vrml_setting_att.py
    │   ├── window.py
    │   ├── windows.py
    │   ├── workbench.py
    │   └── ~
    ├── KinematicsInterfaces
    │   ├── dressup.py
    │   ├── dressups.py
    │   ├── joint.py
    │   ├── joints.py
    │   ├── kinematics_workbench.py
    │   ├── mechanism.py
    │   ├── mechanism_command.py
    │   ├── mechanism_commands.py
    │   └── mechanisms.py
    ├── KnowledgeInterfaces
    │   ├── angle.py
    │   ├── bool_param.py
    │   ├── check.py
    │   ├── constraint_satisfaction.py
    │   ├── design_table.py
    │   ├── dimension.py
    │   ├── enum_param.py
    │   ├── feature_generator.py
    │   ├── formula.py
    │   ├── free_parameter.py
    │   ├── free_parameters.py
    │   ├── int_param.py
    │   ├── knowledge_activate_object.py
    │   ├── knowledge_object.py
    │   ├── knowledge_sheet_setting_att.py
    │   ├── language_sheet_setting_att.py
    │   ├── law.py
    │   ├── length.py
    │   ├── list.py
    │   ├── list_parameter.py
    │   ├── loop.py
    │   ├── optimization.py
    │   ├── optimization_constraint.py
    │   ├── optimization_constraints.py
    │   ├── optimizations.py
    │   ├── parameter.py
    │   ├── parameter_set.py
    │   ├── parameter_sets.py
    │   ├── parameters.py
    │   ├── real_param.py
    │   ├── relation.py
    │   ├── relations.py
    │   ├── report_generation_sheet_setting_att.py
    │   ├── rule.py
    │   ├── set_of_equation.py
    │   ├── str_param.py
    │   ├── tolerance_sheet_setting_att.py
    │   ├── unit.py
    │   ├── units.py
    │   └── units_sheet_setting_att.py
    ├── ManufacturingInterfaces
    │   ├── machining_process.py
    │   ├── manufacturing_activity.py
    │   ├── manufacturing_activity_syntax.py
    │   ├── manufacturing_activity_syntax2.py
    │   ├── manufacturing_apt_generator.py
    │   ├── manufacturing_copy_transformation.py
    │   ├── manufacturing_factories.py
    │   ├── manufacturing_feature.py
    │   ├── manufacturing_features.py
    │   ├── manufacturing_generator_data.py
    │   ├── manufacturing_hole.py
    │   ├── manufacturing_insert.py
    │   ├── manufacturing_machinable_area.py
    │   ├── manufacturing_machinable_feature.py
    │   ├── manufacturing_machinable_geometry.py
    │   ├── manufacturing_machine.py
    │   ├── manufacturing_machining_axis.py
    │   ├── manufacturing_operation.py
    │   ├── manufacturing_output.py
    │   ├── manufacturing_output_generator.py
    │   ├── manufacturing_pattern.py
    │   ├── manufacturing_precedence.py
    │   ├── manufacturing_precedences.py
    │   ├── manufacturing_process.py
    │   ├── manufacturing_program.py
    │   ├── manufacturing_resource_factory.py
    │   ├── manufacturing_setup.py
    │   ├── manufacturing_setup2.py
    │   ├── manufacturing_setup3.py
    │   ├── manufacturing_tool.py
    │   ├── manufacturing_tool_assembly.py
    │   ├── manufacturing_tool_assembly2.py
    │   ├── manufacturing_tool_corrector.py
    │   ├── manufacturing_tool_motion.py
    │   ├── manufacturing_user_representation.py
    │   ├── manufacturing_view.py
    │   ├── mfg_activities.py
    │   └── mfg_tool_motions.py
    ├── MecModInterfaces
    │   ├── axis_system.py
    │   ├── axis_systems.py
    │   ├── bi_dim_feat_edge.py
    │   ├── bodies.py
    │   ├── body.py
    │   ├── boundary.py
    │   ├── constraint.py
    │   ├── constraints.py
    │   ├── cylindrical_face.py
    │   ├── edge.py
    │   ├── face.py
    │   ├── factory.py
    │   ├── fix_together.py
    │   ├── fix_togethers.py
    │   ├── geometric_elements.py
    │   ├── hybrid_bodies.py
    │   ├── hybrid_body.py
    │   ├── hybrid_shape.py
    │   ├── hybrid_shape_instance.py
    │   ├── hybrid_shapes.py
    │   ├── instance_factory.py
    │   ├── mono_dim_feat_edge.py
    │   ├── not_wire_boundary_mono_dim_feat_vertex.py
    │   ├── ordered_geometrical_set.py
    │   ├── ordered_geometrical_sets.py
    │   ├── origin_elements.py
    │   ├── part.py
    │   ├── part_document.py
    │   ├── part_infrastructure_setting_att.py
    │   ├── planar_face.py
    │   ├── rectilinear_bi_dim_feat_edge.py
    │   ├── rectilinear_mono_dim_feat_edge.py
    │   ├── rectilinear_tri_dim_feat_edge.py
    │   ├── shape.py
    │   ├── shape_instance.py
    │   ├── shapes.py
    │   ├── sketches.py
    │   ├── solid.py
    │   ├── tri_dim_feat_edge.py
    │   ├── tri_dim_feat_vertex_or_bi_dim_feat_vertex.py
    │   ├── vertex.py
    │   └── zero_dim_feat_vertex_or_wire_boundary_mono_dim_feat_vertex.py
    ├── NavigatorInterfaces
    │   ├── annotated_view.py
    │   ├── annotated_views.py
    │   ├── dmu_data_flow.py
    │   ├── dmu_review.py
    │   ├── dmu_reviews.py
    │   ├── group.py
    │   ├── groups.py
    │   ├── hyperlink.py
    │   ├── hyperlinks.py
    │   ├── marker2_d.py
    │   ├── marker2_ds.py
    │   ├── marker3_d.py
    │   ├── marker3_ds.py
    │   ├── marker_setting_att.py
    │   ├── n4_d_navigator_setting_att.py
    │   └── navigator_workbench.py
    ├── OSMInterfaces
    │   ├── product_scene.py
    │   ├── product_scenes.py
    │   ├── scene.py
    │   ├── scene_product_data.py
    │   ├── scene_workbench.py
    │   └── scenes.py
    ├── PCBoardBase
    │   ├── pcb_area.py
    │   ├── pcb_board.py
    │   ├── pcb_component.py
    │   ├── pcb_hole_and_pattern.py
    │   ├── pcb_object.py
    │   └── pcb_workbench.py
    ├── PPRInterfaces
    │   ├── ppr_activity.py
    │   ├── ppr_document.py
    │   └── ppr_products.py
    ├── PartInterfaces
    │   ├── add.py
    │   ├── affinity.py
    │   ├── angular_repartition.py
    │   ├── assemble.py
    │   ├── auto_draft.py
    │   ├── auto_fillet.py
    │   ├── axis_to_axis.py
    │   ├── boolean_shape.py
    │   ├── chamfer.py
    │   ├── circ_pattern.py
    │   ├── close_surface.py
    │   ├── const_rad_edge_fillet.py
    │   ├── defeaturing.py
    │   ├── defeaturing_fillet_filter.py
    │   ├── defeaturing_filter.py
    │   ├── defeaturing_filter_with_range.py
    │   ├── defeaturing_filters.py
    │   ├── defeaturing_hole_filter.py
    │   ├── draft.py
    │   ├── draft_domain.py
    │   ├── draft_domains.py
    │   ├── dress_up_shape.py
    │   ├── edge_fillet.py
    │   ├── face_fillet.py
    │   ├── fillet.py
    │   ├── groove.py
    │   ├── hole.py
    │   ├── intersect.py
    │   ├── limit.py
    │   ├── linear_repartition.py
    │   ├── loft.py
    │   ├── mirror.py
    │   ├── pad.py
    │   ├── pattern.py
    │   ├── pocket.py
    │   ├── prism.py
    │   ├── rect_pattern.py
    │   ├── remove.py
    │   ├── remove_face.py
    │   ├── repartition.py
    │   ├── replace_face.py
    │   ├── revolution.py
    │   ├── rib.py
    │   ├── rotate.py
    │   ├── scaling.py
    │   ├── scaling2.py
    │   ├── sew_surface.py
    │   ├── shaft.py
    │   ├── shape_factory.py
    │   ├── shell.py
    │   ├── sketch_based_shape.py
    │   ├── slot.py
    │   ├── solid_combine.py
    │   ├── split.py
    │   ├── stiffener.py
    │   ├── surface_based_shape.py
    │   ├── sweep.py
    │   ├── symmetry.py
    │   ├── thick_surface.py
    │   ├── thickness.py
    │   ├── thread.py
    │   ├── transformation_shape.py
    │   ├── translate.py
    │   ├── trim.py
    │   ├── tritangent_fillet.py
    │   ├── user_pattern.py
    │   ├── user_repartition.py
    │   └── var_rad_edge_fillet.py
    ├── PrismaticMachiningInterfaces
    │   └── manufacturing_prismatic_machining_area.py
    ├── ProductStructureInterfaces
    │   ├── analyze.py
    │   ├── assembly_convertor.py
    │   ├── product.py
    │   ├── product_document.py
    │   ├── products.py
    │   ├── publication.py
    │   └── publications.py
    ├── SMTInterfaces
    │   ├── dmo_offset.py
    │   ├── dmo_offsets.py
    │   ├── dmo_thickness.py
    │   ├── dmo_thicknesses.py
    │   ├── free_space.py
    │   ├── free_spaces.py
    │   ├── merges.py
    │   ├── optimizer_work_bench.py
    │   ├── part_comp.py
    │   ├── part_comps.py
    │   ├── silhouette.py
    │   ├── silhouettes.py
    │   ├── simplifications.py
    │   ├── swept_volume.py
    │   ├── swept_volumes.py
    │   ├── three_d_cuts.py
    │   ├── vibration_volumes.py
    │   ├── wrapping.py
    │   └── wrappings.py
    ├── SimulationInterfaces
    │   └── replay.py
    ├── SketcherInterfaces
    │   ├── axis2_d.py
    │   ├── circle2_d.py
    │   ├── control_point2_d.py
    │   ├── curve2_d.py
    │   ├── ellipse2_d.py
    │   ├── factory2_d.py
    │   ├── geometric_element.py
    │   ├── geometry2_d.py
    │   ├── hyperbola2_d.py
    │   ├── line2_d.py
    │   ├── parabola2_d.py
    │   ├── point2_d.py
    │   ├── sketch.py
    │   └── spline2_d.py
    ├── SpaceAnalysisInterfaces
    │   ├── clash.py
    │   ├── clash_result.py
    │   ├── clash_results.py
    │   ├── clashes.py
    │   ├── conflict.py
    │   ├── conflicts.py
    │   ├── distance.py
    │   ├── distances.py
    │   ├── inertia.py
    │   ├── inertias.py
    │   ├── measurable.py
    │   ├── measure_setting_att.py
    │   ├── section.py
    │   ├── sectioning_setting_att.py
    │   ├── sections.py
    │   └── spa_workbench.py
    ├── StructureInterfaces
    │   ├── color_ess_object_setting_att.py
    │   ├── color_std_object_setting_att.py
    │   ├── material_ess_object_setting_att.py
    │   ├── path_ess_ressources_setting_att.py
    │   ├── ppg_exec_log_setting_att.py
    │   ├── str_anchor_point.py
    │   ├── str_anchor_points.py
    │   ├── str_compute_services.py
    │   ├── str_cutback.py
    │   ├── str_cutout_feature.py
    │   ├── str_feature_factory.py
    │   ├── str_foundation.py
    │   ├── str_foundations.py
    │   ├── str_member.py
    │   ├── str_member_extremity.py
    │   ├── str_members.py
    │   ├── str_nibbling_feature.py
    │   ├── str_object.py
    │   ├── str_object_ext.py
    │   ├── str_object_factory.py
    │   ├── str_plate.py
    │   ├── str_plates.py
    │   ├── str_section.py
    │   ├── str_workbench.py
    │   └── type_ess_object_setting_att.py
    ├── SurfaceMachiningInterfaces
    │   ├── manufacturing_surface_geom_area.py
    │   └── manufacturing_surface_machining_area.py
    └── System
        ├── accesslog_statistics_setting_att.py
        ├── any_object.py
        ├── cache_setting_att.py
        ├── cat_base_dispatch.py
        ├── cat_base_unknown.py
        ├── collection.py
        ├── command_statistics_setting_att.py
        ├── disconnection_setting_att.py
        ├── dl_name_setting_att.py
        ├── dyn_license_setting_att.py
        ├── errorlog_statistics_setting_att.py
        ├── file_access_statistics_setting_att.py
        ├── general_statistics_setting_att.py
        ├── global_statistics_setting_att.py
        ├── i_dispatch.py
        ├── i_unknown.py
        ├── license_setting_att.py
        ├── memory_warning_setting_att.py
        ├── pcs_statistics_setting_att.py
        ├── server_statistics_setting_att.py
        ├── session_statistics_setting_att.py
        ├── setting_controller.py
        ├── setting_repository.py
        ├── system_service.py
        └── workbench_statistics_setting_att.py

81 directories, 1149 files


标签: catia TI AT CA py

实例下载地址

Python pycatia包_程序模块

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警