2024 Method
Changes 5
M

Edge.GetCurveUV

Description:
Calculate a 2D curve that represents the edge in the uv-parameter plane of one of the edge's faces. The output curve's direction will follow the parametric direction of the edge, not the topological direction of the edge on the given face.
Overloads (2):
GetCurveUV(Int32)
public CurveUV GetCurveUV(
	int index
)
  • Int32
    index
    The index of the face (0 or 1).
Return Value nullNothingnullptr If successful, returns the calculated CurveUV, null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.