ModSim
ModSim
  • Видео 201
  • Просмотров 870 633
How to Read Attributes in Nx Open Programming |attach attributes to any NX object store information
How to Read Attributes in Nx Open Programming |attach attributes to any NX object store information
cycles through the bodies in the work part, and prints all the attributes on each body to the
Information window. Attributes can be defined to be certain types, such as Integer, Number, Time, and String, but
you will always be able to get a string representation of the attribute through the StringValue property.
Dim theSession = Session.GetSession()
Guide.InfoWriteLine("Outputting list of attributes in each body in the work part:")
Dim bodies = theSession.Parts.Work.Bodies
For Each bod As body in bodies
Dim attributes = bod.GetUserAttributes()
For Each attr As NXObject.AttributeInformation in attr...
Просмотров: 3 007

Видео

NxOpen Creating Simple Geometry | CreateLine command in Nx Siemens with Two points
Просмотров 1,8 тыс.Год назад
NxOpen Creating Simple Geometry | CreateLine command in Nx Siemens with Two points Some collections have additional methods to create objects. A CurveCollection has several methods for creating curves. One method, CreateLine, will create a line in the work part when you enter the start point and end point for the line. There are two versions of the CreateLine method, one that takes two point ob...
What is NxOpen | use of Nx Open | Support toolkit and Languages available in Nx Siemens
Просмотров 2,7 тыс.Год назад
What is NxOpen | use of Nx Open | Support toolkit and Languages available in Nx Siemens NX Open is a collection of Application Programming Interface (API) toolkits that allow for the flexible integration of custom software applications with NX through an open architecture. The intention is to automate complex and repetitive tasks. Also to allow for the integration of diverse applications, along...
NXOpen GetLength Curve Length Collection | For and Next curve in Nx Siemens
Просмотров 1,6 тыс.Год назад
NXOpen GetLength Curve Length Collection | For and Next curve in Nx Siemens NX can create parts and assemblies with complex geometry and product structure. Sometimes you will need to perform operations on a collection of objects in your parts or assemblies. Using a journal to cycle through a collection will often make these tasks easier. We will start by creating some simple journals to underst...
NxOpen Basic Programming | How to start programming with NxOpen with "Hello World" | Nx Siemens
Просмотров 10 тыс.Год назад
NxOpen Basic Programming module | How to start programming with NxOpen with ""Hello World" To print "Hello World" to the NX Information Window: Run NX, create a new part file, and then choose the Developer tab. If you do not see the Developer tab in the NX Ribbon bar, please activate it by selecting it from the Ribbon Bar context menu. Choose Developer tab → Journal group → Edit In the Journal ...
Dark theme in Nx Siemens | User Interface Preferences Siemens PLM Software
Просмотров 2,5 тыс.3 года назад
Dark theme in Nx Siemens | User Interface Preferences Siemens PLM Software Available only for the Windows operating system. Specifies the appearance of your NX session. Light (Recommended): (Default) Uses the theme consistent to all Siemens PLM Software products. Light Gray: Classic: Uses the Classic NX theme. Classic with System Font: Uses the Classic NX theme with System fonts set in the Syst...
Creating a Reference Set in Nx Siemens (Default) | Types of reference sets Empty and Entire Part
Просмотров 11 тыс.3 года назад
Creating a Reference Set in Nx Siemens (Default) | Types of reference sets Empty and Entire Part To define the Model reference set name, see Menu→File→Utilities→ Customer Defaults→Assemblies node→Site Standards page→Reference Sets tab→Model Reference Set (Name). You can use assembly reference sets to determine the amount of data to be displayed from the assembly into your current session. For a...
Modeling a beam and cross section | 1D Ladder Nastran simulation mesh associate data in Nx Siemens
Просмотров 4 тыс.3 года назад
Modeling a beam and cross section | 1D Ladder Nastran structural simulation mesh associate data in Nx Siemens In this tutorial, you will learn how to create a 1D beam mesh, assign a cross section to it, and orient the cross section. after then applying force and constrain to do structural analysis. few steps: Create the rung cross section: Create a tube cross section to represent the rungs of t...
Defining nonlinear material properties in Siemens Nx Nastran Simcenter
Просмотров 5 тыс.4 года назад
Defining nonlinear material properties in Siemens Nx Simcenter Material nonlinearity involves the nonlinear behavior of a material based on a current deformation, deformation history, rate of deformation, temperature, pressure, and so on. Examples of nonlinear material models are large strain (visco) elasto-plasticity and hyperelasticity (rubber and plastic materials). to define follwing steps:...
Graphing force velocity acceleration in Siemens Nx motion | basic tutorial in unigraphics motion
Просмотров 3,3 тыс.4 года назад
Graphing force velocity acceleration in Siemens Nx motion | basic tutorial in unigraphics motion Activity: Graphing forces In this tutorial, you will crate a graph of the force exerted by a driving joint. Divide the graphics window into two viewports You can divide the graphics window into multiple viewports, each displaying a different view, such as the model view, animation, animation of spec...
spatially varying temperature constraint in thermal simulation Nx Siemens | FEM tutorial Unigraphics
Просмотров 1,5 тыс.4 года назад
Create a spatially varying temperature constraint For this tutorial, the model has been meshed for you and convection boundary conditions have been applied to the top faces of the manifold. Apply a spatially varying temperature constraint to the internal surfaces of the exhaust manifold. The mathematical expression representing the temperature variation is written in terms of the cylindrical co...
Response Dynamics Setting up FEM in Siemens Nx pre post tutorial | Simcenter Nastran Unigraphics
Просмотров 9 тыс.4 года назад
Response Dynamics Setting up the FEM in Siemens Nx pre post tutorial | Simcenter Unigraphics Simcenter Response Dynamics is an add-on to Pre/Post for use with NX Nastran. It allows you to evaluate the dynamic responses of a structural model subjected to various loading conditions. The software calculates these responses using modal approaches. The Response Dynamics tutorial focuses on evaluatio...
snip surface command in Nx Siemens | Unigraphics PLM CAD Software
Просмотров 1,5 тыс.4 года назад
snip surface command in Nx Siemens | Unigraphics PLM CAD Software Use the Snip Surface command to divide a surface, or to snip off portions of a surface, at specified boundary geometry. Snip Surface modifies the underlying pole structure of the target surface. This example shows a surface snipped along a curve, and the pole structure of both the input surface and the Snip Surface feature. Where...
1D connection Connecting nodes with spider in Nx Siemens elements | Unigraphics pre/post application
Просмотров 3,7 тыс.4 года назад
connection Connecting nodes with spider in Nx Siemens elements You can use 1D connections to connect component FEMs within an assembly FEM, or to connect multiple sheet and solid bodies within a FEM. You can also use 1D connections to define spider elements to model pins or bolts, distribute mass, distribute loads or constraints, or define connection points for a flexible body analysis. The fol...
Check Mate HD3D tool in Assembly test in Siemens Nx | unigraphics use of HD3D tool Nx analysis
Просмотров 1,9 тыс.4 года назад
Check Mate HD3D tool in Assembly test in Siemens Nx | unigraphics use of HD3D tool Nx analysis. This example shows how to use the Check-Mate HD3D tool to check an assembly against some common standards. step.1:Start with an assembly displayed. The assembly in this example was created following the instructions in the tutorial in the NX Essentials→I-deas to NX Transition Help. step.2:On the Reso...
INSUFFICIENT MEMORY ALLOCATED FOR THE CONTACT/GLUE ANALYSIS INCREASE MEMORY REQUEST RERUN Nx Nastran
Просмотров 2,7 тыс.4 года назад
INSUFFICIENT MEMORY ALLOCATED FOR THE CONTACT/GLUE ANALYSIS INCREASE MEMORY REQUEST RERUN Nx Nastran
Thermal analysis of a PCB with a chip thermal Flow in Nx Siemens SimCenter | simulation unigraphics
Просмотров 9 тыс.4 года назад
Thermal analysis of a PCB with a chip thermal Flow in Nx Siemens SimCenter | simulation unigraphics
Match Surface in Nx Siemens | Unigraphics CAD software | beginner command
Просмотров 1,1 тыс.4 года назад
Match Surface in Nx Siemens | Unigraphics CAD software | beginner command
Using a 2D mesh to seed a 3D mesh in Nx Siemens | Unigraphics meshing Nx Nastran
Просмотров 5 тыс.4 года назад
Using a 2D mesh to seed a 3D mesh in Nx Siemens | Unigraphics meshing Nx Nastran
Silhouette Flange command in Studio surface in Nx SIemens
Просмотров 1,3 тыс.4 года назад
Silhouette Flange command in Studio surface in Nx SIemens
swoop command to dynamically create shape edit smooth B-surfaces predictable shape Nx Siemens
Просмотров 5884 года назад
swoop command to dynamically create shape edit smooth B-surfaces predictable shape Nx Siemens
match edge command to modify face geometrically continuous one more reference objects in Nx Siemens
Просмотров 1,2 тыс.4 года назад
match edge command to modify face geometrically continuous one more reference objects in Nx Siemens
I form command dynamically modify a face by adding isoparametric curves in studio surface Nx SIemens
Просмотров 5824 года назад
I form command dynamically modify a face by adding isoparametric curves in studio surface Nx SIemens
Four point surface command to create surface by specifying four points in shape studio in nx Siemens
Просмотров 2964 года назад
Four point surface command to create surface by specifying four points in shape studio in nx Siemens
extension surface command to create an extension surface sheet at surface edge or corner Nx Siemens
Просмотров 2764 года назад
extension surface command to create an extension surface sheet at surface edge or corner Nx Siemens
Enlarge command to create a 4-sided surface feature in studio surface in Nx Siemens
Просмотров 2984 года назад
Enlarge command to create a 4-sided surface feature in studio surface in Nx Siemens
deform surface in Nx Siemens | command to dynamically modify surface using stretch, bend operations.
Просмотров 1,5 тыс.4 года назад
deform surface in Nx Siemens | command to dynamically modify surface using stretch, bend operations.
sketch constrains in Nx SIemesn | Geometric Constraints and Dimensional constraints in unigraphics
Просмотров 1,6 тыс.4 года назад
sketch constrains in Nx SIemesn | Geometric Constraints and Dimensional constraints in unigraphics
X Form command in Nx Siemens | command to edit surfaces spline curves dynamically manipulating pole
Просмотров 1,7 тыс.4 года назад
X Form command in Nx Siemens | command to edit surfaces spline curves dynamically manipulating pole
Section curve in Nx Siemens | how to create intersection geometry specified planes bodies, faces
Просмотров 5 тыс.4 года назад
Section curve in Nx Siemens | how to create intersection geometry specified planes bodies, faces

