API ドキュメンテーション > Manufacturing > Object ProRmdt > Function ProRmdtDlgRefModelOrientSet
Function ProRmdtDlgRefModelOrientSet
Description
Sets the default information for the dialog for the reference model orientation of the mold layout.
Synopsis
#include <ProRmdt.h>
ProRmdtDlgRefModelOrientSet
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
ProMatrix orient
/* (In)
The orientation matrix
*/
)
Returns
The function successfully set the information.
One or more of the arguments are invalid.
Sample Code References
これは役に立ちましたか?