Esempio n. 1
0
File: Part.cs Progetto: ovevans/STAN
        // ================================ PUBLIC METHODS ===============================================

        // ---------- Scalar related methods ------------------------------

        /// <summary>
        /// Set LookupTable to Mapper of this Part
        /// </summary>
        public void Set_ColorTable(vtkLookupTable ColorLT)
        {
            Mapper.SetLookupTable(ColorLT);
            Mapper.InterpolateScalarsBeforeMappingOn();
            Mapper.UseLookupTableScalarRangeOn();
        }