#include <opennurbs_surface.h>
◆ ON_SurfaceProperties()
ON_SurfaceProperties::ON_SurfaceProperties |
( |
| ) |
|
Surface properties.
The constructor sets all fields to zero.
◆ Set()
void ON_SurfaceProperties::Set |
( |
const ON_Surface * |
surface | ) |
|
- Parameters
-
surface | [in] If surface is not null, then it is used to set the surface properties. If surface is null, then all surface properties are set to to zero. |
Does not modify the value of m_tag.
◆ m_bHasSeam
bool ON_SurfaceProperties::m_bHasSeam |
◆ m_bHasSingularity
bool ON_SurfaceProperties::m_bHasSingularity |
◆ m_bIsClosed
bool ON_SurfaceProperties::m_bIsClosed[2] |
◆ m_bIsSet
bool ON_SurfaceProperties::m_bIsSet |
◆ m_bIsSingular
bool ON_SurfaceProperties::m_bIsSingular[4] |
◆ m_domain
◆ m_surface
◆ m_tag
ON__INT_PTR ON_SurfaceProperties::m_tag |