Project

General

Profile

Scol standard library package  0.3.1
Common and usefull functions for all Scol applications
The library : 3d window API

Functions

 b3d_winGetMotherObj (strView)
 Get the mother window from the 3d view.
 b3d_winGetObj (strView)
 Get the window from the 3d view.

Detailed Description

Function Documentation

b3d_winGetObj ( strView  )

Get the window from the 3d view.

Prototype : fun [LIB3D_View] ObjWin

Parameters
LIB3D_View: a 3d view object
Returns
ObjWin : the ObjWin or nil if error
b3d_winGetMotherObj ( strView  )

Get the mother window from the 3d view.

Prototype : fun [LIB3D_View] ObjWin

Parameters
LIB3D_View: a 3d view object
Returns
ObjWin : the ObjWin or nil if error