From d4830f6316cf89b98e2408529022ebb0b06d43ed Mon Sep 17 00:00:00 2001 From: Philippose Rajan Date: Sat, 11 Jul 2009 21:06:31 +0000 Subject: [PATCH] * Now comments can be placed inside the user defined boundary colour profile files * Modified colour table to exclude (0.0,1.0,0.0) => Green from list --- ng/netgen.ocf | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/ng/netgen.ocf b/ng/netgen.ocf index acffff84..c5bccd3a 100644 --- a/ng/netgen.ocf +++ b/ng/netgen.ocf @@ -1,9 +1,26 @@ -8 +# Netgen 4.9.9 +# Boundary Condition Colour Profile +# +# Name: netgen.ocf +# +# Description: Netgen default colour +# profile file for colour based automatic +# assignment of boundary condition numbers +# +# Format: +# [boundary_colours] (mandatory keyword) +# +# +# +# .... +# .... + +boundary_colours +7 1 0.0000 0.0000 0.0000 2 1.0000 0.0000 0.0000 -3 0.0000 1.0000 0.0000 -4 0.0000 0.0000 1.0000 -5 1.0000 1.0000 0.0000 -6 0.0000 1.0000 1.0000 -7 1.0000 0.0000 1.0000 -8 1.0000 1.0000 1.0000 +3 0.0000 0.0000 1.0000 +4 1.0000 1.0000 0.0000 +5 0.0000 1.0000 1.0000 +6 1.0000 0.0000 1.0000 +7 1.0000 1.0000 1.0000