i am seeking bounding rectangle function
i found simliar function
that is "innerrect"
IInkAnalysisNode.RotatedBoundingRect Property (Windows.UI.Input.Inking.Analysis) - Windows UWP applications | Microsoft …
if you see link image , that is roatated bounding rectangle
i am seeking that fucntion ?
how can i do ?
thank you always~
The scope will always be a bounding box around the geometry. Currently, we do not have a way yet to align the scope in a way that minimizes the bounding box volume. The best you could do is to align the scope to the longest edge in your geometry using alignScopeToGeometry() with edgeSelector=longest. Then, once the scope is aligned, you could insert a primitiveCube() to get a box.
alignScopeToGeometry operation—CGA | Documentation
primitiveCube operation—CGA | Documentation
Note: innerRect() is deprecated, and we recommend using innerRectangle() instead.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.