Documentación de la API > Sketches and sections > Object ProSection > Function ProSectionEntityTranslate
Function ProSectionEntityTranslate
Description
Translates the entity by the specified vector.
Synopsis
#include <ProSection.h>
ProSectionEntityTranslate
(
ProSection section
/* (In)
The section
*/
int ent_id
/* (In)
The identifier of the entity in the section
*/
ProVector translation_vector
/* (In)
The translation vector
*/
)
Returns
One or more of the arguments are invalid.
The function successfully translated the entity.
Model is in read-only state.
The function does not support entity type PRO_2D_COMPOSITE_CURVE.
Sample Code References
¿Fue esto útil?