FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpAugPolyline3d.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 "..\acge17\AcGe.h"
20
21template < typename Param1 > class AcArrayMemCopyReallocator;
22class AcGeImpCurve3d;
23class AcGeImpEntity3d;
24class AcGeImpObject;
26class AcGeKnotVector;
27class AcGeLink;
28class AcGeMatrix3d;
29class AcGePoint3d;
30class AcGeTol;
31class AcGeVector3d;
32
34{
35public:
38 AcGeImpAugPolyline3d( AcGeImpCurve3d const &,double,double,double,int);
49 double approxTol(void)const ;
50 virtual ~AcGeImpAugPolyline3d(void);
52 virtual AcGeImpEntity3d * project( AcGeImpPlanarEnt const &, AcGeVector3d const &, AcGeTol const & = AcGeContext::gTol)const ;
53 virtual AcGeImpObject * copy(void)const ;
56 virtual void eventModified( AcGeLink const &);
57 virtual void eventTransformed( AcGeLink const &, AcGeMatrix3d const &);
58 virtual void getSplitCurves(double, AcGeImpCurve3d * &, AcGeImpCurve3d * &)const ;
63
64protected:
65 virtual Frx::Boolean setKnots(void);
66 void computeD1Vectors(void)const ;
67 void computeD2Vectors(void)const ;
68
69};
virtual Frx::Boolean isKindOf(enum AcGe::EntityId, Frx::Boolean) const
AcGeImpAugPolyline3d & setD2Vector(int, AcGeVector3d)
void getD1Vectors(AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const
AcGeImpAugPolyline3d(AcGeImpCurve3d const &, double, double, double, int)
AcGePoint3d getPoint(int) const
virtual Frx::Boolean setKnots(void)
double approxTol(void) const
virtual ~AcGeImpAugPolyline3d(void)
AcGeImpAugPolyline3d & setApproxTol(double)
AcGeImpAugPolyline3d & setPoint(int, AcGePoint3d)
void computeD2Vectors(void) const
void getD2Vectors(AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > &) const
virtual void eventTransformed(AcGeLink const &, AcGeMatrix3d const &)
virtual void getSplitCurves(double, AcGeImpCurve3d *&, AcGeImpCurve3d *&) const
AcGeImpAugPolyline3d(AcGeKnotVector const &, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &)
virtual AcGeImpEntity3d * project(AcGeImpPlanarEnt const &, AcGeVector3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpAugPolyline3d & setVector(int, AcGeVector3d)
AcGeImpAugPolyline3d(AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, AcArray< AcGeVector3d, AcArrayMemCopyReallocator< AcGeVector3d > > const &)
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
void computeD1Vectors(void) const
void getPoints(AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &) const
AcGeImpAugPolyline3d(AcGeImpAugPolyline3d const &)
AcGeVector3d getVector(int) const
AcGeImpAugPolyline3d & operator=(AcGeImpAugPolyline3d const &)
virtual Frx::Boolean isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual void eventModified(AcGeLink const &)
virtual AcGeImpObject * copy(void) const
virtual AcGe::EntityId type(Frx::Boolean) const
AcGeVector3d getD2Vector(int) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84