This function sets the index'th point in the solid to the pointValue. index must be 0, 1, 2, or 3. pt must be in WCS coordinates.
Public Function SetPointAt( index As short, pointValue As Point3d ) As void
public void SetPointAt( short index, Point3d pointValue );
|
Parameters |
Description |
|
short index |
Input index (1-4) of the point to set in the solid |
|
Point3d pointValue |
Input point value |
| Comments? |