

One thing you might be running into is if a factory does asynchronous object generation (meaning it actually does its calculation in a separate moi_commandprocessor.exe process, generally used for possibly long running calculations) the inputs you give to it need to be active in the geometry database and not a "loose object" that has just been dynamically created but not added to the geometry database yet. I'm not sure it's even possible, or a correct approach.

> a GeomObject object for the join factory. > I got stuck trying to get (convert?) the ObjectList objects from an interpcurve factory into > working yet - I just don't have a grasp on the construct of a GeometryFactory vs a I also played with joining a line segment to a curve, before each is committed - it's not
