Version: 9.16.0
Properties Struct Reference

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...
 

Detailed Description

Mesh object presentation's properties.

Constructor & Destructor Documentation

◆ Properties()

Properties::Properties ( )

Constructor.

Field Documentation

◆ ballColor

Properties::ballColor

Ball elements color.

◆ ballScale

Properties::ballScale

Ball elements scale factor.

◆ edgeColor

Properties::edgeColor

Edges color.

◆ edgeWidth

Properties::edgeWidth

Edges width.

◆ elem0dColor

Properties::elem0dColor

0D elements color.

◆ elem0dSize

Properties::elem0dSize

0D elements size.

◆ markerScale

Properties::markerScale

Node scale factor.

◆ markerType

Properties::markerType

Node standard marker type.

◆ nodeColor

Properties::nodeColor

Node color.

◆ opacity

Properties::opacity

Opacity.

◆ orientation3d

Properties::orientation3d

Face orientation vectors 3d flag.

◆ orientationColor

Properties::orientationColor

Face orientation vectors color.

◆ orientationScale

Properties::orientationScale

Face orientation vectors scale factor.

◆ outlineColor

Properties::outlineColor

Outlines color.

◆ outlineWidth

Properties::outlineWidth

Outlines width.

◆ shrinkFactor

Properties::shrinkFactor

Shrink coefficient.

◆ surfaceColor

Properties::surfaceColor

Faces color.

◆ volumeColor

Properties::volumeColor

Volumes color.