- Fixed pb raised after migration to OCCT 7.3
return myName.ToCString();
}
+Standard_Boolean GEOM_AISShape::AcceptDisplayMode(const Standard_Integer theMode) const
+{
+ return theMode >= Wireframe && theMode <= CustomHighlight;
+}
+
void GEOM_AISShape::Compute(const Handle(PrsMgr_PresentationManager3d)& aPresentationManager,
const Handle(Prs3d_Presentation)& aPrs,
const Standard_Integer aMode)
Standard_EXPORT void highlightSubShapes(const TColStd_IndexedMapOfInteger& aIndexMap, const Standard_Boolean aHighlight );
+ Standard_Boolean AcceptDisplayMode(const Standard_Integer theMode) const;
+
Standard_EXPORT void SetShadingColor(const Quantity_Color &aCol);
Standard_EXPORT void SetEdgesInShadingColor(const Quantity_Color &aCol);
Standard_EXPORT void SetLabelColor(const Quantity_Color &aCol);