CFx SDK Documentation  2023 SP0
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
AECDbDispPropsStairPlan Class Reference

#include <AECDbDispPropsStairPlan.h>

Inheritance diagram for AECDbDispPropsStairPlan:
AECDbDispProps AECDbDictRecord AECDbObject OdDbObject OdGiDrawable OdRxObject AECDbDispPropsStairPlanCommon AECDbDispPropsStairPlanOverlapping AECDbDispPropsStairPlan100 AECDbDispPropsStairPlan50

Classes

union  DispPropFlags
 DOM. More...
 

Public Types

enum  ShapeType { esStraight = 0 , esCurved = 1 }
 
enum  AppliedTo { eaEntireStair = 0 , eaCutPlaneParallel = 1 , eaCutPlaneOpposite = 2 }
 
enum  BreakMark { ebmNone = 0 , ebmCurved = 1 , ebmZigzag = 2 , ebmCustom = 3 }
 
enum  Justification { ejLeft = 0 , ejCenter = 1 , ejRight = 2 }
 
enum  Orientation { eoRightReading = 0 , eoParallel = 1 , eoForceHorizontal = 2 }
 
- 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

AECDispCompEntSubPtr GetRiserUpComp () const
 
AECDispCompEntSubPtr GetNosingUpComp () const
 
AECDispCompEntSubPtr GetPathUpComp () const
 
AECDispCompEntSubPtr GetOutlineUpComp () const
 
AECDispCompEntSubPtr GetRiserNumbersUpComp () const
 
AECDispCompEntSubPtr GetStringerUpComp () const
 
AECDispCompEntSubPtr GetStringerFacetsUpComp () const
 
AECDispCompEntSubPtr GetRiserDownComp () const
 
AECDispCompEntSubPtr GetNosingDownComp () const
 
AECDispCompEntSubPtr GetPathDownComp () const
 
AECDispCompEntSubPtr GetOutlineDownComp () const
 
AECDispCompEntSubPtr GetRiserNumbersDownComp () const
 
AECDispCompEntSubPtr GetStringerDownComp () const
 
AECDispCompEntSubPtr GetStringerFacetsDownComp () const
 
AECDispCompEntSubPtr GetRiserAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetNosingAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetPathAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetOutlineAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetRiserNumbersAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetStringerAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetStringerFacetsAboveCutPlaneComp () const
 
AECDispCompEntSubPtr GetWarningComp () const
 
double GetCutplaneElevation () const
 
void SetCutplaneElevation (double dElevation)
 
double GetCutplaneDistance () const
 
void SetCutplaneDistance (double dDistance)
 
double GetCutplaneAngle () const
 
void SetCutplaneAngle (double dAngle)
 
bool IsOverrideCutPlane () const
 
void SetIsOverrideCutPlane (bool bOverride)
 
bool IsShowEntireStairDown () const
 
void SetIsShowEntireStairDown (bool bDown)
 
double GetArrowSize () const
 
void SetArrowSize (double dSize)
 
double GetArrowOffset () const
 
void SetArrowOffset (double dOffset)
 
BreakMark GetBreakMarkType () const
 
void SetBreakMarkType (BreakMark eType)
 
OdDbObjectId GetBreakMarkBlock () const
 
void SetBreakMarkBlock (OdDbObjectId blockId)
 
ShapeType GetPathShape () const
 
void SetPathShape (ShapeType eType)
 
AppliedTo GetPathAppliedTo () const
 
void SetPathAppliedTo (AppliedTo eType)
 
bool IsGraphicsPath () const
 
void SetIsGraphicsPath (bool bUseGraphicsPath)
 
bool IsStairLineForEachFilight () const
 
void SetIsStairLineForEachFilight (bool bForEachFlight)
 
OdDbObjectId GetArrowDimStyle () const
 
void SetArrowDimStyle (const OdDbObjectId &idStyle)
 
OdDbObjectId GetTextStyle () const
 
void SetTextStyle (const OdDbObjectId &idStyle)
 
double GetTextHeight () const
 
void SetTextHeight (double dTextHeight)
 
const OdGeVector2dGetTextOffset () const
 
void SetTextOffset (const OdGeVector2d &vVector)
 
