Search results

  1. A

    Get entity names from a STEP file

    Thank you. I have already done the import. void ImportCADFile::DoImportStep(cStr filePath) { Handle(TopTools_HSequenceOfShape) aSeqOfShape = new TopTools_HSequenceOfShape(); const Standard_CString aFileName = filePath; Standard_Integer status = CImportExport::ReadSTEP(aFileName...
  2. A

    Get entity names from a STEP file

    This code works for me, thanks. I want to access the surfaces of this solid ( StepShape_ManifoldSolidBrep ). Or get TopoDS_Shape from StepShape_ManifoldSolidBrep. I found StepToTopoDS_Builder, and made code C++: bool ImportStep::ImportSolid(const Handle(StepShape_ManifoldSolidBrep)& msb...
Top