Function ProIntf3DCsysIsIgnored
Description
Checks that reference CSYS for export is ignored or not. NOTE: This API returns CSYS ingonred status for last export using API ProIntf3DFileWriteWithDefaultProfile. Call this API after ProIntf3DFileWriteWithDefaultProfile otherwise results will not be reliable.
Replacement in Object TOOLKIT:
Synopsis
ProIntf3DCsysIsIgnored
(
ProMdl model
/* (In)
The model used for export.
*/
ProBoolean* is_ignored
/* (Out)
PRO_B_TRUE if reference csys is ignored. PRO_B_FALSE if reference csys is not ignored.
*/
)
Returns
The function Succeeded.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?