bool IsNumberFinalRiser () const
 
void SetIsNumberFinalRiser (bool bNumber)
 
OdInt16 GetFirstRiserNumber () const
 
void SetFirstRiserNumber (OdInt16 iNmber)
 
OdDbMText::AttachmentPoint GetTextAlignment () const
 
void SetTextAlignment (OdDbMText::AttachmentPoint eAlignment)
 
Justification GetTextJustification () const
 
void SetTextJustification (Justification eJustification)
 
Orientation GetTextOrientation () const
 
void SetTextOrientation (Orientation eOrientation)
 
double GetCutLineExtension ()
 
void SetCutLineExtension (double dExt)
 
bool DisplayRampArrows () const
 
void SetDisplayRampArrows (bool bDisplay)
 
bool ArrowSizeFromDimStyleOnly () const
 
void SetArrowSizeFromDimStyleOnly (bool sizeFromStyle)
 
virtual void SetDbProperties (const OdDbDatabase *pDb)
 DOM. More...
 
- Public Member Functions inherited from AECDbDispProps
virtual void subClose ()
 
- Public Member Functions inherited from AECDbDictRecord
const OdStringGetDictRecordDescription () const
 
void SetDictRecordDescription (const OdString &strDescription)
 
AECClassificationArraySubPtr GetClassificationArray () const
 
OdString GetName () const
 
- Public Member Functions inherited from AECDbObject
virtual OdResult dwgInFields (OdDbDwgFiler *pFiler)
 
virtual void dwgOutFields (OdDbDwgFiler *pFiler) const
 
virtual void dxfOut (OdDbDxfFiler *pFiler) const
 
virtual void audit (OdDbAuditInfo *pAuditInfo)
 
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
OdUInt32 GetOverrideCount () const
 
AECOverrideSubPtr GetOverrideByIndex (OdUInt32 iIndex) const
 
AECImpArraySubPtr GetOverrides ()
 
OdDbObjectId GetCurrentDispProps (const OdDbObjectId &idDispRep)
 
OdDbObjectId OverrideDispProps (const OdDbObjectId &idDispRep, bool bCopyContents=true)
 
void RemoveDispProps (const OdDbObjectId &idDispRep)
 
- 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)
 
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)
 
void dwgIn (OdDbDwgFiler *pFiler)
 
void dwgOut (OdDbDwgFiler *pFiler) const
 
virtual OdResult dxfIn (OdDbDxfFiler *pFiler)
 
virtual OdResult dxfInFields (OdDbDxfFiler *pFiler)
 
