All Frameworks  Class Hierarchy  This Framework  Indexes

SPAkern Global Function bs2_curve_v_param_line


bs2_curve bs2_curve_v_param_line( const SPAinterval& v_range,
bs2_curve_form form,
double u)
Creates a parameter line space curve along a v parameter line of a spline surface.

Role: Creates a parameter line space curve along a v parameter line (i. e., one with constant u parameter) of a spline surface.

The v-parameter of the surface varies for this function, while the u-parameter is fixed. The parameterization of the resulting curve is undefined, though it has the same sense as the surface v-parameter, but would normally be the same as the surface v-parameter. The curve will be open, closed, or periodic according to whether the surface was open, closed, or periodic in the v-direction.

Effect: Changes model

Parameters:
v_range
parametric curve range.
form
form of required curve; should correspond to form of surface (object-space meaning rather than parameter-space).
u
u parameter of surface.

This object is included in the file: sp2crtn.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.

SPAkern Global Function bs2_curve_v_param_line
All Frameworks  Class Hierarchy  This Framework  Indexes

SPAkern Global Function bs2_curve_v_param_line


bs2_curve bs2_curve_v_param_line(bs3_surface surf,
double u)
Creates a parameter line space curve along a v parameter line of a spline surface.

Role: Creates a parameter line space curve along a v parameter line (i. e., one with constant u parameter) of a spline surface.

The v-parameter of the surface varies for this function, while the u-parameter is fixed. The parameterization of the resulting curve is undefined, though it has the same sense as the surface v-parameter, but would normally be the same as the surface v-parameter. The curve will be open, closed, or periodic according to whether the surface was open, closed, or periodic in the v-direction.

This prototype is the preferred way to create the curve.

Effect: Changes model

Parameters:
surf
given surface.
u
u parameter of surface.

This object is included in the file: sp2crtn.hxx

Copyright (c) 1989-2007 by Spatial Corp. All rights reserved.