Category Mechanica, Object ProMechpoint

Function ProMechpointPlacementsurfaceGet


Description
Obtains the placment surface, if the placement type is PRO_MECH_POINT_FACE.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechpointPlacementsurfaceGet(
ProMechPoint point
/* (In)
The point.
*/
ProMechSurface* placement_surface
/* (Out)
The placement surface.
*/
ProUvParam param
/* (Out)
The UV coordinates of the placement on the surface.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_INVALID_TYPEThis item does not contain this type of surface.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechPoint
  2. Creo Simulate: Geometry: Accessing ProMechPoint