Solid Edge Part Type Library > BSplineSurfaces Collection : Add Method |
Visual Basic |
---|
Public Function Add( _ ByRef Poles() As Double, _ ByRef Weights() As Double, _ ByRef u_knots() As Double, _ ByRef v_knots() As Double, _ ByVal u_num_poles As Long, _ ByVal v_num_poles As Long, _ ByVal u_order As Long, _ ByVal v_order As Long, _ ByVal u_periodic As Boolean, _ ByVal v_periodic As Boolean, _ ByVal pos_orient As Long _ ) As CopyConstruction |