Printing3DCompositeMaterial.Values Property

Definition

Gets the mixture of base materials used in the composite material. Each mixture is defined by listing the proportion of the overall mixture for each base material (values between 0 and 1).

public:
 property IVector<double> ^ Values { IVector<double> ^ get(); };
IVector<double> Values();
public IList<double> Values { get; }
var iVector = printing3DCompositeMaterial.values;
Public ReadOnly Property Values As IList(Of Double)

Property Value

The proportions of base materials used in the composite material (values between 0 and 1). Proportion values are specified in the same order as the base materials in MaterialIndices.

Applies to