Category Sketches and sections, Object ProSection

Function ProSectionLocationGet


Description
Returns the location of the section with respect to its owner (a part or an assembly).
Replacement in Object TOOLKIT: wfcSection::GetLocation
Synopsis
#include <ProSection.h>
ProErrorProSectionLocationGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Fundamentals: Objects and Actions
  2. Element Trees: Sketched Features: 3D Section Location in the Owning Model
  3. Element Trees: Sketched Features: Reference Entities and Use Edge
  4. Core: Coordinate Systems and Transformations: Transforming Coordinates of Sketched Entities

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( TestExtrude.c )
  3. pt_examples ( UtilSect.c )
  4. pt_examples ( UtilSect.c )
  5. pt_userguide ( Ug3DSection.c )
  6. pt_userguide ( Ug3DSection.c )
  7. pt_userguide ( Ug3DSection.c )