CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[DesignModeler] Activate cross section to select radius item

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 12, 2017, 06:47
Exclamation Activate cross section to select radius item
  #1
New Member
 
benjamin cosatto
Join Date: Feb 2017
Location: France
Posts: 2
Rep Power: 0
Ben_15 is on a distinguished road
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
Ben_15 is offline   Reply With Quote

Reply

Tags
activation, cross section, parameters, radius


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ansys SIG$ILL error loth ANSYS 3 December 24, 2015 05:31
CFX:getting mass flow rate across a cross section allamaprabhu CFX 1 February 14, 2006 12:07
Cross section and surface area factor Fabiana CFX 0 January 9, 2006 23:51
Question about Flow's Cross Section Jaan Pu Main CFD Forum 0 March 15, 2004 00:44
Cross section 3d mesh nic CFX 4 March 14, 2004 05:59


All times are GMT -4. The time now is 23:12.