Copyright © 2003-2024 MultiMedia Soft

FlatPillowFactor property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property FlatPillowFactor As Ctl3d.Grades

 

[C#]

public Ctl3d.Grades FlatPillowFactor {get; set;}

 

[C++]

public: __property Ctl3d.Grades get_FlatPillowFactor();

public: __property void set_FlatPillowFactor(Ctl3d.Grades);

 

 

Remarks

The factor applied to the flat pillow surface set through the Surface property. This property applies only if the Surface property value is set to Surfaces.FlatPillow (Flat pillow).

Supported values are the following:

Enumerated value

Value

Meaning

Grades.VeryLow

0 (default)

Very low

3dcm_i000042

SpecialEffectsFactors.Low

1

Low

SpecialEffectsFactors.Medium

2

Medium

3dcm_i000041

SpecialEffectsFactors.High

3

High

SpecialEffectsFactors.VeryHigh

4

Very high

3dcm_i000040