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) |
| void | SetMarkerStd (in MarkerType theType, in MarkerScale theScale) |
| void | SetMarkerTexture (in long theTextureId) |
| MarkerType | GetMarkerType () |
| MarkerScale | GetMarkerScale () |
| long | GetMarkerTexture () |
| 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
| void VISU.Prs3d.SetMarkerStd | ( | in MarkerType | theType, |
| in MarkerScale | theScale | ||
| ) |
Set standard point marker for the object
| theType | standard marker type |
| theScale | standard marker scale |
| void VISU.Prs3d.SetMarkerTexture | ( | in long | theTextureId | ) |
Set custom point marker for the object. The texture can be added by LoadTexture() function
| theTextureId | texture ID |
| MarkerType VISU.Prs3d.GetMarkerType | ( | ) |
Get type of the point marker assigned to the object
| MarkerScale VISU.Prs3d.GetMarkerScale | ( | ) |
Get scale of the point marker assigned to the object
| long VISU.Prs3d.GetMarkerTexture | ( | ) |
Get texture idenifier of the point marker assigned to the object
| 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