Function ProSectionEntityUseEdge
Description
Adds an entity to the specified section creating it from projection of an edge of a solid. Simulates behavior of Sketcher/Geom Tools/Use Edge/Sel Edge sketcher command.
Synopsis
#include <ProSection.h>
ProSectionEntityUseEdge
(
ProSection section
/* (In)
The section
*/
ProSelection ref_edge
/* (In)
Referenced edge from which to create the entity.
*/
int* r_ent_id
/* (Out)
The assigned identifier of created entity (may be NULL)
*/
)
Returns
The function successfully added the entity.
Model is in read-only state.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
これは役に立ちましたか?