21 #include <TopologicCore/include/NurbsCurve.h>    35         property bool IsPeriodic
    40         property bool IsRational
    50         property List<Vertex^>^ ControlVertices
    55         property List<double>^ Knots
    60         property double FirstParameter
    65         property double LastParameter
    71         NurbsCurve(
const std::shared_ptr<TopologicCore::NurbsCurve>& kpCoreNurbsCurve);
    75         std::shared_ptr<TopologicCore::NurbsCurve>* m_pCoreNurbsCurve;
 
Definition: Geometry.h:30
 
Definition: NurbsCurve.h:32
 
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23