SoCoordinate4

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

Purpose

This node defines a set of 3D coordinates to be used by subsequent vertex-based shape nodes or shape nodes that use them as control points (such as NURBS curves and surfaces). Coordinates are specifed as rational 4-vectors; the corresponding 3D point is computed by dividing the first three components by the fourth. This node does not produce a visible result during rendering; it simply replaces the current coordinates in the rendering state for subsequent nodes to use.

This node exists primarily for use with NURBS curves and surfaces. However, it can be used to define coordinates for any vertex-based shape.

Windows

Default Panel

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

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Point

name: point, type: Vector4List, default: 0 0 0 1

Coordinate point(s).