コード例 #1
0
        private static UIElement GetDefaultBackMaterial(Shape3D shape)
        {
            ParametricShape3D _this = (ParametricShape3D)shape;

            return(_this.GetDefaultMaterial(false));
        }
コード例 #2
0
        private static UIElement GetDefaultFrontMaterial(Shape3D shape)
        {
            ParametricShape3D _this = (ParametricShape3D)shape;

            return(_this.GetDefaultMaterial(true));
        }