FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbSweepOptions.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 "..\acdb17\AcDb.h"
20#include "..\acad\Acad.h"
21
22template < typename Param1 > class AcArrayMemCopyReallocator;
23class AcDbEntity;
24class AcGeMatrix3d;
25class AcGePoint3d;
26class AcGeVector3d;
27
29{
30public:
46public:
50 bool alignStart(void)const ;
51 bool bank(void)const ;
52 bool checkIntersections(void)const ;
58 double alignAngle(void)const ;
59 double draftAngle(void)const ;
60 double endDraftDist(void)const ;
61 double scaleFactor(void)const ;
62 double startDraftDist(void)const ;
63 double twistAngle(void)const ;
64 AlignOption align(void)const ;
66 Acad::ErrorStatus checkPathCurve( AcDbEntity *,bool);
67 Acad::ErrorStatus checkSweepCurve( AcDbEntity *, AcDb::Planarity &, AcGePoint3d &, AcGeVector3d &,bool &,double &,bool);
68 Acad::ErrorStatus setPathEntityTransform( AcDbEntity *,bool);
69 Acad::ErrorStatus setSweepEntityTransform( AcDbEntityArray &,bool);
71 void setAlignAngle(double);
72 void setAlignStart(bool);
73 void setBank(bool);
76 void setDraftAngle(double);
77 void setEndDraftDist(double);
80 void setScaleFactor(double);
81 void setStartDraftDist(double);
83 void setTwistAngle(double);
85
86};
bool getPathEntityTransform(AcGeMatrix3d &)
Acad::ErrorStatus checkPathCurve(AcDbEntity *, bool)
bool checkIntersections(void) const
void setCheckIntersections(bool)
double alignAngle(void) const
void setAlignAngle(double)
bool getSweepEntityTransform(AcGeMatrix3d &)
void setAlign(AlignOption)
void setBank(bool)
double draftAngle(void) const
bool alignStart(void) const
void setEndDraftDist(double)
double endDraftDist(void) const
AcGePoint3d basePoint(void) const
double twistAngle(void) const
double startDraftDist(void) const
Acad::ErrorStatus checkSweepCurve(AcDbEntity *, AcDb::Planarity &, AcGePoint3d &, AcGeVector3d &, bool &, double &, bool)
void setDraftAngle(double)
void setPathEntityTransform(AcGeMatrix3d &)
Acad::ErrorStatus setSweepEntityTransform(AcDbEntityArray &, bool)
void setScaleFactor(double)
void setMiterOption(MiterOption)
bool bank(void) const
AcDbSweepOptions & operator=(AcDbSweepOptions const &)
Acad::ErrorStatus setPathEntityTransform(AcDbEntity *, bool)
void setAlignStart(bool)
void setSweepEntityTransform(AcGeMatrix3d &)
void setTwistAngle(double)
void setStartDraftDist(double)
void setBasePoint(AcGePoint3d &)
AcGeVector3d twistRefVec(void) const
void setTwistRefVec(AcGeVector3d const &)
AlignOption align(void) const
MiterOption miterOption(void) const
AcDbSweepOptions(AcDbSweepOptions const &)
double scaleFactor(void) const