Description
Changes the snap mode for the point at input.
Visual Basic
Public Function Snap( snapMode As string, input As Point3d ) As Point3d
C#
public Point3d Snap( string snapMode, Point3d input );
Parameters
| Parameters | Description |
|---|---|
| string snapMode | Input new snap mode |
| Point3d input | Input point to place snap mode |