Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx51 static attribute::MaterialAttribute3D aLineMaterial; in getLineTubeSegments() local
56 if(nSegments != nLineTubeSegments || !(rMaterial == aLineMaterial)) in getLineTubeSegments()
59 aLineMaterial = rMaterial; in getLineTubeSegments()
94 …imitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial, false)); in getLineTubeSegments()
112 static attribute::MaterialAttribute3D aLineMaterial; in getLineCapSegments() local
117 if(nSegments != nLineCapSegments || !(rMaterial == aLineMaterial)) in getLineCapSegments()
120 aLineMaterial = rMaterial; in getLineCapSegments()
149 …imitive3DReference xRef(new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, aLineMaterial, false)); in getLineCapSegments()
166 static attribute::MaterialAttribute3D aLineMaterial; in getLineCapRoundSegments() local
171 if(nSegments != nLineCapRoundSegments || !(rMaterial == aLineMaterial)) in getLineCapRoundSegments()
[all …]

Completed in 15 milliseconds