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

Action: Determines whether two spline surfaces are the same.

Prototype: logical bs3_surface_same (


bs3_surface bs1, // first surface


bs3_surface bs2, // second surface


double tol // tolerance of control



= 0.0 // point positions


);

Includes: #include "kernel/acis.hxx"

#include "baseutil/logical.h"

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

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

Description: Determines whether two spline surfaces are (apparently) the same. This is not a comprehensive test - surfaces that are coincident but have differing extents, knot vectors or other internal details will not be spotted. Use this routine as a filter.

Library: kernel

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

Effect: Read-only
PDF/KERN/23FN3S3.PDF
HTM/DATA/KERN/KERN/23FN3S3/0001.HTM