Element thickness information supplied to "Each" callback. More...
#include <PropertyContext.h>
Public Member Functions | |
bool | GetCapped () |
Get the capped flag. More... | |
StatusInt | SetCapped (bool capped) |
Set to true to draw a thickened closed profile as a capped solid or false for to draw as an uncapped surface. More... | |
bool | GetAlwaysUseDirection () |
Get a flag used to interpret the direction vector. More... | |
StatusInt | SetAlwaysUseDirection (bool alwaysUseDirection) |
Set to true to use the direction vector even if the element has a well defined normal. More... | |
StatusInt | GetDirection (DVec3dR) |
Get the vector along which to extrude the element. More... | |
StatusInt | SetDirection (DVec3dCP) |
Set the vector along which to extrude the element. More... | |
double | GetStoredValue () |
Get the value of the property that is stored in the element. More... | |
StatusInt | SetStoredValue (double newVal) |
Assign a new value in place of the one passed to the callback. More... | |
![]() | |
PropsCallbackFlags | GetPropertyFlags () |
Flags associated with the property value. More... | |
Element thickness information supplied to "Each" callback.
bool GetAlwaysUseDirection | ( | ) |
Get a flag used to interpret the direction vector.
If true, the direction vector will be used even if the element has a well defined normal.
bool GetCapped | ( | ) |
Get the capped flag.
If true a closed profile with thickness will be drawn as a capped solid, else it will draw as an uncapped surface.
double GetStoredValue | ( | ) |
Get the value of the property that is stored in the element.
StatusInt SetAlwaysUseDirection | ( | bool | alwaysUseDirection | ) |
Set to true to use the direction vector even if the element has a well defined normal.
StatusInt SetCapped | ( | bool | capped | ) |
Set to true to draw a thickened closed profile as a capped solid or false for to draw as an uncapped surface.
StatusInt SetStoredValue | ( | double | newVal | ) |
Assign a new value in place of the one passed to the callback.