FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeSplineEnt2d.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
19class AcGeKnotVector;
20class AcGePoint2d;
21class AcGeTol;
22
24{
25 friend class DefValueProducer;
26
27public:
29 AcGeKnotVector const & knots(void)const ;
31 AcGePoint2d endPoint(void)const ;
36 double endParam(void)const ;
37 double knotAt(int)const ;
38 double startParam(void)const ;
39 int continuityAtKnot(int, AcGeTol const & = AcGeContext::gTol)const ;
40 int degree(void)const ;
43 int numControlPoints(void)const ;
44 int numKnots(void)const ;
45 int order(void)const ;
46
47protected:
50
51};
int numKnots(void) const
~AcGeSplineEnt2d(void)
AcGeSplineEnt2d & operator=(AcGeSplineEnt2d const &)
AcGePoint2d startPoint(void) const
int continuityAtKnot(int, AcGeTol const &=AcGeContext::gTol) const
AcGePoint2d endPoint(void) const
AcGeKnotVector const & knots(void) const
Frx::Boolean hasFitData(void) const
int degree(void) const
double knotAt(int) const
AcGeSplineEnt2d(AcGeSplineEnt2d const &)
int numControlPoints(void) const
double startParam(void) const
AcGeSplineEnt2d & setControlPointAt(int, AcGePoint2d const &)
Frx::Boolean isRational(void) const
AcGePoint2d controlPointAt(int) const
int order(void) const
AcGeSplineEnt2d & setKnotAt(int, double)
double endParam(void) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24