VVVV.Nodes.VoxelProperties.SurfaceProperties.SurfaceProperties C# (CSharp) Method

SurfaceProperties() public method

public SurfaceProperties ( double Thickness ) : System
Thickness double
return System
        public SurfaceProperties(double Thickness)
        {
            this.Thickness = Thickness;
        }
SurfaceProperties