Hi b,
in order to get the center of a boundingbox, use the Evaluate Box
component and evaluate the box at {0.5, 0.5, 0.5}, this will give you
a plane in the middle.
There's no component to get the center of circles and arcs yet, though
you could use curvature for this. Also, there's a data mapping defined
between curves and planes; if the curve is planar, then a plane
parameter that inherits data from a curve parameter will provide the
plane for that curve. In the case of arcs and circles this plane is
located at the center of the arc.
--
David
On Sep 23, 6:06 pm, b <[EMAIL PROTECTED]> wrote:
> Is there a simple way to get the center of a bounding box of any type
> of object? I see that BRep area gets the centroid but this doesnt work
> on curves or groups of objects. Even to find the center of a circle
> i've been using a roundabout way. isn't there a built in component to
> do that?
>
> thanks