Mesh object presentation's properties. More...
#include <libSMESH_Swig.h>
Public Member Functions | |
| Properties () | |
| Constructor. More... | |
Data Fields | |
| ColorData | nodeColor |
| Node color. More... | |
| int | markerType |
| Node standard marker type. More... | |
| int | markerScale |
| Node scale factor. More... | |
| ColorData | edgeColor |
| Edges color. More... | |
| int | edgeWidth |
| Edges width. More... | |
| BicolorData | surfaceColor |
| Faces color. More... | |
| BicolorData | volumeColor |
| Volumes color. More... | |
| ColorData | elem0dColor |
| 0D elements color. More... | |
| int | elem0dSize |
| 0D elements size. More... | |
| ColorData | ballColor |
| Ball elements color. More... | |
| double | ballScale |
| Ball elements scale factor. More... | |
| ColorData | outlineColor |
| Outlines color. More... | |
| int | outlineWidth |
| Outlines width. More... | |
| ColorData | orientationColor |
| Face orientation vectors color. More... | |
| double | orientationScale |
| Face orientation vectors scale factor. More... | |
| bool | orientation3d |
| Face orientation vectors 3d flag. More... | |
| double | shrinkFactor |
| Shrink coefficient. More... | |
| double | opacity |
| Opacity. More... | |
Mesh object presentation's properties.
| Properties::Properties | ( | ) |
Constructor.
| Properties::ballColor |
Ball elements color.
| Properties::ballScale |
Ball elements scale factor.
| Properties::edgeColor |
Edges color.
| Properties::edgeWidth |
Edges width.
| Properties::elem0dColor |
0D elements color.
| Properties::elem0dSize |
0D elements size.
| Properties::markerScale |
Node scale factor.
| Properties::markerType |
Node standard marker type.
| Properties::nodeColor |
Node color.
| Properties::opacity |
Opacity.
| Properties::orientation3d |
Face orientation vectors 3d flag.
| Properties::orientationColor |
Face orientation vectors color.
| Properties::orientationScale |
Face orientation vectors scale factor.
| Properties::outlineColor |
Outlines color.
| Properties::outlineWidth |
Outlines width.
| Properties::shrinkFactor |
Shrink coefficient.
| Properties::surfaceColor |
Faces color.
| Properties::volumeColor |
Volumes color.