AnyCAD Rapid API 2023
Help you to create a better world!
|
Public Member Functions | |
Viewer | GetActiveViewer () |
void | SetActiveViewer (Viewer val) |
Document | GetActiveDocument () |
void | SetActiveDocument (Document val) |
boolean | Initialize (String baseDirectory) |
void | Destroy () |
Viewer | CreateView (int hwndHost, long width, long height) |
Viewer | CreateWindow3D (String title, long width, long height, boolean visible) |
Document | CreateDocument (String name) |
boolean | ExecuteCommand (String name) |
Static Public Member Functions | |
static Application | Instance () |
Viewer Application.CreateView | ( | int | hwndHost, |
long | width, | ||
long | height | ||
) |
Create viewer in exsiting window control
hwndHost | the host window handle. |
width | the width |
height | the height |
Viewer Application.CreateWindow3D | ( | String | title, |
long | width, | ||
long | height, | ||
boolean | visible | ||
) |
Create window with 3D viewer.
title | the title |
width | the width |
height | the height |
visible | if visible. |