RFNurbsSurface.GetParameterDomain
Description
Retrieves start and end parameters of the NURBS surface.
Syntax
Function RFNurbsSurface.GetParameterDomain(pDomain As RFExtent2d) As RFErrorCode
The GetParameterDomain syntax has these parts:
| Part |
Description |
| pDomain |
[OUT] RFExtent2d Required. Start and end parameters of the NURBS surface. |
Remarks
- min.x of RFExtend2d data represents start parameter of NURBS surface in U parametric direction.
- min.y of RFExtend2d data represents start parameter of NURBS surface in V parametric direction.
- max.x of RFExtend2d data represents end parameter of NURBS surface in U parametric direction.
- max.y of RFExtend2d data represents end parameter of NURBS surface in V parametric direction.
Return to Rapidform Index