SetDrawingBoxCAD

  Functions >

SetDrawingBoxCAD

Previous pageReturn to chapter overviewNext page

The SetDrawingBoxCAD function sets a rectangular 3D CAD drawing area (defined in CAD coordinates) that will be displayed.

 

Syntax:

 

int SetDrawingBoxCAD(

  HANDLE hObject,

  LPFRECT ABox

);

 

 

Parameters:

 

hObject

Identifies the CADImage object handle

ABox

Specifies a rectangular area of the drawing that will be displayed.

 

 

Return Value:

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastErrorCAD.

 

 

See Also

CADCreate  | DrawCAD


© 2003-2024 CADSoftTools

Go to CAD DLL