FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbLoftedSurface.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
20#include "..\acad\Acad.h"
21
22template < typename Param1 > class AcArrayMemCopyReallocator;
23class AcDbDwgFiler;
24class AcDbDxfFiler;
25class AcDbEntity;
26class AcDbGripData;
27class AcDbLoftOptions;
29class AcGePoint3d;
30class AcGeVector3d;
31class AcRxClass;
32
34{
35public:
36
38 {
41 kLoftNetworkSurf
42 };
43
48 Acad::ErrorStatus setLoftOptions( AcDbLoftOptions const &);
49 int numCrossSections(void)const ;
50 int numGuideCurves(void)const ;
53 virtual bool isDependent(void)const ;
54
55 AcDbLoftProfile* crossSection(int) const;
56 void getCrossSections(AcArray<AcDbLoftProfile*>&) const;
57 AcDbLoftProfile* guide(int) const;
58 void getGuides(AcArray<AcDbLoftProfile*>&) const;
59 AcDbLoftProfile* path() const;
60 int startContinuity(bool = true) const;
61 int endContinuity(bool = true) const;
62 double startMagnitude(bool = true) const;
63 double endMagnitude(bool = true) const;
64 Acad::ErrorStatus setStartContinuity(int, bool = true);
65 Acad::ErrorStatus setEndContinuity(int, bool = true);
66 Acad::ErrorStatus setStartMagnitude(double, bool = true);
67 Acad::ErrorStatus setEndMagnitude(double, bool = true);
68 AcDbLoftedSurface::LoftSurfaceType loftSurfaceType() const;
69 void getLoftOptions(AcDbLoftOptions &)const;
70
73 virtual Acad::ErrorStatus dwgOutFields( AcDbDwgFiler *)const ;
75 virtual Acad::ErrorStatus dxfOutFields( AcDbDxfFiler *)const ;
76 virtual Acad::ErrorStatus subGetClassID(CLSID*) const;
77 virtual Acad::ErrorStatus subTransformBy(AcGeMatrix3d const &);
78
79};
Acad::ErrorStatus ErrorStatus
Definition acdbabb.h:21
#define ACRX_DECLARE_MEMBERS(classname)
Definition addmacro.h:756
int numCrossSections(void) const
Acad::ErrorStatus setLoftOptions(AcDbLoftOptions const &)
AcDbEntity * getCrossSection(int) const
AcDbEntity * getGuideCurve(int) const
AcDbEntity * getPathEntity(void) const
int numGuideCurves(void) const