RenderSettingsTraitsModelScaleFactor Property
|
Property that represents model scale related
to meters. For example, if the model is drawn in kilometers, the
scale factor is 1000.0. This is later used for the global
illumination.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract double ModelScaleFactor { get; set; }
Public MustOverride Property ModelScaleFactor As Double
Get
Set
public:
virtual property double ModelScaleFactor {
double get () abstract;
void set (double value) abstract;
}
abstract ModelScaleFactor : float with get, set
Property Value
Double
See Also