mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
* 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
This commit is contained in:
parent
3f2adbf5c9
commit
d4830f6316
@ -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)
|
||||||
|
# <num of entries>
|
||||||
|
# <bc_num1> <R> <G> <B>
|
||||||
|
# <bc_num2> <R> <G> <B>
|
||||||
|
# ....
|
||||||
|
# ....
|
||||||
|
|
||||||
|
boundary_colours
|
||||||
|
7
|
||||||
1 0.0000 0.0000 0.0000
|
1 0.0000 0.0000 0.0000
|
||||||
2 1.0000 0.0000 0.0000
|
2 1.0000 0.0000 0.0000
|
||||||
3 0.0000 1.0000 0.0000
|
3 0.0000 0.0000 1.0000
|
||||||
4 0.0000 0.0000 1.0000
|
4 1.0000 1.0000 0.0000
|
||||||
5 1.0000 1.0000 0.0000
|
5 0.0000 1.0000 1.0000
|
||||||
6 0.0000 1.0000 1.0000
|
6 1.0000 0.0000 1.0000
|
||||||
7 1.0000 0.0000 1.0000
|
7 1.0000 1.0000 1.0000
|
||||||
8 1.0000 1.0000 1.0000
|
|
||||||
|
Loading…
Reference in New Issue
Block a user