21 #include <TopologicCore/include/NurbsSurface.h>    47         property bool IsURational
    52         property bool IsVRational
    57         property int NumOfUControlVertices
    62         property int NumOfVControlVertices
    67         Vertex^ ControlVertex(
int u, 
int v);
    69         property List<double>^ UKnots
    74         property List<double>^ VKnots
    90         NurbsSurface(
const std::shared_ptr<TopologicCore::NurbsSurface>& kpCoreNurbsSurface);
    94         std::shared_ptr<TopologicCore::NurbsSurface>* m_pCoreNurbsSurface;
 A Vertex is a zero-dimensional entity equivalent to a geometry point. 
Definition: Vertex.h:31
 
Definition: NurbsSurface.h:33
 
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23