Description
Regenerates drawing context i.e. display lists of the specified curve in the model and updates GUI database.
Syntax
Function RFDocument.RegenCurve(curveID As RFEntityID) As RFErrorCode
The RegenCurve syntax has these parts:
| Part | Description |
|---|---|
| curveID | [IN] RFEntityID Required. NURBS curve's RFEntityID to regenerate. |
Remarks