API 설명서 > Sketches and sections > Object ProSection > Function ProSectionLocationGet
Function ProSectionLocationGet
Description
Returns the location of the section with respect to its owner (a part or an assembly).
Replacement in Object TOOLKIT:
Synopsis
#include <ProSection.h>
ProSectionLocationGet
(
ProSection section
/* (In)
The section belonging to a feature
*/
ProMatrix location_matrix
/* (Out)
The location matrix that gives the transformation from the section to its owner
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?