Set NURBS curve using nodes of parameter space (Xth), degree, continuity, control points and weights.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(nurbs_curve), | intent(inout) | :: | this | |||
real(kind=rk), | intent(in), | contiguous | :: | Xth_dir(:) | ||
integer, | intent(in) | :: | degree | |||
integer, | intent(in), | contiguous | :: | continuity(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | Xc(:,:) | ||
real(kind=rk), | intent(in), | optional, | contiguous | :: | Wc(:) |