const ModelHighAPI_Double& theY,
const ModelHighAPI_Double& theZ)
{
- //fillAttribute(ConstructionPlugin_Point::CREATION_METHOD_BY_XYZ(), mycreationMethod);
-
- // TODO: Fill point attribute
- //fillAttribute(theX, myx);
- //fillAttribute(theY, myy);
- //fillAttribute(theZ, myz);
-
fillAttribute(ConstructionPlugin_Point::CREATION_METHOD_BY_XYZ(), mycreationMethod);
fillAttribute(theX, theY, theZ, mypoint);
fillAttribute(ConstructionPlugin_Point::GEOMETRICAL_PROPERTY_TYPE_BY_CENTER_OF_GRAVITY(),
mygeometricalPropertyType);
fillAttribute(theObject, myobjectForCenterOfGravity);
+
+ execute();
}
//==================================================================================================
fillAttribute(ConstructionPlugin_Point::GEOMETRICAL_PROPERTY_TYPE_BY_CENTER_OF_CIRCLE(),
mygeometricalPropertyType);
fillAttribute(theObject, myobjectForCenterOfCircle);
+
+ execute();
}
//==================================================================================================