SHAPER  9.15.0
SketcherPrs_DimensionStyle::DimensionValue Class Reference

Public Member Functions

 DimensionValue (double theDoubleValue, bool theHasParameters, const std::string &theTextValue)
 
void init (const AttributeDoublePtr &theAttributeValue)
 Fills internal fields by the given attribute. More...
 

Data Fields

double myDoubleValue
 the angle value to be shown as custom value of presentation More...
 
bool myHasParameters
 true if the attribute value has used parameters More...
 
std::string myTextValue
 the angle value depending on angle type More...
 

Member Function Documentation

◆ init()

void SketcherPrs_DimensionStyle::DimensionValue::init ( const AttributeDoublePtr &  theAttributeValue)

Fills internal fields by the given attribute.

Parameters
theAttributeValuea model attribute

Field Documentation

◆ myDoubleValue

double SketcherPrs_DimensionStyle::DimensionValue::myDoubleValue

the angle value to be shown as custom value of presentation

◆ myHasParameters

bool SketcherPrs_DimensionStyle::DimensionValue::myHasParameters

true if the attribute value has used parameters

◆ myTextValue

std::string SketcherPrs_DimensionStyle::DimensionValue::myTextValue

the angle value depending on angle type