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
)
-
curveOrEdgeReferenceReference to a curve/edge that is part of one profile
-
Int32%profileIndexProfile index for output
-
Int32%curveLoopIndexCurve loop index for output