How do I plot a 3D curly brace that is scalable, but the curly parts remain intact, and can be altered where the labeling tip points to?
update:
I have tried insetting the string { into my graphics, and it looks more professional than the BSplineCurve I previously used, but still lacks adjustability.
Inset[
First@ImportString@
ExportString[
Style["{", RGBColor[0.25, 0.25, 0.25], FontSize -> 12,
FontFamily -> "Cambria Math"], "PDF"],
{0.12, 0, 1/2 + 0.045}, Center, 45]
The result looks something like this:



BSplineCurveto make the braces and adjust it byGeometricTransformation. It looks somewhat unprofessional though. – 2ub Oct 16 '17 at 12:21Graphics3DorPlot3D– 2ub Oct 16 '17 at 16:01