/** * Sample to illustrate the asynchronous retrieval of the OOBB of a geometry. */ import { FeatureManagerInterface, InfiniteEngineInterface, OOBBAsyncResult } from'generated_files/documentation/appinfiniteapi';
// created previously letlInfiniteEngine : InfiniteEngineInterface;
// the geometric instance to retrieve OOBB from letlGeometricInstanceId : number;
// retrieve the `feature` manager constlFeatureManager : FeatureManagerInterface = lInfiniteEngine.getFeatureManager();
Represents a oobb promise result.
This object is returned from FeatureManagerInterface.asyncRetrieveOOBB.
See
FeatureManagerInterface.asyncRetrieveOOBB