PolymeshTopology.GetPoint
Description:
Returns one point at the given index.
Returns one point at the given index.
public XYZ GetPoint(
int idx
)
-
Int32idxA zero-based index of a polymesh 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.