<Code Lib>
2027 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 XYZ coordinates of the point

  • The given value is not a valid index of a point of the polymesh. A valid valure is not negative and is smaller than the number of points in the polymesh.

Loading…