3D subgrouping for Body
This commit is contained in:
@@ -45,9 +45,8 @@ Body::Body()
|
||||
|
||||
short Body::mustExecute() const
|
||||
{
|
||||
//if (Sketch.isTouched() ||
|
||||
// Length.isTouched())
|
||||
// return 1;
|
||||
if (Tip.isTouched() )
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user