FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbEdgeRef.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 "AcDbSubEntRef.h"
20
22{
23public:
27 virtual ~AcDbEdgeRef();
30 explicit AcDbEdgeRef(const AcDbEntity*);
31 explicit AcDbEdgeRef(const AcGeCurve3d*);
33
34 virtual Acad::ErrorStatus copyFrom(const AcRxObject*) override;
35
36 virtual void reset() override;
37 virtual bool isValid() const override;
38 virtual bool isEmpty() const override;
42 virtual Acad::ErrorStatus evaluateCurve(AcGeCurve3d*&) const;
43 virtual AcDbEntity* createEntity() const override;
44 virtual Acad::ErrorStatus evaluateAndCacheGeometry() override;
45
46private:
47 AcGeCurve3d* m_pCurve;
48};
ARX_API_GLOBAL const AcDbSubentId kNullSubentId
virtual ~AcDbEdgeRef()
virtual bool isValid() const override
AcDbEdgeRef(const AcDbCompoundObjectId &, const AcDbSubentId &=kNullSubentId, const AcDbSubentId &=kNullSubentId, const AcGeCurve3d *=nullptr)
virtual Acad::ErrorStatus evaluateCurve(AcGeCurve3d *&) const
AcDbEdgeRef(const AcDbEdgeRef &)
virtual bool isEmpty() const override
AcDbEdgeRef(const AcGeCurve3d *)
virtual Acad::ErrorStatus evaluateAndCacheGeometry() override
virtual Acad::ErrorStatus copyFrom(const AcRxObject *) override
ACRX_DECLARE_MEMBERS(AcDbEdgeRef)
AcDbSubentId faceSubentId() const
AcDbEdgeRef(const AcDbFullSubentPath &)
const AcGeCurve3d * curve()
virtual void reset() override
AcDbEdgeRef(const AcDbEntity *)
virtual AcDbEntity * createEntity() const override
void setFaceSubentity(const AcDbSubentId &)
AcDbSubentRef & operator=(const AcDbSubentRef &)