#include <AcDbLoftOptions.h>
|
| | AcDbLoftOptions (AcDbLoftOptions const &) |
| |
| | AcDbLoftOptions (void) |
| |
| | ~AcDbLoftOptions (void) |
| |
| bool | alignDirection (void) const |
| |
| bool | arcLengthParam (void) const |
| |
| bool | closed (void) const |
| |
| bool | noTwist (void) const |
| |
| bool | ruled (void) const |
| |
| bool | simplify (void) const |
| |
| bool | virtualGuide (void) const |
| |
| AcDbLoftOptions & | operator= (AcDbLoftOptions const &) |
| |
| double | draftEnd (void) const |
| |
| double | draftEndMag (void) const |
| |
| double | draftStart (void) const |
| |
| double | draftStartMag (void) const |
| |
| NormalOption | normal (void) const |
| |
| Acad::ErrorStatus | checkCrossSectionCurves (AcDbEntityArray &, bool &, bool &, bool &, bool) |
| |
| Acad::ErrorStatus | checkGuideCurves (AcDbEntityArray &, bool) |
| |
| Acad::ErrorStatus | checkLoftCurves (AcDbEntityArray &, AcDbEntityArray &, AcDbEntity *, bool &, bool &, bool &, bool) |
| |
| Acad::ErrorStatus | checkOptions (bool) |
| |
| Acad::ErrorStatus | checkPathCurve (AcDbEntity *, bool) |
| |
| Acad::ErrorStatus | setOptionsFromSysvars (const AcDbDatabase &pDb) |
| |
| Acad::ErrorStatus | setSysvarsFromOptions (AcDbDatabase &pDb) |
| |
| void | setAlignDirection (bool) |
| |
| void | setArcLengthParam (bool) |
| |
| void | setClosed (bool) |
| |
| void | setDraftEnd (double) |
| |
| void | setDraftEndMag (double) |
| |
| void | setDraftStart (double) |
| |
| void | setDraftStartMag (double) |
| |
| void | setNoTwist (bool) |
| |
| void | setNormal (NormalOption) |
| |
| void | setRuled (bool) |
| |
| void | setSimplify (bool) |
| |
| void | setVirtualGuide (bool) |
| |
| | AcNonRTTIObject () |
| |
| | AcNonRTTIObject (const AcNonRTTIObject &source) |
| |
| | AcObject () |
| |
| | AcObject (const AcObject &source) |
| |
| virtual | ~AcObject () |
| |
| void * | data () const |
| |
Definition at line 25 of file AcDbLoftOptions.h.
◆ NormalOption
| Enumerator |
|---|
| kNoNormal | |
| kFirstNormal | |
| kLastNormal | |
| kEndsNormal | |
| kAllNormal | |
| kUseDraftAngles | |
Definition at line 28 of file AcDbLoftOptions.h.
◆ AcDbLoftOptions() [1/2]
◆ AcDbLoftOptions() [2/2]
| AcDbLoftOptions::AcDbLoftOptions |
( |
void | | ) |
|
◆ ~AcDbLoftOptions()
| AcDbLoftOptions::~AcDbLoftOptions |
( |
void | | ) |
|
◆ alignDirection()
| bool AcDbLoftOptions::alignDirection |
( |
void | | ) |
const |
◆ arcLengthParam()
| bool AcDbLoftOptions::arcLengthParam |
( |
void | | ) |
const |
◆ checkCrossSectionCurves()
◆ checkGuideCurves()
◆ checkLoftCurves()
◆ checkOptions()
| Acad::ErrorStatus AcDbLoftOptions::checkOptions |
( |
bool | | ) |
|
◆ checkPathCurve()
| Acad::ErrorStatus AcDbLoftOptions::checkPathCurve |
( |
AcDbEntity * | , |
|
|
bool | ) |
◆ closed()
| bool AcDbLoftOptions::closed |
( |
void | | ) |
const |
◆ draftEnd()
◆ draftEndMag()
| double AcDbLoftOptions::draftEndMag |
( |
void | | ) |
const |
◆ draftStart()
◆ draftStartMag()
| double AcDbLoftOptions::draftStartMag |
( |
void | | ) |
const |
◆ normal()
◆ noTwist()
| bool AcDbLoftOptions::noTwist |
( |
void | | ) |
const |
◆ operator=()
◆ ruled()
| bool AcDbLoftOptions::ruled |
( |
void | | ) |
const |
◆ setAlignDirection()
| void AcDbLoftOptions::setAlignDirection |
( |
bool | | ) |
|
◆ setArcLengthParam()
| void AcDbLoftOptions::setArcLengthParam |
( |
bool | | ) |
|
◆ setClosed()
| void AcDbLoftOptions::setClosed |
( |
bool | | ) |
|
◆ setDraftEnd()
◆ setDraftEndMag()
◆ setDraftStart()
◆ setDraftStartMag()
◆ setNormal()
◆ setNoTwist()
| void AcDbLoftOptions::setNoTwist |
( |
bool | | ) |
|
◆ setOptionsFromSysvars()
| Acad::ErrorStatus AcDbLoftOptions::setOptionsFromSysvars |
( |
const AcDbDatabase & | pDb | ) |
|
◆ setRuled()
◆ setSimplify()
| void AcDbLoftOptions::setSimplify |
( |
bool | | ) |
|
◆ setSysvarsFromOptions()
| Acad::ErrorStatus AcDbLoftOptions::setSysvarsFromOptions |
( |
AcDbDatabase & | pDb | ) |
|
◆ setVirtualGuide()
| void AcDbLoftOptions::setVirtualGuide |
( |
bool | | ) |
|
◆ simplify()
| bool AcDbLoftOptions::simplify |
( |
void | | ) |
const |
◆ virtualGuide()
| bool AcDbLoftOptions::virtualGuide |
( |
void | | ) |
const |
The documentation for this class was generated from the following file: