Form.GetProfileAndCurveLoopIndexFromReference
Description:
Given a reference to certain curve or edge, get the index of its profile and curve loop respectively.
Given a reference to certain curve or edge, get the index of its profile and curve loop respectively.
public void GetProfileAndCurveLoopIndexFromReference(
Reference curveOrEdgeReference,
ref int profileIndex,
ref int curveLoopIndex
)