Category Sketches and sections, Object ProSecdim

Function ProSecdimDiameterSet


Description
Converts section dimension between a centerline and another entity into a "diameter dimension".
Synopsis
#include <ProSecdim.h>
ProErrorProSecdimDiameterSet(
ProSection handle
/* (In)
The section handle.
*/
int dim_id
/* (In)
ID of a dimension to convert
*/
)
Returns
PRO_TK_NO_ERRORThe dimension was successfully converted.
PRO_TK_BAD_INPUTSThe input arguments are invalid. ( invalid handle, invalid dimension ID, or dimension doesn't reference exactly one centerline )

Manual References:

  1. Element Trees: Sections: Adding Section Dimensions

Sample Code References:

  1. pt_examples ( TestSect.c )