Constructor.
Public Sub New( position As Point3d, size As double, rotation As double, widthFactor As double )
public Shape( Point3d position, double size, double rotation, double widthFactor );
Parameters |
Description |
Point3d position |
Input insertion point of the shape, in WCS coordinates |
double size |
Input height of the shape |
double rotation |
Input rotation of the shape |
double widthFactor |
Input width factor of the shape |
Comments? |