float const clipped[] = {3, 8, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, -1, 0, 0, 0, 1, 1, -1, 0, -1, 0, 1, 0,
-1, 0, -1, 0, -1, 0, -1, 0, 0, 0, -1, -1, 1, 0, 0, 0, -1, -1, 1, 0, 1, 0, -1, 0, 0};
HC_Define_Shape("clipped", countof(clipped), clipped);
HC_Open_Segment("clipped");
HC_Set_Text_Font("background=shape=clipped");
HC_Insert_Text(-0.8, 0.8, 0, "corner trimmed box");
HC_Close_Segment();
I saw an example like this in the document. But I wonder what I should do if I want to search and see the contents of Defined Shape after saving it.
According to the document, there are functions such as HC_Show_Shape_Size or HC_PShow_Net_Shape, so I would appreciate it if you could tell me how to use it.
Thank you for your help all the time.