How to create General drawing view ?
Hi..
I want to create general view for orientation of TOP_VIEW ( drawing solid orientation) but getting difficulty to pass matrix.
i am creating general drawing view by below API.
status = ProDrawingGeneralviewCreate (p_drawing, (ProSolid)comp_mdl, 2, PRO_B_FALSE, pos, 0.2, matrix2, &view);
it gives me error due to matrix, So please can anybody suggest me how to pass matrix from drawing solid orientation ( TOP_VIEW).
If any sample code is there then it is better to create general drawing view from drawing solid view orientation.
Thanks,
Prashant Pandarkar

