3D presentation interface More...
import "VISU_Gen.idl";
Public Member Functions | |
void | SetOffset (in float theDx, in float theDy, in float theDz) |
void | GetOffset (out float theDx, out float theDy, out float theDz) |
float | GetMemorySize () |
void | RemoveFromStudy () |
IdType | GetID () |
VISUType | GetType () |
This is a root class for all 3D presentations, which can be displayed in VISU module.
void VISU.Prs3d.SetOffset | ( | in float | theDx, | |
in float | theDy, | |||
in float | theDz | |||
) |
Move the 3D presentation according to the given offset parameters
void VISU.Prs3d.GetOffset | ( | out float | theDx, | |
out float | theDy, | |||
out float | theDz | |||
) |
Gets offset parameters for the 3D presentation
float VISU.Prs3d.GetMemorySize | ( | ) |
Gets memory size actually used by the presentation (Mb).
void VISU.RemovableObject.RemoveFromStudy | ( | ) | [inherited] |
Remove object from study.
IdType VISU.Base.GetID | ( | ) | [inherited] |
Returns ID of the object.
VISUType VISU.Base.GetType | ( | ) | [inherited] |
Returns the type of the presentable object