CFx SDK Documentation  2023 SP0
Public Types | Public Member Functions | List of all members
OdDbSectionSettings Class Reference

#include <DbSection.h>

Inheritance diagram for OdDbSectionSettings:
OdDbObject OdGiDrawable OdRxObject

Public Types

enum  SectionType { kLiveSection = 0x1 , k2dSection = 0x2 , k3dSection = 0x4 }
 
enum  Geometry {
  kIntersectionBoundary = 0x1 , kIntersectionFill = 0x2 , kBackgroundGeometry = 0x4 , kForegroundGeometry = 0x8 ,
  kCurveTangencyLines = 0x10
}
 
enum  Generation {
  kSourceAllObjects = 0x1 , kSourceSelectedObjects = 0x2 , kDestinationNewBlock = 0x10 , kDestinationReplaceBlock = 0x20 ,
  kDestinationFile = 0x40
}
 
- Public Types inherited from OdGiDrawable
enum  SetAttributesFlags {
  kDrawableNone = 0 , kDrawableIsAnEntity = 1 , kDrawableUsesNesting = 2 , kDrawableIsCompoundObject = 4 ,
  kDrawableViewIndependentViewportDraw = 8 , kDrawableIsInvisible = 16 , kDrawableHasAttributes = 32 , kDrawableRegenTypeDependantGeometry = 64 ,
  kDrawableIsDimension = (kDrawableIsAnEntity + kDrawableIsCompoundObject + 128) , kDrawableRegenDraw = 256 , kDrawableStandardDisplaySingleLOD = 512 , kDrawableShadedDisplaySingleLOD = 1024 ,
  kDrawableViewDependentViewportDraw = 2048 , kDrawableBlockDependentViewportDraw = 4096 , kDrawableIsExternalReference = 8192 , kDrawableNotPlottable = 16384 ,
  kLastFlag = kDrawableNotPlottable
}
 
enum  DrawableType {
  kGeometry = 0 , kDistantLight = 1 , kPointLight = 2 , kSpotLight = 3 ,
  kAmbientLight , kSolidBackground , kGradientBackground , kImageBackground ,
  kGroundPlaneBackground , kViewport , kWebLight , kSkyBackground ,
  kImageBasedLightingBackground
}
 

Public Member Functions

 ODDB_DECLARE_MEMBERS (OdDbSectionSettings)
 
 OdDbSectionSettings ()
 
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (OdDbDxfFiler *pFiler) const
 
virtual OdResult subGetClassID (void *pClsid) const
 
void reset ()
 
void reset (OdDbSectionSettings::SectionType nSecType)
 
OdDbSectionSettings::SectionType currentSectionType () const
 
void setCurrentSectionType (OdDbSectionSettings::SectionType nSecType)
 
OdDbSectionSettings::Generation generationOptions (OdDbSectionSettings::SectionType nSecType) const
 
void setGenerationOptions (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Generation nOptions)
 
void getSourceObjects (OdDbSectionSettings::SectionType nSecType, OdDbObjectIdArray &ids) const
 
void setSourceObjects (OdDbSectionSettings::SectionType nSecType, const OdDbObjectIdArray &ids)
 
OdDbObjectId destinationBlock (OdDbSectionSettings::SectionType nSecType) const
 
void setDestinationBlock (OdDbSectionSettings::SectionType nSecType, const OdDbObjectId &id)
 
const OdString destinationFile (OdDbSectionSettings::SectionType nSecType) const
 
void setDestinationFile (OdDbSectionSettings::SectionType nSecType, const OdString &pszFileName)
 
