X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_AISObject.h;h=a76016bd6d738989f04238cb02037f5b291f17bb;hb=aeca03e919a402327655e3f9c133985d9223b873;hp=1477c5a139634265678b7b0ff10b4ee31f1da515;hpb=07bc7fd1c59cbe7a2d916654edf77409670f215b;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_AISObject.h b/src/GeomAPI/GeomAPI_AISObject.h index 1477c5a13..a76016bd6 100644 --- a/src/GeomAPI/GeomAPI_AISObject.h +++ b/src/GeomAPI/GeomAPI_AISObject.h @@ -103,6 +103,13 @@ class GEOMAPI_EXPORT GeomAPI_AISObject : public GeomAPI_Interface /// Sets marker type for vertex. /// The type has to be defined according to Acpect_TypeOfMarker void setPointMarker(int theType, double theScale); + + /// Set line type of edges + /// Has to be defined according to Aspect_TypeOfLine + void setLineStyle(int theStyle); + + /// Set transparency of the presentation (theVal = 0 ... 1) + void setTransparensy(double theVal); }; //! Pointer on attribute object