FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeSplineEnt3d.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
19#include "AcGeCurve3d.h"
20
21class AcGeKnotVector;
22class AcGePoint3d;
23class AcGeTol;
24
26{
27 friend class DefValueProducer;
28
29public:
31 AcGeKnotVector const & knots(void)const ;
33 AcGePoint3d endPoint(void)const ;
38 double endParam(void)const ;
39 double knotAt(int)const ;
40 double startParam(void)const ;
41 int continuityAtKnot(int, AcGeTol const & = AcGeContext::gTol)const ;
42 int degree(void)const ;
45 int numControlPoints(void)const ;
46 int numKnots(void)const ;
47 int order(void)const ;
48
49protected:
52
53};
double endParam(void) const
double knotAt(int) const
AcGeKnotVector const & knots(void) const
int order(void) const
AcGeSplineEnt3d & setControlPointAt(int, AcGePoint3d const &)
~AcGeSplineEnt3d(void)
AcGeSplineEnt3d & operator=(AcGeSplineEnt3d const &)
AcGeSplineEnt3d(AcGeSplineEnt3d const &)
AcGeSplineEnt3d & setKnotAt(int, double)
int numControlPoints(void) const
double startParam(void) const
int numKnots(void) const
int continuityAtKnot(int, AcGeTol const &=AcGeContext::gTol) const
AcGePoint3d endPoint(void) const
Frx::Boolean isRational(void) const
int degree(void) const
AcGePoint3d startPoint(void) const
Frx::Boolean hasFitData(void) const
AcGePoint3d controlPointAt(int) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24