Function ProDtlentityCreate
Description
Creates a detail item (draft entity) in the Creo Parametric drawing.
Note : The function cannot access symbol definitions for special symbols, such as, datum targets or parametric connector symbols.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentityCreate
(
ProMdl owner
/* (In)
The owner model handle.
*/
ProDtlsymdef* symbol
/* (In)
If you are adding a detail item to the owner, set this argument to NULL. If you are adding draft entity to a symbol definition, set this argument to be that symbol definition.
*/
/* (In)
The draft entity data.
*/
ProDtlentity* entity
/* (Out)
The entity handle.
*/
)
Returns
The function completed successfully.
Invalid input argument(s).
The function failed.
Sample Code References
User Guide References
¿Fue esto útil?