2021 Method
Changes 0
M

Form.GetProfileAndCurveLoopIndexFromReference

Description:
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
)
  • curveOrEdgeReference
    Reference to a curve/edge that is part of one profile
  • Int32%
    profileIndex
    Profile index for output
  • Int32%
    curveLoopIndex
    Curve loop index for output