Autodesk.AutoCAD.DatabaseServices Namespace > Solid Class > Solid Methods > SetPointAt Method
Solid.SetPointAt Method
Description

 

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.

Visual Basic
Public Function SetPointAt(
    index As short, 
    pointValue As Point3d
) As void
C#
public void SetPointAt(
    short index, 
    Point3d pointValue
);
Parameters
Parameters 
Description 
short index 
Input index (1-4) of the point to set in the solid 
Point3d pointValue 
Input point value 
Links
   Comments?