PointDivide



Your Ad Here

Divides a 3D point by a value

Syntax

Rhino.PointDivide (arrPoint, dblDivide)

Parameters

arrPoint

Required.  Array.  The 3D point to divide.

dblScale

Required.  Number.  The a non-zero value to divide.

Returns

Array

The resulting 3D point if successful.

Null

On error.

Example

Dim arrPoint

arrPoint = Rhino.PointDivide(Array(5,5,0), 5)

Rhino.Print Rhino.Pt2Str(arrPoint)

Also See

PointAdd

PointCompare

PointScale

PointSubtract

PointTransform

 

Return to Rhino Index


Your Ad Here