xgybaby Thu, 12/20/2007 - 10:03 Forums: Other usage issuesIn OCC the TNaming_UsedShapes has only one instance.It is attached to the root label.How to get its instance? Svetlozar Kostadinov Thu, 12/20/2007 - 22:28 Handle(TNaming_UsedShapes) US; L.Root().FindAttribute(TNaming_UsedShapes::GetID(),US); L is a of type TDF_Label. Log in to post comments
Thu, 12/20/2007 - 22:28
Handle(TNaming_UsedShapes) US;
L.Root().FindAttribute(TNaming_UsedShapes::GetID(),US);
L is a of type TDF_Label.