myTextArray->SetValue(0, aX);
myTextArray->SetValue(1, aY);
myTextArray->SetValue(2, aZ);
- owner()->data()->sendAttributeUpdated(this);
// Send it to evaluator to convert into the double and store in the attribute
ModelAPI_AttributeEvalMessage::send(owner()->data()->attribute(id()), this);
+ owner()->data()->sendAttributeUpdated(this);
}
}
myTextArray->Value(1) != aY) {
myTextArray->SetValue(0, aX);
myTextArray->SetValue(1, aY);
- owner()->data()->sendAttributeUpdated(this);
// Send it to evaluator to convert into the double and store in the attribute
ModelAPI_AttributeEvalMessage::send(owner()->data()->attribute(id()), this);
+ owner()->data()->sendAttributeUpdated(this);
}
}
TCollection_ExtendedString aValue(theValue.c_str());
if (myText->Get() != aValue) {
myText->Set(aValue);
- owner()->data()->sendAttributeUpdated(this);
-
// Send it to evaluator to convert into the double and store in the attribute
ModelAPI_AttributeEvalMessage::send(owner()->data()->attribute(id()), this);
+ owner()->data()->sendAttributeUpdated(this);
}
}