|
[Sponsors] |
[DesignModeler] Activate cross section to select radius item |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 12, 2017, 07:47 |
Activate cross section to select radius item
|
#1 |
New Member
benjamin cosatto
Join Date: Feb 2017
Location: France
Posts: 2
Rep Power: 0 |
Hi everyone !
I'm trying to select "Ri" and "Ro" in a circular section in order to check these radius as parameters (in design modeler). I have written this code via Jscript cs1=agb.CSCircTube(0.0059945, 0.0067055); cs1.Name = "CircularTube1"; ag.listview.ActivateItem("Ro"); ag.listview.SelectedItem.IsChecked="true"; ag.listview.ActivateItem("Ri"); ag.listview.SelectedItem.IsChecked="true"; body1 = ag.fm.Body(ag.fm.BodyCount-1); body1.Name = "Body1"; body1.SetCrossSection(cs1); But, when i try this code, i have an error message " Item Ri not found " (same thing for Ro) because the circular section isn't recognized. Someone have an idea to activate a cross section in Design Modeler ? Thank you for your help. Ben |
|
Tags |
activation, cross section, parameters, radius |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys SIG$ILL error | loth | ANSYS | 3 | December 24, 2015 06:31 |
CFX:getting mass flow rate across a cross section | allamaprabhu | CFX | 1 | February 14, 2006 13:07 |
Cross section and surface area factor | Fabiana | CFX | 0 | January 10, 2006 00:51 |
Question about Flow's Cross Section | Jaan Pu | Main CFD Forum | 0 | March 15, 2004 01:44 |
Cross section 3d mesh | nic | CFX | 4 | March 14, 2004 06:59 |