mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
d4830f6316
* Modified colour table to exclude (0.0,1.0,0.0) => Green from list
27 lines
540 B
Plaintext
27 lines
540 B
Plaintext
# 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
|
|
2 1.0000 0.0000 0.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
|