External Object Scale
 
Functions Introduced:
To vary the size of your external object without altering the entities themselves, you must specify an object scale factor as part of the display data. To set the scale factor, call the function ProDispdatScaleSet(). To determine the scale factor in the specified display data, use ProDispdatScaleGet().
Example 1: Creating an External Object shows how to set the scale of an object to be dependent on the size of the owner object.
Was this helpful?