Action:
|
Converts a two-dimensional parameter-space curve into a three-dimensional curve.
|
|
Prototype:
|
bs3_curve bs3_curve_from_bs2 (
|
|
|
bs2_curve curin
|
// given curve
|
|
|
);
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/spline/bs2_crv/bs2curve.hxx"
|
|
#include "kernel/spline/bs3_crv/bs3curve.hxx"
|
|
#include "kernel/spline/bs3_crv/sp3crtn.hxx"
|
|
Description:
|
Converts a two-dimensional parameter-space curve into a three-dimensional curve by treating the u parameter as the
x-coordinate, the v parameter as the
y-coordinate, and adding a zero as the
z-coordinate. If an error occurs, this routine returns a
NULL curve.
|
|
Library:
|
kernel
|
|
Filename:
|
kern/kernel/spline/bs3_crv/sp3crtn.hxx
|
|
Effect:
|
Changes model
|