Description:

Sets the control point at the given (u, v) index.

Syntax:
public Boolean SetControlPoint(
Int32 u,
Int32 v,
ControlPoint cp
)
Parameters:
  • u
  • Type: System.Int32
  • Index of control point in the surface U direction.
  • v
  • Type: System.Int32
  • Index of control point in the surface V direction.
Returns:
Type: Boolean
True on success, False on failure.
Available since:
5.0

Description:

Sets the control point at the given (u, v) index.

Syntax:
public Boolean SetControlPoint(
Int32 u,
Int32 v,
Point3d cp
)
deprecated in 6.0
obsolete: Use one of the SetPoint
Parameters:
  • u
  • Type: System.Int32
  • Index of control point in the surface U direction.
  • v
  • Type: System.Int32
  • Index of control point in the surface V direction.
  • cp
  • Type: Point3d
  • The control point location to set (weight is assumed to be 1.0).
Returns:
Type: Boolean
True on success, False on failure.
Available since:
5.0

Nothing found