Home
last modified time | relevance | path

Searched refs:graphic_properties (Results 1 – 12 of 12) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/tests/unit_tests/
H A Dcompletion.tst139 r = completion("ho", "graphic_properties");
160 r = completion("abo", "graphic_properties");
169 [functions,commands,variables,macros,graphic_properties,files] = completion("ho");
174 assert_checkequal(graphic_properties, ["horizontalalignment"]);
177 [functions,commands,variables,macros,graphic_properties,files] = completion("abo");
182 assert_checkequal(graphic_properties, []);
186 [functions,commands,variables,macros,graphic_properties,files] = completion("C:\Documents and");
189 [functions,commands,variables,macros,graphic_properties,files] = completion("/tm");
H A Dcompletion.dia.ref101 r = completion("ho", "graphic_properties");
115 r = completion("abo", "graphic_properties");
120 [functions,commands,variables,macros,graphic_properties,files] = completion("ho");
125 assert_checkequal(graphic_properties, ["horizontalalignment"]);
127 [functions,commands,variables,macros,graphic_properties,files] = completion("abo");
132 assert_checkequal(graphic_properties, []);
135 [functions,commands,variables,macros,graphic_properties,files] = completion("C:\Documents and");
138 [functions,commands,variables,macros,graphic_properties,files] = completion("/tm");
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dpolyline.py42 dxfattribs=lwpolyline.graphic_properties(),
93 dxfattribs=polyline.graphic_properties(),
147 dxfattribs = polyline.graphic_properties()
170 dxfattribs = polymesh.graphic_properties()
202 base_attribs = polyline.graphic_properties()
207 face3d_attribs.update(face.graphic_properties())
H A Dpoint.py53 gfx = point.graphic_properties()
H A Dleader.py70 dxfattribs = leader.graphic_properties()
H A Dmline.py22 attribs = mline.graphic_properties()
/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/tests/nonreg_tests/
H A Dbug_4626.dia.ref16 r = completion('a','graphic_properties');
H A Dbug_4626.tst19 r = completion('a','graphic_properties');
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Dtext2path.py215 attribs = entity.graphic_properties()
261 attribs = entity.graphic_properties()
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/dxfentities/
H A Ddxfgfx.rst55 .. automethod:: graphic_properties
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddxfgfx.py218 def graphic_properties(self) -> Dict: member in DXFGraphic
H A Dspline.py341 spline = Spline.new(dxfattribs=entity.graphic_properties(),