SoPointSet

InventorModule
genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

The node SoPointSet represents a set of points located at the coordinates specified by SoVertexProperty or the currently inherited coordinates. For optimal performance, using the vertexProperty field is recommended.

SoPointSet uses the coordinates in order, starting with the first one. The number of points in the set is specified by the Num Points field.

The coordinates of the point set are transformed by the current cumulative transformation. The points are rendered with the current light model and drawing style (drawing styles FILLED and LINES are treated as POINTS).

The treatment of the current material and normal binding is as follows: PER_PART, PER_FACE, and PER_VERTEX bindings bind one material or normal to each point. The default material binding is OVERALL, and the default normal binding is PER_VERTEX.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoPointSet._default.png

Input Fields

vertexProperty

name: vertexProperty, type: SoNode

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Start Index

name: startIndex, type: Integer, default: 0

Sets the start index for points; the default is 0.

Num Points

name: numPoints, type: Integer, default: -1

Sets the number of points to show; a default value of -1 means to show all points.