Click or drag to resize
SoLineDetailGetPartIndex Method

Returns the index of the part containing the line segment within the shape.

Namespace: OIV.Inventor.Details
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetPartIndex()

Return Value

Type: Int32
Remarks

Usually, the part index is the same as the line segment index, such as the fifth segment overall within an OIV.Inventor.Nodes.SoLineSet.

See Also