virtual void dxfOutFields (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
 

Protected Attributes

AECImpArray m_aDispCompUp
 
AECImpArray m_aDispCompDown
 
double m_dCutPlaneElevation
 
double m_dCutPlaneDistance
 
double m_dCutPlaneAngle
 
double m_dArrowSize
 
double m_dArrowOffset
 
OdDbHardPointerId m_hpidArrowDimStyle
 
bool m_bStandartArrow
 
bool m_bStairLineDraw4EachFlight
 
ShapeType m_eStairLineShape
 
AppliedTo m_eStairLineAppliedTo
 
BreakMark m_eBreakMarkType
 
OdDbHardPointerId m_hpidBreakMarkBlock
 
OdDbHardPointerId m_hpidTextStyle
 
double m_dTextHeight
 
OdGeVector2d m_vLocationOffset
 
OdInt16 m_iFirstRiserN
 
OdDbMText::AttachmentPoint m_eAlignment
 
Justification m_eJustification
 
Orientation m_eOrientation
 
DispPropFlags m_iFlags
 
AECImpArray m_aDispCompIndependent
 
AECImpArray m_aDispCompAboveCutPlane
 
double m_bCutLineExtension
 
bool m_bDisplayRampArrows
 
- Protected Attributes inherited from AECDbObject
AECImpObjPtr m_pImpObject
 
AECImpArrayPtr m_pOverrides
 
- Protected Attributes inherited from OdDbObject
OdDbObjectImplm_pImpl
 

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 OdResult subGetClassID (void *pClsid) const
 
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
 

Detailed Description

Display Properties for Stair Plan representation.

<group TA_API_Display_Properties>

Definition at line 37 of file AECDbDispPropsStairPlan.h.

Member Enumeration Documentation

◆ AppliedTo

Where to apply stair line.

Enumerator
eaEntireStair 
eaCutPlaneParallel 
eaCutPlaneOpposite 

Definition at line 56 of file AECDbDispPropsStairPlan.h.

◆ BreakMark

Type of Break Mark.

Enumerator
ebmNone 
ebmCurved 
ebmZigzag 
ebmCustom 

Definition at line 66 of file AECDbDispPropsStairPlan.h.

◆ Justification

Types of justification of the text numbering.

Enumerator
ejLeft 
ejCenter 
ejRight 

Definition at line 77 of file AECDbDispPropsStairPlan.h.

◆ Orientation

Types of orientation of the text numbering.

Enumerator
eoRightReading 
eoParallel 
eoForceHorizontal 

Definition at line 87 of file AECDbDispPropsStairPlan.h.

◆ ShapeType

Type of shape of the stair line.

Enumerator
esStraight 
esCurved 

Definition at line 47 of file AECDbDispPropsStairPlan.h.

Member Function Documentation

◆ ArrowSizeFromDimStyleOnly()

bool AECDbDispPropsStairPlan::ArrowSizeFromDimStyleOnly ( ) const

Flag: "Arrow size from dimension style only"

◆ DisplayRampArrows()

bool AECDbDispPropsStairPlan::DisplayRampArrows ( ) const

◆ GetArrowDimStyle()

OdDbObjectId AECDbDispPropsStairPlan::GetArrowDimStyle ( ) const

Returns dimension style for arrows used for path ends.

◆ GetArrowOffset()

double AECDbDispPropsStairPlan::GetArrowOffset ( ) const

Returns arrow offset.

◆ GetArrowSize()

double AECDbDispPropsStairPlan::GetArrowSize ( ) const

Returns arrow size.

◆ GetBreakMarkBlock()

OdDbObjectId AECDbDispPropsStairPlan::GetBreakMarkBlock ( ) const

Gets custom break mark block

◆ GetBreakMarkType()

BreakMark AECDbDispPropsStairPlan::GetBreakMarkType ( ) const

Returns break mark type.

◆ GetCutLineExtension()

double AECDbDispPropsStairPlan::GetCutLineExtension ( )

◆ GetCutplaneAngle()

double AECDbDispPropsStairPlan::GetCutplaneAngle ( ) const

Returns Cut Plane angle.

◆ GetCutplaneDistance()

double AECDbDispPropsStairPlan::GetCutplaneDistance ( ) const

Returns Cut Plane distance.

◆ GetCutplaneElevation()

double AECDbDispPropsStairPlan::GetCutplaneElevation ( ) const

Returns Cut Plane elevation.

◆ GetFirstRiserNumber()

OdInt16 AECDbDispPropsStairPlan::GetFirstRiserNumber ( ) const

Returns the first riser number.

◆ GetNosingAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetNosingAboveCutPlaneComp ( ) const

Returns Nosing Above Cut Plane component.

◆ GetNosingDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetNosingDownComp ( ) const

Returns Nosing Down component.

◆ GetNosingUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetNosingUpComp ( ) const

Returns Nosing Up component.

◆ GetOutlineAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetOutlineAboveCutPlaneComp ( ) const

Returns Outline Above Cut Plane component.

◆ GetOutlineDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetOutlineDownComp ( ) const

Returns Outline Down component.

◆ GetOutlineUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetOutlineUpComp ( ) const

Returns Outline Up component.

◆ GetPathAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetPathAboveCutPlaneComp ( ) const

Returns Path Above Cut Plane component.

◆ GetPathAppliedTo()

AppliedTo AECDbDispPropsStairPlan::GetPathAppliedTo ( ) const

Returns the type of path.

◆ GetPathDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetPathDownComp ( ) const

Returns Path Down component.

◆ GetPathShape()

ShapeType AECDbDispPropsStairPlan::GetPathShape ( ) const

Returns shape type of stair line.

◆ GetPathUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetPathUpComp ( ) const

Returns Path Up component.

◆ GetRiserAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserAboveCutPlaneComp ( ) const

Returns Riser Above Cut Plane component.

◆ GetRiserDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserDownComp ( ) const

Returns Riser Down component.

◆ GetRiserNumbersAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserNumbersAboveCutPlaneComp ( ) const

Returns Riser Number Above Cut Plane component.

◆ GetRiserNumbersDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserNumbersDownComp ( ) const

Returns Riser Number Down component.

◆ GetRiserNumbersUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserNumbersUpComp ( ) const

Returns Riser Number Up component.

◆ GetRiserUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetRiserUpComp ( ) const

Returns Riser Up component.

◆ GetStringerAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerAboveCutPlaneComp ( ) const

Returns Stringer Above Cut Plane component.

◆ GetStringerDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerDownComp ( ) const

Returns Stringer Down component.

◆ GetStringerFacetsAboveCutPlaneComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerFacetsAboveCutPlaneComp ( ) const

Returns Stringer Facets Above Cut Plane component.

◆ GetStringerFacetsDownComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerFacetsDownComp ( ) const

Returns Stringer Facets Down component.

◆ GetStringerFacetsUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerFacetsUpComp ( ) const

Returns Stringer Facets Up component.

◆ GetStringerUpComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetStringerUpComp ( ) const

Returns Stringer Up component.

◆ GetTextAlignment()

OdDbMText::AttachmentPoint AECDbDispPropsStairPlan::GetTextAlignment ( ) const

Returns text alignment.

◆ GetTextHeight()

double AECDbDispPropsStairPlan::GetTextHeight ( ) const

Returns text height for riser numbers.

◆ GetTextJustification()

Justification AECDbDispPropsStairPlan::GetTextJustification ( ) const

Returns text justification.

◆ GetTextOffset()

const OdGeVector2d& AECDbDispPropsStairPlan::GetTextOffset ( ) const

Returns text offset for riser numbers.

◆ GetTextOrientation()

Orientation AECDbDispPropsStairPlan::GetTextOrientation ( ) const

Returns text orientation.

◆ GetTextStyle()

OdDbObjectId AECDbDispPropsStairPlan::GetTextStyle ( ) const

Returns the Object ID of text style for riser numbers.

◆ GetWarningComp()

AECDispCompEntSubPtr AECDbDispPropsStairPlan::GetWarningComp ( ) const

Returns Warning component.

◆ IsGraphicsPath()

bool AECDbDispPropsStairPlan::IsGraphicsPath ( ) const

Returns whether graphics path is used.

◆ IsNumberFinalRiser()

bool AECDbDispPropsStairPlan::IsNumberFinalRiser ( ) const

Returns whether final riser is numbered.

◆ IsOverrideCutPlane()

bool AECDbDispPropsStairPlan::IsOverrideCutPlane ( ) const

Returns whether the cut plane of display configuration is overridden.

◆ IsShowEntireStairDown()

bool AECDbDispPropsStairPlan::IsShowEntireStairDown ( ) const

Returns whether entire stair is shown as "Down".

◆ IsStairLineForEachFilight()

bool AECDbDispPropsStairPlan::IsStairLineForEachFilight ( ) const

Returns whether stair line is drawn for each flight.

◆ SetArrowDimStyle()

void AECDbDispPropsStairPlan::SetArrowDimStyle ( const OdDbObjectId idStyle)

Sets dimension style for arrows used for path ends.

◆ SetArrowOffset()

void AECDbDispPropsStairPlan::SetArrowOffset ( double  dOffset)

Sets arrow offset.

◆ SetArrowSize()

void AECDbDispPropsStairPlan::SetArrowSize ( double  dSize)

Sets arrow size.

◆ SetArrowSizeFromDimStyleOnly()

void AECDbDispPropsStairPlan::SetArrowSizeFromDimStyleOnly ( bool  sizeFromStyle)

◆ SetBreakMarkBlock()

void AECDbDispPropsStairPlan::SetBreakMarkBlock ( OdDbObjectId  blockId)

Sets custom break mark block

◆ SetBreakMarkType()

void AECDbDispPropsStairPlan::SetBreakMarkType ( BreakMark  eType)

Sets break mark type.

◆ SetCutLineExtension()

void AECDbDispPropsStairPlan::SetCutLineExtension ( double  dExt)

◆ SetCutplaneAngle()

void AECDbDispPropsStairPlan::SetCutplaneAngle ( double  dAngle)

Sets Cut Plane angle.

◆ SetCutplaneDistance()

void AECDbDispPropsStairPlan::SetCutplaneDistance ( double  dDistance)

Sets Cut Plane distance.

◆ SetCutplaneElevation()

void AECDbDispPropsStairPlan::SetCutplaneElevation ( double  dElevation)

Sets Cut Plane elevation.

◆ SetDbProperties()

virtual void AECDbDispPropsStairPlan::SetDbProperties ( const OdDbDatabase pDb)
virtual

DOM.

Reimplemented from AECDbDispProps.

Reimplemented in AECDbDispPropsStairPlanOverlapping.

◆ SetDisplayRampArrows()

void AECDbDispPropsStairPlan::SetDisplayRampArrows ( bool  bDisplay)

◆ SetFirstRiserNumber()

void AECDbDispPropsStairPlan::SetFirstRiserNumber ( OdInt16  iNmber)

Sets the first riser number.

◆ SetIsGraphicsPath()

void AECDbDispPropsStairPlan::SetIsGraphicsPath ( bool  bUseGraphicsPath)

Sets whether graphics path is used.

◆ SetIsNumberFinalRiser()

void AECDbDispPropsStairPlan::SetIsNumberFinalRiser ( bool  bNumber)

Sets whether final riser is numbered.

◆ SetIsOverrideCutPlane()

void AECDbDispPropsStairPlan::SetIsOverrideCutPlane ( bool  bOverride)

Sets whether the cut plane of display configuration is overridden.

◆ SetIsShowEntireStairDown()

void AECDbDispPropsStairPlan::SetIsShowEntireStairDown ( bool  bDown)

Sets whether entire stair is shown as "Down".

◆ SetIsStairLineForEachFilight()

void AECDbDispPropsStairPlan::SetIsStairLineForEachFilight ( bool  bForEachFlight)

Sets whether stair line is drawn for each flight.

◆ SetPathAppliedTo()

void AECDbDispPropsStairPlan::SetPathAppliedTo ( AppliedTo  eType)

Sets the type of path.

◆ SetPathShape()

void AECDbDispPropsStairPlan::SetPathShape ( ShapeType  eType)

Sets shape type of stair line.

◆ SetTextAlignment()

void AECDbDispPropsStairPlan::SetTextAlignment ( OdDbMText::AttachmentPoint  eAlignment)

Sets text alignment.

◆ SetTextHeight()

void AECDbDispPropsStairPlan::SetTextHeight ( double  dTextHeight)

Sets text height for riser numbers.

◆ SetTextJustification()

void AECDbDispPropsStairPlan::SetTextJustification ( Justification  eJustification)

Sets text justification.

◆ SetTextOffset()

void AECDbDispPropsStairPlan::SetTextOffset ( const OdGeVector2d vVector)

Sets text offset for riser numbers.

◆ SetTextOrientation()

void AECDbDispPropsStairPlan::SetTextOrientation ( Orientation  eOrientation)

Sets text orientation.

◆ SetTextStyle()

void AECDbDispPropsStairPlan::SetTextStyle ( const OdDbObjectId idStyle)

Sets the Object ID of text style for riser numbers.

Member Data Documentation

◆ m_aDispCompAboveCutPlane

AECImpArray AECDbDispPropsStairPlan::m_aDispCompAboveCutPlane
protected

Definition at line 549 of file AECDbDispPropsStairPlan.h.

◆ m_aDispCompDown

AECImpArray AECDbDispPropsStairPlan::m_aDispCompDown
protected

Definition at line 481 of file AECDbDispPropsStairPlan.h.

◆ m_aDispCompIndependent

AECImpArray AECDbDispPropsStairPlan::m_aDispCompIndependent
protected

Definition at line 546 of file AECDbDispPropsStairPlan.h.

◆ m_aDispCompUp

AECImpArray AECDbDispPropsStairPlan::m_aDispCompUp
protected

Definition at line 478 of file AECDbDispPropsStairPlan.h.

◆ m_bCutLineExtension

double AECDbDispPropsStairPlan::m_bCutLineExtension
protected

Definition at line 552 of file AECDbDispPropsStairPlan.h.

◆ m_bDisplayRampArrows

bool AECDbDispPropsStairPlan::m_bDisplayRampArrows
protected

Definition at line 555 of file AECDbDispPropsStairPlan.h.

◆ m_bStairLineDraw4EachFlight

bool AECDbDispPropsStairPlan::m_bStairLineDraw4EachFlight
protected

Definition at line 505 of file AECDbDispPropsStairPlan.h.

◆ m_bStandartArrow

bool AECDbDispPropsStairPlan::m_bStandartArrow
protected

Definition at line 502 of file AECDbDispPropsStairPlan.h.

◆ m_dArrowOffset

double AECDbDispPropsStairPlan::m_dArrowOffset
protected

Definition at line 496 of file AECDbDispPropsStairPlan.h.

◆ m_dArrowSize

double AECDbDispPropsStairPlan::m_dArrowSize
protected

Definition at line 493 of file AECDbDispPropsStairPlan.h.

◆ m_dCutPlaneAngle

double AECDbDispPropsStairPlan::m_dCutPlaneAngle
protected

Definition at line 490 of file AECDbDispPropsStairPlan.h.

◆ m_dCutPlaneDistance

double AECDbDispPropsStairPlan::m_dCutPlaneDistance
protected

Definition at line 487 of file AECDbDispPropsStairPlan.h.

◆ m_dCutPlaneElevation

double AECDbDispPropsStairPlan::m_dCutPlaneElevation
protected

Definition at line 484 of file AECDbDispPropsStairPlan.h.

◆ m_dTextHeight

double AECDbDispPropsStairPlan::m_dTextHeight
protected

Definition at line 525 of file AECDbDispPropsStairPlan.h.

◆ m_eAlignment

OdDbMText::AttachmentPoint AECDbDispPropsStairPlan::m_eAlignment
protected

Definition at line 534 of file AECDbDispPropsStairPlan.h.

◆ m_eBreakMarkType

BreakMark AECDbDispPropsStairPlan::m_eBreakMarkType
protected

Definition at line 514 of file AECDbDispPropsStairPlan.h.

◆ m_eJustification

Justification AECDbDispPropsStairPlan::m_eJustification
protected

Definition at line 537 of file AECDbDispPropsStairPlan.h.

◆ m_eOrientation

Orientation AECDbDispPropsStairPlan::m_eOrientation
protected

Definition at line 540 of file AECDbDispPropsStairPlan.h.

◆ m_eStairLineAppliedTo

AppliedTo AECDbDispPropsStairPlan::m_eStairLineAppliedTo
protected

Definition at line 511 of file AECDbDispPropsStairPlan.h.

◆ m_eStairLineShape

ShapeType AECDbDispPropsStairPlan::m_eStairLineShape
protected

Definition at line 508 of file AECDbDispPropsStairPlan.h.

◆ m_hpidArrowDimStyle

OdDbHardPointerId AECDbDispPropsStairPlan::m_hpidArrowDimStyle
protected

Definition at line 499 of file AECDbDispPropsStairPlan.h.

◆ m_hpidBreakMarkBlock

OdDbHardPointerId AECDbDispPropsStairPlan::m_hpidBreakMarkBlock
protected

Definition at line 517 of file AECDbDispPropsStairPlan.h.

◆ m_hpidTextStyle

OdDbHardPointerId AECDbDispPropsStairPlan::m_hpidTextStyle
protected

Definition at line 522 of file AECDbDispPropsStairPlan.h.

◆ m_iFirstRiserN

OdInt16 AECDbDispPropsStairPlan::m_iFirstRiserN
protected

Definition at line 531 of file AECDbDispPropsStairPlan.h.

◆ m_iFlags

DispPropFlags AECDbDispPropsStairPlan::m_iFlags
protected

Definition at line 543 of file AECDbDispPropsStairPlan.h.

◆ m_vLocationOffset

OdGeVector2d AECDbDispPropsStairPlan::m_vLocationOffset
protected

Definition at line 528 of file AECDbDispPropsStairPlan.h.


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