API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingDraftViewCreate
Function ProDrawingDraftViewCreate
Description
Create draft view in drawing sheet. These views are created from Sketch tab in drawing.
Synopsis
#include <ProDrawingView.h>
ProDrawingDraftViewCreate
(
ProDrawing drawing
/* (In)
The drawing.
*/
ProDtlentity* entities
/* (In)
Must contain at least one draft entity. Entities might or might not be related to any view.
*/
ProView* view
/* (Out)
Pointer to the ProView.
*/
)
Returns
The function succeeded.
The function failed.
The function was passed a NULL drawing pointer.
User Guide References
도움이 되셨나요?