bs3_surface_make_sph
List of: Functions
Subjects: Construction Geometry, Spline Interface
Contents: Kernel

Action: Creates a spline surface from the given sphere.

Prototype: bs3_surface bs3_surface_make_sph (


sphere const& sph,

// given sphere


SPAbox const& region_of_interest,// region of






// interest


double = 0,

// requested fit






// tolerance


double& actual_fit

// return actual



=*(double*)NULL_REF,

// fit used


SPApar_transf& pt

// return param.



=*(SPApar_transf*)NULL_REF // space mapping


);

Includes: #include "kernel/acis.hxx"

#include "baseutil/vector/box.hxx"

#include "baseutil/vector/param.hxx"

#include "kernel/kerngeom/surface/sphdef.hxx"

#include "kernel/spline/bs3_srf/bs3surf.hxx"

#include "kernel/spline/bs3_srf/sp3srtn.hxx"

Description: Creates a parametric surface coincident with the given sphere over at least the portion inside the box, within the specified positional tolerance, and has its normal in the same sense.


If the actual_fit argument is supplied, it returns the actual tolerance achieved, or exact zero if this is better than system positional tolerance. The parameterization of the resulting surface need not match in any way that of the original sphere.


Optionally, the mapping from the old parameter bounds to the new parameter bounds can be returned by supplying the pt argument.

Library: kernel

Filename: kern/kernel/spline/bs3_srf/sp3srtn.hxx

Effect: Changes model
PDF/KERN/22FN3S2.PDF
HTM/DATA/KERN/KERN/22FN3S2/0005.HTM