Description
Returns the 3D point which is the result of diving this point by value.
Visual Basic
Public Function DivideBy( value As double ) As Point3d
C#
public Point3d DivideBy( double value );
Parameters
Parameters | Description |
---|---|
double value | Input for dividing the 3D point. |