Комментарии

  • @williamcase426
    @williamcase426 13 часов назад

    Oh yeah gotta optimize the chip to upgrade the comp to run moar simulation to optimize more chips

  • @sgindustries9428
    @sgindustries9428 26 дней назад

    Hi first of all gr eat work for the beginners to learn like me and thank u for the upload, i wanna know if u can help, i have a assembly with some moving parts and a sheet metal part acting as a spring how to simulate that.. plz give ur lights

  • @HUNTEROFPRIME
    @HUNTEROFPRIME Месяц назад

    Wow, what an informative video. /sarcasm

  • @adilkorkmaz669
    @adilkorkmaz669 Месяц назад

    You are amazing. Thank you

  • @juanagustinmartinezhaarth7671
    @juanagustinmartinezhaarth7671 2 месяца назад

    THANK YOU I LOVE YOU

  • @hmsiidc-ltda5297
    @hmsiidc-ltda5297 3 месяца назад

    não da certo com musica

  • @semvanmierlo8424
    @semvanmierlo8424 4 месяца назад

    thank you very much, what a good video!!

  • @sanchitkhadilkar340
    @sanchitkhadilkar340 5 месяцев назад

    Unable to see the video at the end. The extra videos links covered up the screen before completing the video. Get it corrected or report to RUclips, it is not correct. the extra video link should show after video completion only.

    • @ModSim
      @ModSim 5 месяцев назад

      Thank you very much for your feedback. Now end screen feature is deactivated for this video. I hope you will see complete video and it will helpful for you!!!

  • @luismendieta6317
    @luismendieta6317 5 месяцев назад

    excelente, consulta donde puedo descargar el software

  • @alaybey9771
    @alaybey9771 5 месяцев назад

    where the HELL is moving part??????

  • @jluisok3488
    @jluisok3488 5 месяцев назад

    Me acaba de salvar este pedo💀

  • @getholicviraj
    @getholicviraj 6 месяцев назад

    Is there any one who found this helpful?

  • @kadirkaya3201
    @kadirkaya3201 7 месяцев назад

    Is it also possible to arrage the name for each properties. For example, instead of "Part Number" , "Part List"

  • @lowendgamerleg1227
    @lowendgamerleg1227 7 месяцев назад

    how do i do the simulation to get strain value?

  • @user-um5lh7fr1u
    @user-um5lh7fr1u 7 месяцев назад

    You just save my life, thank You!

  • @tuurverheule7249
    @tuurverheule7249 8 месяцев назад

    brow what is this man

  • @ImIlyaz
    @ImIlyaz 9 месяцев назад

    This is exactly what I needed thanks a lot hahah

  • @gb9626
    @gb9626 10 месяцев назад

    That music be jammin!!!!!

  • @krishnapatil9048
    @krishnapatil9048 11 месяцев назад

    How to plot a graph of velocity and acceleration on specific value of angle? How to plot the results ?

  • @ruperttheblu
    @ruperttheblu Год назад

    Where can I download NX Open?

  • @poojaengineering8363
    @poojaengineering8363 Год назад

    Z penal programin

  • @jayraghav4176
    @jayraghav4176 Год назад

    IT WILL GREAT IF YOU WILL SHARE THESE FILES FOR PRCTICES ALSO

  • @kuei1215
    @kuei1215 Год назад

    All those language translations, and he still cannot speak. It is really good to understand the concept of what you are attempting rather than just following you mouse clicks.

  • @finger9940
    @finger9940 Год назад

    Was struggling with the draft command, very useful tutorial thanks!

  • @lesliederrar9718
    @lesliederrar9718 Год назад

    it would've have been nice n informative and educational if you spoked instead of that stupid S music you had in the back ground what a waist

  • @freemanfootball647
    @freemanfootball647 Год назад

    What is the pre/post

  • @HassanLatif-op6gi
    @HassanLatif-op6gi Год назад

    Nice amazing sir make a more videos of simulations

  • @HassanLatif-op6gi
    @HassanLatif-op6gi Год назад

    Very informative video sir please make a video. About simulation please

  • @ethansherlock1899
    @ethansherlock1899 Год назад

    This is too blurry to follow

  • @mikealleman2314
    @mikealleman2314 Год назад

    So the music does not help me read the blurry icon the user poked at the beginning of the video. So anything after that is not useful to me. After more digging, I found the icon and noticed the similarities.

  • @moomoo1068_
    @moomoo1068_ Год назад

    clutch

  • @philipbecker3332
    @philipbecker3332 Год назад

    Super helpful. Thank you!!

  • @renzomartinsegovia3145
    @renzomartinsegovia3145 Год назад

    Hi, is it correct that you have those peaks? Or it is a software error?

  • @MrSeppieD
    @MrSeppieD Год назад

    So, how does one repair the elements with a warning or error?

    • @timjosten
      @timjosten 5 месяцев назад

      This simply never seems to work...

  • @mikailtsvm6370
    @mikailtsvm6370 Год назад

    Is there any way to take all information to the part list ? mass, area, center of mass etc.

  • @duyvu5965
    @duyvu5965 Год назад

    how to fix solver Input file error?

  • @HassanLatif-op6gi
    @HassanLatif-op6gi Год назад

    Nice good. 3rd angel projection

  • @Avnisharma2018
    @Avnisharma2018 2 года назад

    This is not twist command

  • @puneetsharma2135
    @puneetsharma2135 2 года назад

    out of elemental stress & elemental nodal stress, which one to be taken into consideration and why

  • @williamgabrielsolorzanoreq8935
    @williamgabrielsolorzanoreq8935 2 года назад

    Do you have a tutorial with all the non linear simulation workflow?

  • @BeingDengineer
    @BeingDengineer 2 года назад

    Thanks for the helpful video. But where can i find the Poisson's Ratio and Youngs Modulus info?

  • @neelkumar9746
    @neelkumar9746 2 года назад

    Sir partice ke liye link nahi hai

  • @raquelortizgarcia8168
    @raquelortizgarcia8168 2 года назад

    Thank you 😇😇

  • @BeingDengineer
    @BeingDengineer 2 года назад

    6:18 turn off the perspective view, then select the top area.

  • @hailongngo7865
    @hailongngo7865 2 года назад

    Thank for video.

  • @HaiTien
    @HaiTien 2 года назад

    i think you should got problem when you create pattern, it not correct for shearing

  • @quyetdothe8186
    @quyetdothe8186 2 года назад

    I followed all step but in my PC error come out 【Material-Based Errors Summary ----------------------------- Total: 1 errors and 0 warnings】 so what should I do? Thank you

  • @manduy6166
    @manduy6166 2 года назад

    Is there any motion simulation curriculum, please?

  • @vinhnguyenxuan8441
    @vinhnguyenxuan8441 2 года назад

    the video image is too poor, you need to fix it more

  • @nicolasssssssss
    @nicolasssssssss 2 года назад

    In the Part Design I used the Dynamic Sectioning (c: Dynamic Sectioning)