Documentation de l'API > Drawings and detail > Object ProDrawing > Function ProDrawingViewTransformGet
Function ProDrawingViewTransformGet
Description
Return a transformation matrix from view csys to drawing csys and vice versa.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewTransformGet
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProView view
/* (In)
The view.
*/
ProBoolean view_to_drawing
/* (In)
The direction for transformation
*/
ProMatrix transform
/* (Out)
The transformation matrix between the view and the drawing.
*/
)
Returns
Sample Code References
User Guide References
Est-ce que cela a été utile ?