API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingViewOrientationFromReferenceSet
Function ProDrawingViewOrientationFromReferenceSet
Description
Set the view orientation of a general view from the reference selection
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawingView.h>
ProDrawingViewOrientationFromReferenceSet
(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
ProName ref_name_1
/* (In)
Name of the first model orientation
*/
ProSelection ref_sel_1
/* (In)
Selection of the first reference selection
*/
ProName ref_name_2
/* (In)
Name of the second model orientation
*/
ProSelection ref_sel_2
/* (In)
Selection of the second reference selection
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
The orientation from reference could not set
這是否有幫助?