bool visibility (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setVisibility (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, bool bVisible)
 
OdCmColor color (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setColor (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, const OdCmColor &color)
 
OdString layer (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setLayer (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, const OdString &pszLayer)
 
OdString linetype (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setLinetype (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, const OdString &pszLinetype)
 
double linetypeScale (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setLinetypeScale (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, double fScale)
 
OdString plotStyleName (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setPlotStyleName (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, const OdString &pszPlotStyleName)
 
OdDb::LineWeight lineWeight (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setLineWeight (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, OdDb::LineWeight nLineWeight)
 
int faceTransparency (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setFaceTransparency (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, int nTransparency)
 
int edgeTransparency (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setEdgeTransparency (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, int nTransparency)
 
bool hatchVisibility (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setHatchVisibility (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, bool bVisible)
 
void getHatchPattern (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, OdDbHatch::HatchPatternType &nPatternType, OdString &pszPatternName) const
 
void setHatchPattern (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, OdDbHatch::HatchPatternType nPatternType, const OdString &pszPatternName)
 
double hatchAngle (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setHatchAngle (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, double fAngle)
 
double hatchSpacing (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setHatchSpacing (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, double fSpacing)
 
double hatchScale (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setHatchScale (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, double fScale)
 
bool hiddenLine (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setHiddenLine (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, bool bHiddenLine)
 
bool divisionLines (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry) const
 
void setDivisionLines (OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, bool bShow)
 
- Public Member Functions inherited from OdDbObject
 ODDB_DECLARE_MEMBERS (OdDbObject)
 
 ~OdDbObject ()
 
void addRef ()
 
void release ()
 
long numRefs () const
 
OdDbObjectId objectId () const
 
OdDbHandle getDbHandle () const
 
OdDbHandle handle () const
 
OdDbObjectId ownerId () const
 
virtual void setOwnerId (OdDbObjectId ownerId)
 
OdDbDatabasedatabase () const
 
void createExtensionDictionary ()
 
OdDbObjectId extensionDictionary () const
 
bool releaseExtensionDictionary ()
 
OdDbXrecordPtr createXrecord (const OdString &xrecordName, OdDb::DuplicateRecordCloning style=OdDb::kDrcIgnore)
 
void upgradeOpen ()
 
void downgradeOpen ()
 
void cancel ()
 
virtual OdResult subOpen (OdDb::OpenMode mode)
 
virtual void subClose ()
 
OdResult erase (bool eraseIt=true)
 
virtual OdResult subErase (bool erasing)
 
void handOverTo (OdDbObject *pNewObject, bool keepXData=true, bool keepExtDict=true)
 
virtual void subHandOverTo (OdDbObject *pNewObject)
 
void swapIdWith (OdDbObjectId otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void subSwapIdWith (const OdDbObjectId &otherId, bool swapXdata=false, bool swapExtDict=false)
 
virtual void audit (OdDbAuditInfo *pAuditInfo)
 
void dwgIn (OdDbDwgFiler *pFiler)
 
void dwgOut (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual OdResult dxfInFields_R12 (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields_R12 (OdDbDxfFiler *pFiler) const
 
virtual OdDb::DuplicateRecordCloning mergeStyle () const
 
virtual OdResBufPtr xData (const OdString &regappName=OdString::kEmpty) const
 
virtual void setXData (const OdResBuf *pRb)
 
bool isEraseStatusToggled () const
 
bool isErased () const
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
bool isNotifyEnabled () const
 
bool isModified () const
 
bool isModifiedXData () const
 
bool isModifiedGraphics () const
 
bool isNewObject () const
 
bool isNotifying () const
 
bool isUndoing () const
 
bool isReallyClosing () const
 
bool isDBRO () const
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
void assertNotifyEnabled () const
 
void disableUndoRecording (bool disable)
 
bool isUndoRecordingDisabled () const
 
OdDbDwgFilerundoFiler ()
 
virtual void applyPartialUndo (OdDbDwgFiler *pUndoFiler, OdRxClass *pClassObj)
 
void addReactor (OdDbObjectReactor *pReactor) const
 
void removeReactor (OdDbObjectReactor *pReactor) const
 
virtual void addPersistentReactor (const OdDbObjectId &objId)
 
virtual void removePersistentReactor (const OdDbObjectId &objId)
 
bool hasPersistentReactor (const OdDbObjectId &objId) const
 
OdDbObjectIdArray getPersistentReactors () const
 
OdDbObjectReactorArray getTransientReactors () const
 
virtual void recvPropagateModify (const OdDbObject *pSubObj)
 
virtual void xmitPropagateModify () const
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr deepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdDbObjectPtr wblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary=true) const ODRX_SEALED
 
virtual void appendToOwner (OdDbIdPair &idPair, OdDbObject *pOwnerObject, OdDbIdMapping &ownerIdMap)
 
void setOdDbObjectIdsInFlux ()
 
bool isOdDbObjectIdsInFlux () const
 
virtual void copied (const OdDbObject *pObject, const OdDbObject *pNewObject)
 
virtual void erased (const OdDbObject *pObject, bool erasing=true)
 
virtual void goodbye (const OdDbObject *pObject)
 
virtual void openedForModify (const OdDbObject *pObject)
 
virtual void modified (const OdDbObject *pObject)
 
virtual void subObjModified (const OdDbObject *pObject, const OdDbObject *pSubObj)
 
virtual void modifyUndone (const OdDbObject *pObject)
 
virtual void modifiedXData (const OdDbObject *pObject)
 
virtual void unappended (const OdDbObject *pObject)
 
virtual void reappended (const OdDbObject *pObject)
 
bool isAProxy () const
 
virtual void objectClosed (const OdDbObjectId &objectId)
 
virtual void modifiedGraphics (const OdDbObject *pObject)
 
virtual void copyFrom (const OdRxObject *pSource)
 
bool hasSaveVersionOverride () const
 
void setHasSaveVersionOverride (bool hasSaveVersionOverride)
 
virtual OdDb::DwgVersion getObjectSaveVersion (const OdDbFiler *pFiler, OdDb::MaintReleaseVer *pMaintVer=0) const
 
virtual OdDbObjectPtr decomposeForSave (OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
virtual OdDbObjectPtr decomposeForSave (OdDb::SaveType format, OdDb::DwgVersion ver, OdDbObjectId &replaceId, bool &exchangeXData)
 
void convertForSave (OdDb::DwgVersion ver)
 
virtual void composeForLoad (OdDb::SaveType format, OdDb::DwgVersion version, OdDbAuditInfo *pAuditInfo)
 
virtual OdGiDrawabledrawable ()
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *pTraits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *pWd) const
 
virtual void subViewportDraw (OdGiViewportDraw *pVd) const
 
virtual bool isPersistent () const
 
virtual OdDbStub * id () const
 
ODRX_SEALED_VIRTUAL OdResult getClassID (void *pClsid) const ODRX_SEALED
 
void setGsNode (OdGsCache *pNode)
 
OdGsCachegsNode () const
 
void xDataTransformBy (const OdGeMatrix3d &xfm)
 
bool hasFields () const
 
OdDbObjectId getField (const OdString &fieldName) const
 
OdDbObjectPtr getField (const OdString &fieldName, OdDb::OpenMode mode) const
 
virtual OdDbObjectId setField (const OdString &fieldName, OdDbField *pField)
 
virtual OdResult removeField (OdDbObjectId fieldId)
 
virtual OdDbObjectId removeField (const OdString &fieldName)
 
OdDbObjectId getFieldDictionary () const
 
OdDbObjectPtr getFieldDictionary (OdDb::OpenMode mode) const
 
virtual OdRxClasssaveAsClass (OdRxClass *pClass) const
 
- Public Member Functions inherited from OdGiDrawable
 ODRX_DECLARE_MEMBERS (OdGiDrawable)
 
virtual DrawableType drawableType () const
 
ODRX_SEALED_VIRTUAL OdUInt32 setAttributes (OdGiDrawableTraits *pTraits) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL bool worldDraw (OdGiWorldDraw *pWd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL void viewportDraw (OdGiViewportDraw *pVd) const ODRX_SEALED
 
ODRX_SEALED_VIRTUAL OdUInt32 viewportDrawLogicalFlags (OdGiViewportDraw *pVd) const ODRX_SEALED
 
virtual OdResult getGeomExtents (OdGeExtents3d &extents) const
 
ODRX_SEALED_VIRTUAL OdUInt32 regenSupportFlags () const ODRX_SEALED
 
- Public Member Functions inherited from OdRxObject
 ODRX_HEAP_OPERATORS ()
 
 OdRxObject ()
 
virtual ~OdRxObject ()
 
virtual OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdDbObject
 OdDbObject ()
 
virtual OdDbObjectPtr subDeepClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
virtual OdDbObjectPtr subWblockClone (OdDbIdMapping &ownerIdMap, OdDbObject *pOwner, bool bPrimary) const
 
- Protected Member Functions inherited from OdGiDrawable
 OdGiDrawable ()
 
virtual OdUInt32 subViewportDrawLogicalFlags (OdGiViewportDraw *vd) const
 
virtual OdUInt32 subRegenSupportFlags () const
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

Detailed Description

<group OdDb_Classes>

Definition at line 195 of file DbSection.h.

Member Enumeration Documentation

◆ Generation

Enumerator
kSourceAllObjects 
kSourceSelectedObjects 
kDestinationNewBlock 
kDestinationReplaceBlock 
kDestinationFile 

Definition at line 214 of file DbSection.h.

◆ Geometry

Enumerator
kIntersectionBoundary 
kIntersectionFill 
kBackgroundGeometry 
kForegroundGeometry 
kCurveTangencyLines 

Definition at line 205 of file DbSection.h.

◆ SectionType

Enumerator
kLiveSection 
k2dSection 
k3dSection 

Definition at line 198 of file DbSection.h.

Constructor & Destructor Documentation

◆ OdDbSectionSettings()

OdDbSectionSettings::OdDbSectionSettings ( )

Member Function Documentation

◆ color()

OdCmColor OdDbSectionSettings::color ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ currentSectionType()

OdDbSectionSettings::SectionType OdDbSectionSettings::currentSectionType ( ) const

◆ destinationBlock()

OdDbObjectId OdDbSectionSettings::destinationBlock ( OdDbSectionSettings::SectionType  nSecType) const

◆ destinationFile()

const OdString OdDbSectionSettings::destinationFile ( OdDbSectionSettings::SectionType  nSecType) const

◆ divisionLines()

bool OdDbSectionSettings::divisionLines ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ dwgInFields()

virtual OdResult OdDbSectionSettings::dwgInFields ( OdDbDwgFiler pFiler)
virtual

Reads the .dwg file data of this object.

Parameters
pFiler[in] Filer object from which data are read.
Returns
Returns the filer status.

This function is called by dwgIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dwgInFields(pFiler) returned. 4) Call the OdDbDwgFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dwgOutFields()

virtual void OdDbSectionSettings::dwgOutFields ( OdDbDwgFiler pFiler) const
virtual

Writes the .dwg file data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are written.
Remarks

This function is called by dwgIn() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dwgOutFields(pFiler). 3) Call the OdDbDwgFiler(pFiler) methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ dxfInFields()

virtual OdResult OdDbSectionSettings::dxfInFields ( OdDbDxfFiler pFiler)
virtual

Reads the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer from which data are read.
Returns
Returns the filer status.

This function is called by dxfIn() to allow the object to read its data.

When overriding this function:

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dxfInFields(pFiler) returned. 4) Call the OdDbDxfFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Reimplemented from OdDbObject.

◆ dxfOutFields()

virtual void OdDbSectionSettings::dxfOutFields ( OdDbDxfFiler pFiler) const
virtual

Writes the DXF data of this object.

Parameters
pFiler[in] Pointer to the filer to which data are to be written.
Remarks

This function is called by dxfOut() to allow the object to write its data.

When overriding this function:

1) Call assertReadEnabled(). 2) Call the parent class's dxfOutFields(pFiler). 4) Use pFiler to call the OdDbDxfFiler methods to write each of the object's data items in the order they were written.

Reimplemented from OdDbObject.

◆ edgeTransparency()

int OdDbSectionSettings::edgeTransparency ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ faceTransparency()

int OdDbSectionSettings::faceTransparency ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ generationOptions()

OdDbSectionSettings::Generation OdDbSectionSettings::generationOptions ( OdDbSectionSettings::SectionType  nSecType) const

◆ getHatchPattern()

void OdDbSectionSettings::getHatchPattern ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
OdDbHatch::HatchPatternType nPatternType,
OdString pszPatternName 
) const

◆ getSourceObjects()

void OdDbSectionSettings::getSourceObjects ( OdDbSectionSettings::SectionType  nSecType,
OdDbObjectIdArray ids 
) const

◆ hatchAngle()

double OdDbSectionSettings::hatchAngle ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ hatchScale()

double OdDbSectionSettings::hatchScale ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ hatchSpacing()

double OdDbSectionSettings::hatchSpacing ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ hatchVisibility()

bool OdDbSectionSettings::hatchVisibility ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ hiddenLine()

bool OdDbSectionSettings::hiddenLine ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ layer()

OdString OdDbSectionSettings::layer ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ linetype()

OdString OdDbSectionSettings::linetype ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ linetypeScale()

double OdDbSectionSettings::linetypeScale ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ lineWeight()

OdDb::LineWeight OdDbSectionSettings::lineWeight ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ ODDB_DECLARE_MEMBERS()

OdDbSectionSettings::ODDB_DECLARE_MEMBERS ( OdDbSectionSettings  )

◆ plotStyleName()

OdString OdDbSectionSettings::plotStyleName ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

◆ reset() [1/2]

void OdDbSectionSettings::reset ( )

◆ reset() [2/2]

void OdDbSectionSettings::reset ( OdDbSectionSettings::SectionType  nSecType)

◆ setColor()

void OdDbSectionSettings::setColor ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
const OdCmColor color 
)

◆ setCurrentSectionType()

void OdDbSectionSettings::setCurrentSectionType ( OdDbSectionSettings::SectionType  nSecType)

◆ setDestinationBlock()

void OdDbSectionSettings::setDestinationBlock ( OdDbSectionSettings::SectionType  nSecType,
const OdDbObjectId id 
)

◆ setDestinationFile()

void OdDbSectionSettings::setDestinationFile ( OdDbSectionSettings::SectionType  nSecType,
const OdString pszFileName 
)

◆ setDivisionLines()

void OdDbSectionSettings::setDivisionLines ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
bool  bShow 
)

◆ setEdgeTransparency()

void OdDbSectionSettings::setEdgeTransparency ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
int  nTransparency 
)

◆ setFaceTransparency()

void OdDbSectionSettings::setFaceTransparency ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
int  nTransparency 
)

◆ setGenerationOptions()

void OdDbSectionSettings::setGenerationOptions ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Generation  nOptions 
)

◆ setHatchAngle()

void OdDbSectionSettings::setHatchAngle ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
double  fAngle 
)

◆ setHatchPattern()

void OdDbSectionSettings::setHatchPattern ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
OdDbHatch::HatchPatternType  nPatternType,
const OdString pszPatternName 
)

◆ setHatchScale()

void OdDbSectionSettings::setHatchScale ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
double  fScale 
)

◆ setHatchSpacing()

void OdDbSectionSettings::setHatchSpacing ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
double  fSpacing 
)

◆ setHatchVisibility()

void OdDbSectionSettings::setHatchVisibility ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
bool  bVisible 
)

◆ setHiddenLine()

void OdDbSectionSettings::setHiddenLine ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
bool  bHiddenLine 
)

◆ setLayer()

void OdDbSectionSettings::setLayer ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
const OdString pszLayer 
)

◆ setLinetype()

void OdDbSectionSettings::setLinetype ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
const OdString pszLinetype 
)

◆ setLinetypeScale()

void OdDbSectionSettings::setLinetypeScale ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
double  fScale 
)

◆ setLineWeight()

void OdDbSectionSettings::setLineWeight ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
OdDb::LineWeight  nLineWeight 
)

◆ setPlotStyleName()

void OdDbSectionSettings::setPlotStyleName ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
const OdString pszPlotStyleName 
)

◆ setSourceObjects()

void OdDbSectionSettings::setSourceObjects ( OdDbSectionSettings::SectionType  nSecType,
const OdDbObjectIdArray ids 
)

◆ setVisibility()

void OdDbSectionSettings::setVisibility ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry,
bool  bVisible 
)

◆ subGetClassID()

virtual OdResult OdDbSectionSettings::subGetClassID ( void pClsid) const
virtual

Reimplemented from OdDbObject.

◆ visibility()

bool OdDbSectionSettings::visibility ( OdDbSectionSettings::SectionType  nSecType,
OdDbSectionSettings::Geometry  nGeometry 
) const

The documentation for this class was generated from the following file: