OptionalDeformation interface. More...
import "VISU_Gen.idl";

Public Member Functions | |
| void | UseDeformation (in boolean theFlag) |
| boolean | IsDeformed () |
| void | SetScale (in double theScale) |
| double | GetScale () |
| void | SetVectorialField (in Entity theEntity, in string theFieldName) |
| Entity | GetVectorialFieldEntity () |
| string | GetVectorialFieldName () |
This is interface for switch on/off of the deformation of the presentation
| void VISU.OptionalDeformation.UseDeformation | ( | in boolean | theFlag | ) |
Sets the deformation flag of the presentatable object.
| 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.
| 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
| theEntity | - entity of vectorial field |
| theFieldName | - the name of vectorial field |
| Entity VISU.Deformation.GetVectorialFieldEntity | ( | ) | [inherited] |
Get vectorial entity
| string VISU.Deformation.GetVectorialFieldName | ( | ) | [inherited] |
Get scalar field name