Printing3DTexture2CoordMaterial.V Property

Definition

Gets or sets the V-coordinate within the texture, vertically down from the origin in the upper left of the texture.

public:
 property double V { double get(); void set(double value); };
double V();

void V(double value);
public double V { get; set; }
var double = printing3DTexture2CoordMaterial.v;
printing3DTexture2CoordMaterial.v = double;
Public Property V As Double

Property Value

Double

double

The V-coordinate within the texture.

Applies to