Defines a collection of pixel sizes, one for each point in the point batch.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def SetPixelSizes(self, PixelSizes:list) -> None: |
- PixelSizes
- The pixel size for each point in the batch. There must be one pixel size for each position passed to the Point Batch Primitive's
SetorSetPartialmethod.
The size is defined in pixels so even if the camera moves very close or very far from a point batch, the size of each point on the screen does not change.






