VISU.OptionalDeformation Interface Reference
OptionalDeformation interface.
More...
import "VISU_Gen.idl";
Detailed Description
This is interface for switch on/off of the deformation of the presentation
Member Function Documentation
void VISU.OptionalDeformation.UseDeformation |
( |
in boolean |
theFlag |
) |
|
Sets the deformation flag of the presentatable object.
- Parameters:
-
| theFlag | Boolean value defining the deformation flag of this presentable object. |
boolean VISU.OptionalDeformation.IsDeformed |
( |
|
) |
|
Gets the deformation flag of the presentatable object.
void VISU.Deformation.SetScale |
( |
in double |
theScale |
) |
[inherited] |
Sets the scale of the presentatable object.
- Parameters:
-
| theScale | Double value defining the scale of this presentable object. |
double VISU.Deformation.GetScale |
( |
|
) |
[inherited] |
Gets the scale of the presentatable object.
void VISU.Deformation.SetVectorialField |
( |
in Entity |
theEntity, |
|
|
in string |
theFieldName | |
|
) |
| | [inherited] |
Sets the vectorial field
- Parameters:
-
| theEntity | - entity of vectorial field |
| theFieldName | - the name of vectorial field |
Entity VISU.Deformation.GetVectorialFieldEntity |
( |
|
) |
[inherited] |
string VISU.Deformation.GetVectorialFieldName |
( |
|
) |
[inherited] |