<Code Lib>
2021 Method
Changes 0
M

PolymeshTopology.GetPoint

Description:
Returns one point at the given index.

public XYZ GetPoint(
	int idx
)

  • Int32
    idx
    A zero-based index of a polymesh point
Return Value XYZ coordinates of the point

Loading…