#include <opennurbs_subd.h>
◆ Methods
ON_SubDFromSurfaceParameters::Method are ways to create a SubD from a surface.
Enumerator |
---|
Unset | Used to indicate the method is not set.
|
SubDFriendlyFit | The surface is approximated with a SubD friendly NURBS surface and the SubD is created to match the subd friendly nurbs surface. If the input surface is a subd friendly NURBS surface, the subd and surface have the same geometry.
|
FromNurbsControlNet | The surface is converted to a NURBS surface and then a subd with one face per NURBS bispan is created by using an appropriate subset of the NURBS surface control net. If the input surface is a subd friendly NURBS surface, the subd and surface have the same geometry.
|
◆ ON_SubDFromSurfaceParameters() [1/2]
ON_SubDFromSurfaceParameters::ON_SubDFromSurfaceParameters |
( |
| ) |
|
|
default |
◆ ~ON_SubDFromSurfaceParameters()
ON_SubDFromSurfaceParameters::~ON_SubDFromSurfaceParameters |
( |
| ) |
|
|
default |
◆ ON_SubDFromSurfaceParameters() [2/2]
◆ Corners()
bool ON_SubDFromSurfaceParameters::Corners |
( |
| ) |
const |
◆ Method()
◆ operator=()
◆ SetCorners()
void ON_SubDFromSurfaceParameters::SetCorners |
( |
bool |
bCorners | ) |
|
◆ SetMethod()
◆ ControlNet
◆ ControlNetWithCorners
◆ Default
◆ DefaultWithCorners