cz

Results 2 comments of cz

@akjay Can you share your code? Using the OpenCascade for reading the GD&T and displaying it out, Thank you!

> > @akjay Use this. 1.Call XCAFDoc_DimTolTool::GetDimensionLabels() to get the list of dimension labels 2.For each dimension label retrieve the attached XCAFDoc_Dimension attribute 3.Call XCAFDoc_Dimension::GetObject() to retrieve XCAFDimTolObjects_DimensionObject instance 4.Retrieve...