NX1980_setup <<
Previous Next >> NXOpen
NX2206
2022.06.17 正式推出 SiemensNX-2206_wntx64.zip (10.9GB)
NX2206 完整系統容量為 29.35 GB
以下列 get_dir_size.py 計算 NX2206 各目錄容量:
import os
import math
def convert_size(size_bytes):
# from https://stackoverflow.com/questions/5194057/better-way-to-convert-file-sizes-in-python
if size_bytes == 0:
return "0B"
size_name = ("B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB")
i = int(math.floor(math.log(size_bytes, 1024)))
p = math.pow(1024, i)
s = round(size_bytes / p, 2)
return "%s %s" % (s, size_name[i])
def get_dir_size(path='.'):
# from https://note.nkmk.me/en/python-os-path-getsize/
total = 0
with os.scandir(path) as it:
for entry in it:
if entry.is_file():
total += entry.stat().st_size
elif entry.is_dir():
total += get_dir_size(entry.path)
return total
#for (root,dirs,files) in os.walk('./', topdown=True):
#print (dirs)
total = 0
nx_dir_list = os.listdir('./')
for i in nx_dir_list:
try:
# skip files
total += get_dir_size(i)
print(i, ":", convert_size(get_dir_size(i)))
except:
#print(i)
pass
print("total:", convert_size(total))
執行結果:
AUTOMATED_TESTING : 3.9 MB
AUTOMATION_DESIGNER : 276.42 MB
CAPITALINTEGRATION : 2.04 MB
CATIAV5 : 763.49 KB
CLOUDDM : 99.22 KB
CMM_INSPECTION : 143.32 MB
DESIGNSPACEEXPLORER : 7.87 KB
DESIGN_TOOLS : 64.18 MB
DIAGRAMCORE : 5.77 MB
DIAGRAMMING : 51.07 MB
DRAFTING : 123.71 MB
DXFDWG : 207.4 MB
IGES : 5.2 MB
INSTALL : 55.05 KB
LOCALIZATION : 1.1 GB
MACH : 1.96 GB
MANUFACTURING_PLANNING : 136.6 MB
MBD : 62.8 MB
MECH : 568.6 MB
MECHATRONICS : 216.88 MB
MENDIXREPORTING : 1.04 MB
MOLDCOOLING : 12.17 KB
MOLDWIZARD : 230.24 MB
MPA : 1.5 MB
NXAECDESIGN : 32.3 MB
NXASSEMBLY : 127.27 MB
NXBIN : 5.24 GB
NXCABLEROUTER : 205.75 KB
NXCAE_EXTRAS : 3.3 GB
NXCOATINGS : 645.3 KB
NXCREO : 6.19 MB
NXHUMAN : 247.8 MB
NXJOIN : 18.22 MB
NXNASTRAN : 2.94 GB
NXPARTS : 53.28 MB
NXPLOT : 255.92 MB
NXPROE : 6.19 MB
NXREPORTS : 9.45 MB
NXSHIP : 340.46 MB
NXSTRUCTUREDESIGN : 121.55 MB
NXVR : 446.12 MB
NX_VSA : 13.88 MB
POSTBUILD : 37.65 MB
PSTUDIO : 35.5 MB
PVTRANS : 104.49 KB
REL_INFO : 36.92 KB
ROUTING : 324.37 MB
RULE : 302.85 KB
SAFETY : 522.78 MB
SIMULATION : 4.29 GB
STAGE_MODEL : 3.53 MB
STAMPING_TOOLS : 93.18 MB
STEP203UG : 1.28 MB
STEP214UG : 1.27 MB
TDP : 237.67 MB
TOOLING_BASE : 970.12 KB
TRANSLATORS : 157.99 MB
UGALLIANCE : 85.09 KB
UGAUTOMOTIVE : 105.7 MB
UGCATIA : 6.55 MB
UGFLEXLM : 31.5 MB
UGFPCD : 35.19 KB
UGII : 698.39 MB
UGIMW : 8.45 MB
UGMANAGER : 118.83 MB
UGOPEN : 436.93 MB
UGOPENPP : 567.28 KB
UGPCBX : 3.92 MB
UGPCBXCHANGE : 81.62 MB
UGPHOTO : 2.99 GB
UGSTRUCTURES : 789.79 MB
UGSTUDIO : 14.03 MB
UGTIPS : 192.46 MB
UGTO2D : 921.06 KB
UGWEB : 9.08 MB
UGWELD : 2.07 MB
UNFOLD : 71.92 KB
VDA : 25.43 KB
VDV : 14.55 KB
total: 29.35 GB
假如只需要 NX2206 Modeling, Drawing, Mechatronic Design Studio, Product Template Studio 等功能, 則只需要下列目錄檔案, 容量為 7.49GB, NX2206_CAD_lite.7z:
DESIGNSPACEEXPLORER : 7.87 KB
DESIGN_TOOLS : 64.18 MB
DIAGRAMCORE : 5.77 MB
DIAGRAMMING : 51.07 MB
DRAFTING : 123.71 MB
DXFDWG : 207.4 MB
IGES : 5.2 MB
INSTALL : 55.05 KB
MECHATRONICS : 216.88 MB
NXASSEMBLY : 127.27 MB
NXBIN : 5.24 GB
NXPARTS : 53.28 MB
STEP203UG : 1.28 MB
STEP214UG : 1.27 MB
Temp : 1.02 KB
TRANSLATORS : 157.99 MB
UGFLEXLM : 31.5 MB
UGII : 698.39 MB
UGMANAGER : 118.83 MB
UGOPEN : 436.93 MB
UGOPENPP : 567.28 KB
UNFOLD : 71.92 KB
total: 7.49 GB
基本 NX2206 CAD 教育版功能模組:
# NX Academic - Core & CAD
3d_to_2d_flattener
acis_nx_translator
adv_assemblies
adv_sheet_metal_dsgn
aero_sheet_metal
assemblies
cam_additive_1
cam_additive_2
cam_additive_post
cam_robotics_1000
cam_robotics_1001
cam_robotics_1002
cam_robotics_1003
cam_robotics_1004
cam_robotics_1006
cam_robotics_1009
catv5_nx_sca
conf_cooling_channel
des_top_opt
design_studio
die_engineering
drafting
dxf_to_ug
dxfdwg
features_modeling
free_form_modeling
gateway
geometric_tol
grip_execute
ifc_to_nx
iges
insp_programming
ld_line_designer
mrl_connect
nx_3d_path_planning
nx_4gd_integration
nx_access_tcclass
nx_additive_design
nx_aero_design
nx_animationdesigner
nx_cam_deburr_planar
nx_cam_deburring3x
nx_cam_deburring4x
nx_cam_deburring5x
nx_cam_rotary_4x
nx_cam_smks_3x
nx_cam_smks_4x
nx_cam_smks_additive
nx_cam_smks_complex
nx_cam_turn_prime
nx_coatings
nx_design_explorer
nx_diagramming
nx_drawing_auto
nx_electrode_wizard
nx_flexible_pcb
nx_freeform_1
nx_freeform_2
nx_gc_toolkit
nx_general_packaging
nx_issue_mgmt
nx_isv_mtb
nx_isv_vm_hmi
nx_jacktkapi
nx_join
nx_lnx_batch
nx_mc_basic
nx_mc_full
nx_mcd_core
nx_ml_cmd_pred_ui
nx_onestep_analysis
nx_penetration_mgmt
nx_pid_design_author
nx_pmi_effectivity
nx_point_cloud_view
nx_polygon_modeling
nx_post_config_adv
nx_post_config_full
nx_posture
nx_reuse_cadenas
nx_samcef_ui
nx_sdpd_mpm_a
nx_sdpd_mpm_v
nx_sdpd_pam_a
nx_sdpd_pam_v
nx_sheet_metal
nx_ship_basic
nx_ship_concept
nx_ship_detail
nx_ship_drafting
nx_ship_gen_arrange
nx_ship_mfg_prep
nx_snap_author
nx_structure_design
nx_subdivision
nx_sysnoise_bem
nx_to_ifc
nx_visual_reporting
nx_wi_authoring
nx_xr
pcf_package_file
proenx
prog_die_wizard
pstudio_cons
pts_author
pts_consumer
pv_ugdatagenerator
routing_advanced
routing_base
routing_cabling
routing_harness
routing_hvac
routing_pid
routing_pipetube
routing_platform
sc_des_topol_opt
sc_fp_sa
sc_fp_sa_beam
sc_fp_sa_dyn
sc_fp_sa_dyn_nl
sc_fp_sa_opt
sc_fp_sa_shell
shape_search
sinumerik_spline
sla_3d_systems
solid_modeling
std_ug_library
step_ap203
step_ap214
step_ap242
structure_weld
student_read
studio_analyze
studio_free_form
studio_render
studio_visualize
ug_body_design
ug_checkmate
ug_comp_flattener
ug_comp_pipeline
ug_die_design
ug_human
ug_kf_author
ug_kf_checker
ug_kf_execute
ug_mold_design
ug_opt_wizard
ug_prod_des_advisor
ug_visualize
ug_web_express
ugopen_menuscript
ugweld
ui_styler
usr_defined_features
wave
假如要再加上 CAE 與 CAM 功能, 則需要下列目錄, 容量為 21.47GB, NX2206_CAX_lite.7z
AUTOMATED_TESTING : 3.9 MB
AUTOMATION_DESIGNER : 276.42 MB
DESIGNSPACEEXPLORER : 7.87 KB
DESIGN_TOOLS : 64.18 MB
DRAFTING : 123.71 MB
DXFDWG : 207.4 MB
IGES : 5.2 MB
INSTALL : 55.05 KB
MACH : 1.96 GB
MANUFACTURING_PLANNING : 136.6 MB
MECHATRONICS : 216.88 MB
NXASSEMBLY : 127.27 MB
NXBIN : 5.24 GB
NXCAE_EXTRAS : 3.3 GB
NXHUMAN : 247.8 MB
NXNASTRAN : 2.94 GB
NXPARTS : 53.28 MB
NXSTRUCTUREDESIGN : 121.55 MB
SIMULATION : 4.29 GB
STEP203UG : 1.28 MB
STEP214UG : 1.27 MB
Temp : 0B
TRANSLATORS : 157.99 MB
UGFLEXLM : 31.5 MB
UGII : 698.39 MB
UGMANAGER : 118.83 MB
UGOPEN : 436.93 MB
UGOPENPP : 567.28 KB
UGSTRUCTURES : 789.79 MB
UNFOLD : 71.92 KB
total: 21.47 GB
NX2206 基本 CAE + CAM 教育版功能:
# NX Academic Perpetual License CAE+CAM
3d_to_2d_flattener
appearance_mgmt
appearance_mgmt_aw
appearance_mgmt_mgd
assemblies
cam_additive_3
cam_base
cam_facets
cavity_milling
contour_profile
dmu_markup
dxf_to_ug
dxfdwg
elma
fbm_author
fix_axis_surf_mill
flow_cut
gateway
gmc
graphical_tool_path
grip_execute
iges
mechanisms
motion_cd_tire
motion_ext_control
motion_flex_modal
motion_std_tire
motion_swift_tire
motion_tno_tire
nc_external_program
nc_wizard_builder
nurb_output_enabler
nx_3d_swept_volume
nx_abaqus_env
nx_abaqus_export
nx_abaqus_export_g
nx_abaqus_import
nx_acoustic_modeling
nx_acoustics_bem_hpc
nx_adv_durability
nx_adv_fld_mod_solv
nx_adv_fluid_mod
nx_algorithmic
nx_ansys_env
nx_ansys_export
nx_ansys_export_g
nx_ansys_import
nx_cam_deburring4x
nx_cam_rotary_4x
nx_cam_smks_3x
nx_cam_smks_4x
nx_cam_smks_complex
nx_correl_base
nx_correl_update
nx_design_sim
nx_drafting_plus
nx_draw_shape
nx_durability_wiz
nx_easyfill_advanced
nx_easyfill_analysis
nx_esc_solv
nx_esc_ui
nx_flow_adv_solv
nx_flow_adv_ui
nx_flow_solver
nx_flow_ui
nx_general_packaging
nx_implicit
nx_isv_mtb
nx_lam_comp_adv
nx_lam_composites
nx_layout
nx_lsdyna_export
nx_lsdyna_import
nx_mach_line_planner
nx_masterfem
nx_mbd
nx_ml_sel_pred_std
nx_ml_show_hide
nx_mlp_setup
nx_mlp_solid
nx_mscnastran_env
nx_mu_notifications
nx_multi_blade_mill
nx_nas_acous_adv
nx_nas_aero_dsk
nx_nas_bn_basic_dsk
nx_nas_dmap_dsk
nx_nas_dyn_dsk
nx_nas_nonlin_dsk
nx_nas_optim_dsk
nx_nas_rotdyn_dsk
nx_nas_supel_dsk
nx_nas_topol
nx_nas_uss_dsk
nx_nastran_export
nx_nastran_export_g
nx_post_config_adv
nx_response_anlys
nx_ship_super_plate
nx_space_therm_solv
nx_space_therm_ui
nx_spsd_stress
nx_spsd_vibration
nx_sysnoisebem_ui
nx_tdp
nx_thermal_adv_solv
nx_thermal_adv_ui
nx_thermal_solver
nx_thermal_ui
nx_tilt_tool_axis
nx_vr_sudr
nx_wedm_base
nx_wedm_extra
nx_wedm_gear
nx_wedm_ruled
nx_wedmp_db
nx_wedmp_no_db
nx_wi_authoring
planar_milling
probe
pstudio_auth
pstudio_cons
pv_ugdatagenerator
sequential_milling
shop_doc
sla_3d_systems
stage_model
step_ap203
step_ap214
surface_milling
sync_mgr
tol_cavity_milling
ug_epak
ug_holemaking
ug_isv_full
ug_kf_execute
ug_library_access
ug_nas_bn
ug_nas_des
ug_pcb_exchange
ug_pcb_modeler
ug_post_exe
ug_post_kinematics
ug_post_mill
ug_schematics
ug_smart_models
ug_strength_wizard
ug_to_dxf
ug_to_vericut
ug_turning
ug_visualize
ugopen_menuscript
var_axis_surf_mill
vehicle_des_val
wire_edm_machining
NX1980_setup <<
Previous Next >> NXOpen