POINTS 3D

From Macros Wiki
Jump to navigationJump to search

Up

Command

POINTS_3D


Create a group of 3D points, must be in the form:
POINTS_3D [
POINT <x1>, <y1>, <z1>
POINT <x2>, <y2>, <z2>
]


The POINT command must be the only command between the open and closed brackets.
You can create any number of point. After the points have been created they will all be selected.

Parameters

No Parameters

Example

POINTS_3D [
POINT 8, 7, 3
POINT x1, w3, z4
]