| JsPropertiesExtractor | Send comments on this topic. |
| newpoint Method | |
| See Also Example | |
|
| vdWebLibrary Namespace > vdgeo Class : newpoint Method |
- x
- A numerical value representing the x value of the point.
- y
- A numerical value representing the y value of the point.
- z
- A numerical value representing the z value of the point.
Parameters
- x
- A numerical value representing the x value of the point.
- y
- A numerical value representing the y value of the point.
- z
- A numerical value representing the z value of the point.
Return Value
A 3 sized Array object containing the x, y, z values of the point.| C# | Copy Code |
|---|---|
function AddCircle() { | |