Solid Edge Part Type Library
InsertUVCurve Method
Number of faces.
Array of faces.
True or False.
True or False.
Description
Method to insert a key point curve representing U or V curve of a face at given parameter.
Syntax
Visual Basic
Public Sub InsertUVCurve( _
   ByVal NumberOfFaces As Long, _
   ByRef FacesArray() As Object, _
   ByRef IsUCurve() As Boolean, _
   ByRef UOrVParameter() As Double, _
   ByVal UsePiercePoints As Boolean _
) 
Parameters
NumberOfFaces
Number of faces.
FacesArray
Array of faces.
IsUCurve
True or False.
UOrVParameter
UsePiercePoints
True or False.
Remarks

If UV curve is to be inserted across multiple faces, all the needed faces, corresponding parameters and Boolean values denoting whether to consider U or V line at the parameter should be input.

NOTE: We must roll to previous feature before we insert UV curve. This is because the UV curve is created on input faces to redefine feature.

See Also

RedefineFace Object  | RedefineFace Members