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

[ICEM] Documentation for basic geometry commands

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By macfly
  • 1 Post By macfly

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   November 20, 2013, 08:05
Question Documentation for basic geometry commands
  #1
New Member
 
Adam Læssøe
Join Date: Nov 2013
Posts: 29
Rep Power: 12
AdamAL is on a distinguished road
Following François Grégoire's advice in another thread, I've begun learning Tcl.

While ICEM's programmers guide is mentioned as poor in that thread, I'm struggling to find even basic documentation for the basic geometric functions. Some slightly more advanced ones are possible to find (there are descriptions for several "ic_geo_"-prefixed commands).

But specifically, I'm looking for documentation on:
  1. ic_point
  2. ic_curve
  3. ic_surface

The documentation does not seem to have any mention of them.

The way I have been moving forward so far is by recording clicks in the gui. But that seems to also set some default flags that gives me a feeling that others might exist.

E.g.:
  • ic_curve is given a list of points - if more than 2 are supplied it makes a bezier-like curve. There might well exist a flag that made it piecewise linear.
  • ic_surface, similarly, can take a list of curves, but there might exist a flag that prevents it from modifying the input curves (I've experienced it concatenating some of them - sometimes).

I've tried e.g.
Code:
info args ic_surface
But that just returns "args" - not very helpful.

Then I tried:
Code:
info body ic_surface
But the procedure body returned seems to be some sort of wrapper that reroutes to
Code:
in_ic_surface $args
, which I can't figure out how to access.

So: Does any one here know of alternative documentation channels where these basic commands are documented?

/adam
AdamAL is offline   Reply With Quote

 

Tags
documentation, icem, scripting, tcl


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
CoCoons Project - Community-driven Documentation on OpenFOAM® Technology holger_marschall OpenFOAM Announcements from Other Sources 6 February 2, 2022 14:42
Question about Geometry vs. Meshes EphemeralMemory ANSYS Meshing & Geometry 2 December 8, 2016 13:02
Doxygen documentation Tanay OpenFOAM Installation 9 September 23, 2011 11:40


All times are GMT -4. The time now is 19:40.