: ModelHighAPI_Interface(theFeature)
{
if (initialize()) {
+ fillAttribute(PrimitivesPlugin_Cylinder::CREATION_METHOD_CYLINDER(), creationMethod());
fillAttribute(theBasePoint, basePoint());
fillAttribute(theAxis, axis());
setSizes(theRadius, theHeight);
: ModelHighAPI_Interface(theFeature)
{
if (initialize()) {
+ fillAttribute(PrimitivesPlugin_Cylinder::CREATION_METHOD_CYLINDER_PORTION(), creationMethod());
fillAttribute(theBasePoint, basePoint());
fillAttribute(theAxis, axis());
fillAttribute(theAngle, angle());