Home
last modified time | relevance | path

Searched defs:SelectionGeometry (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_Dimension.hxx616 struct SelectionGeometry struct in AIS_Dimension
619 struct Arrow
624 typedef NCollection_Sequence<gp_Pnt> Curve;
625 typedef NCollection_Handle<Curve> HCurve;
626 typedef NCollection_Handle<Arrow> HArrow;
627 typedef NCollection_Sequence<HCurve> SeqOfCurves;
628 typedef NCollection_Sequence<HArrow> SeqOfArrows;
632 Standard_Real TextWidth; //!< Width of text label.
642 void Clear (const Standard_Integer theMode) in Clear()
662 Curve& NewCurve() in NewCurve()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DPrsDim_Dimension.hxx603 struct SelectionGeometry struct in PrsDim_Dimension
606 struct Arrow
611 typedef NCollection_Sequence<gp_Pnt> Curve;
612 typedef NCollection_Handle<Curve> HCurve;
613 typedef NCollection_Handle<Arrow> HArrow;
614 typedef NCollection_Sequence<HCurve> SeqOfCurves;
615 typedef NCollection_Sequence<HArrow> SeqOfArrows;
619 Standard_Real TextWidth; //!< Width of text label.
629 void Clear (const Standard_Integer theMode) in Clear()
649 Curve& NewCurve() in NewCurve()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_Dimension.hxx603 struct SelectionGeometry struct in PrsDim_Dimension
606 struct Arrow
611 typedef NCollection_Sequence<gp_Pnt> Curve;
612 typedef NCollection_Handle<Curve> HCurve;
613 typedef NCollection_Handle<Arrow> HArrow;
614 typedef NCollection_Sequence<HCurve> SeqOfCurves;
615 typedef NCollection_Sequence<HArrow> SeqOfArrows;
619 Standard_Real TextWidth; //!< Width of text label.
629 void Clear (const Standard_Integer theMode) in Clear()
649 Curve& NewCurve() in NewCurve()
[all …]
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocSelectionGeometry.h24 typedef struct SelectionGeometry struct
31 } SelectionGeometry; argument
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/
H A Devents.py263 class SelectionGeometry(PlotEvent): class