FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbPathRef.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
20#include "AcDbGeomRef1.h"
21#include "AcDbEdgeRef.h"
22#include "AcDbVertexRef.h"
23#include "..\addStruct.h"
24
25
27{
28public:
33 virtual ~AcDbPathRef();
34
36
37 virtual AcDbEntity* createEntity() const override;
38 virtual Acad::ErrorStatus evaluateAndCacheGeometry() override;
39 virtual bool isEmpty() const override;
40 virtual bool isValid() const override;
41 virtual void reset() override;
42 virtual Acad::ErrorStatus copyFrom( const AcRxObject* ) override;
45 Acad::ErrorStatus getEntityArray( AcArray<AcDbEntity*>, bool ) const;
46 bool isEqualTo( AcGeCurve3d const * );
49
50private:
51 AcArray<AcDbEdgeRef> m_EdgeRefs;
52};
Acad::ErrorStatus getEntityArray(AcArray< AcDbEntity * >, bool) const
virtual AcDbEntity * createEntity() const override
virtual bool isValid() const override
AcDbPathRef(AcArray< AcDbEdgeRef > const &)
virtual void reset() override
AcDbPathRef(AcDbPathRef const &)
bool isReferencePath()
virtual bool isEmpty() const override
AcDbPathRef(AcDbFullSubentPathArray const &, AcDbFullSubentPathArray const &)
const AcArray< AcDbEdgeRef > & edgeRefs()
virtual ~AcDbPathRef()
bool isEqualTo(AcGeCurve3d const *)
virtual Acad::ErrorStatus copyFrom(const AcRxObject *) override
void setEdgeRefs(AcArray< AcDbEdgeRef > const &)
ACRX_DECLARE_MEMBERS(AcDbPathRef)
virtual Acad::ErrorStatus evaluateAndCacheGeometry() override