Lines Matching refs:rMaterial
46 const attribute::MaterialAttribute3D& rMaterial) in getLineTubeSegments() argument
56 if(nSegments != nLineTubeSegments || !(rMaterial == aLineMaterial)) in getLineTubeSegments()
59 aLineMaterial = rMaterial; in getLineTubeSegments()
107 const attribute::MaterialAttribute3D& rMaterial) in getLineCapSegments() argument
117 if(nSegments != nLineCapSegments || !(rMaterial == aLineMaterial)) in getLineCapSegments()
120 aLineMaterial = rMaterial; in getLineCapSegments()
161 const attribute::MaterialAttribute3D& rMaterial) in getLineCapRoundSegments() argument
171 if(nSegments != nLineCapRoundSegments || !(rMaterial == aLineMaterial)) in getLineCapRoundSegments()
174 aLineMaterial = rMaterial; in getLineCapRoundSegments()
220 rMaterial, in getLineCapRoundSegments()
231 const attribute::MaterialAttribute3D& rMaterial, in getLineJoinSegments() argument
257 … BasePrimitive3D* pNew = new PolyPolygonMaterialPrimitive3D(aPartPolyPolygon, rMaterial, false); in getLineJoinSegments()
406 … BasePrimitive3D* pNew = new PolyPolygonMaterialPrimitive3D(aNewPolyPolygon, rMaterial, false); in getLineJoinSegments()
420 … BasePrimitive3D* pNew = new PolyPolygonMaterialPrimitive3D(aMiterPolyPolygon, rMaterial, false); in getLineJoinSegments()