lukasamsa

Results 2 comments of lukasamsa

I spent quite some time researching this topic and trying to find a solution on how to extract the graphic presentation of the GDT. Using the OCC it is pretty...

I've seen a couple of examples using this method: c++: ``` Handle(TCollection_HAsciiString) aName = new TCollection_HAsciiString(argv[4]); // Dimension Handle(XCAFDoc_Dimension) aDimension; if (aLabel.FindAttribute(XCAFDoc_Dimension::GetID(), aDimension)) { Handle(XCAFDimTolObjects_DimensionObject) anObj = aDimension->GetObject(); anObj->SetPresentation(aPresentation, aName);...