Click or drag to resize
SoArrayOrigins Enumeration

Array origin.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Origins
Members
  Member nameValueDescription
FIRST0

First copy is rendered at the current local origin; all other copies are distributed relative to it.

CENTER1

Copies are distributed relative to the center of the array.

LAST2

Last copy is rendered at the current local origin; all other copies are distributed relative to it.

Remarks