API 설명서 > Solids and parts > Object ProSolid > Function ProSolidSetdatumtagVisit
Function ProSolidSetdatumtagVisit
Description
Visits the set datum tag annotations in a solid model.
Licensing Requirement
Synopsis
#include <ProSetDatumTag.h>
ProSolidSetdatumtagVisit
(
ProSolid solid
/* (In)
The part or assembly.
*/
/* (In)
The visit action
*/
/* (In)
The filter action. Can be NULL.
*/
ProAppData app_data
/* (In)
Application data passed to the action functions. Can be NULL.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No set datum tag annotations were found in the model.
Any other value
The value returned by the visit action to stop visiting.
User Guide References
도움이 되셨나요?