Form.GetProfileAndCurveLoopIndexFromReference
Method
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.
Syntax
public void GetProfileAndCurveLoopIndexFromReference(
Reference curveOrEdgeReference,
ref int profileIndex,
ref int curveLoopIndex
)