2027 Method
Changes 0
M

Application.NewVertexIndexPair

Description:
Creates a new VertexIndexPair object.
public VertexIndexPair NewVertexIndexPair(
	int iTop,
	int iBottom
)
  • Int32
    iTop
    The index of the vertex pair from the top profile of a blend.
  • Int32
    iBottom
    The index of the vertex pair from the bottom profile of a blend.
Return Value VertexIndexPair The new VertexIndexPair object.