Method CreateBoundedCurve
CreateBoundedCurve(uint, double, double)
Create a bounded curve from a curve
Declaration
public uint CreateBoundedCurve(uint curve, double minBound, double maxBound)
Parameters
Type | Name | Description |
---|---|---|
uint | curve | Curve to bound |
double | minBound | Minimum bound parameter |
double | maxBound | Maximum bound parameter |
Returns
Type | Description |
---|---|
uint |