Searched refs:GetE3dLatheObj (Results 1 – 2 of 2) sorted by relevance
52 const SfxItemSet& rItemSet = GetE3dLatheObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence()57 const basegfx::B2DPolyPolygon aPolyPolygon(GetE3dLatheObj().GetPolyPoly2D()); in createViewIndependentPrimitive3DSequence()81 const sal_uInt32 nHorizontalSegments(GetE3dLatheObj().GetHorizontalSegments()); in createViewIndependentPrimitive3DSequence()82 const sal_uInt32 nVerticalSegments(GetE3dLatheObj().GetVerticalSegments()); in createViewIndependentPrimitive3DSequence()83 const double fDiagonal((double)GetE3dLatheObj().GetPercentDiagonal() / 100.0); in createViewIndependentPrimitive3DSequence()84 const double fBackScale((double)GetE3dLatheObj().GetBackScale() / 100.0); in createViewIndependentPrimitive3DSequence()85 const double fRotation(((double)GetE3dLatheObj().GetEndAngle() / 1800.0) * F_PI); in createViewIndependentPrimitive3DSequence()86 const bool bSmoothNormals(GetE3dLatheObj().GetSmoothNormals()); // Plane itself in createViewIndependentPrimitive3DSequence()87 const bool bSmoothLids(GetE3dLatheObj().GetSmoothLids()); // Front/back in createViewIndependentPrimitive3DSequence()88 const bool bCharacterMode(GetE3dLatheObj().GetCharacterMode()); in createViewIndependentPrimitive3DSequence()[all …]
50 E3dLatheObj& GetE3dLatheObj() const in GetE3dLatheObj() function in sdr::contact::ViewContactOfE3dLathe