: ModelHighAPI_Interface(theFeature)
{
if(initialize()) {
- setObjects(theObjects);
- setStartShape(theStartShape);
- setEndShape(theEndShape);
- setReverseDirection(theReverseDirection);
+ fillAttribute(theObjects, myobjects);
+ fillAttribute(theStartShape, mystartShape);
+ fillAttribute(theEndShape, myendShape);
+ fillAttribute(theReverseDirection, myreverseDirection);
setCentering(theCentering);
}
}
: ModelHighAPI_Interface(theFeature)
{
if(initialize()) {
- setMainObjects(theMainObjects);
- setAxisObject(theAxisObject);
+ fillAttribute(theMainObjects, mymainObjects);
+ fillAttribute(theAxisObject, myaxisObject);
setAngle(theAngle);
}
}
: ModelHighAPI_Interface(theFeature)
{
if(initialize()) {
- setMainObjects(theMainObjects);
- setAxisObject(theAxisObject);
+ fillAttribute(theMainObjects, mymainObjects);
+ fillAttribute(theAxisObject, myaxisObject);
setDistance(theDistance);
}
}