CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdDbViewInitParams Class Reference

#include <DbViewRepInitParams.h>

Public Member Functions

 OdDbViewInitParams ()
 
void applyToViewSymbol (OdDbViewSymbol &symbol) const
 
void applyToDetailSymbol (OdDbDetailSymbol &symbol) const
 
void applyToSectionSymbol (OdDbSectionSymbol &symbol) const
 
OdDbViewRep::ViewOrientType viewOrientType () const
 
void setViewOrientType (OdDbViewRep::ViewOrientType type)
 
const OdGePoint3dcenter () const
 
void setCenter (const OdGePoint3d &pt)
 
double scale () const
 
void setScale (double scale)
 
OdDbObjectId scaleId () const
 
void setScaleId (const OdDbObjectId &scaleId)
 
void setScale (const OdDbObjectId &scaleId, double scale)
 
bool inheritScale () const
 
void setInheritScale (bool inherit)
 
bool inheritStyle () const
 
void setInheritStyle (bool inherit)
 
bool inheritSection () const
 
void setInheritSection (bool inherit)
 
bool showInterferenceEdges () const
 
void setShowInterferenceEdges (bool visibility)
 
bool showTangentEdges () const
 
void setShowTangentEdges (bool visibility)
 
bool tangentEdgesForeshortened () const
 
void setTangentEdgesForeshortened (bool foreshortened)
 
bool labelVisibility () const
 
void setLabelVisibility (bool visibility)
 
bool sectionMethodAligned () const
 
void setSectionMethodAligned (bool bMethodAligned)
 
const OdGePoint3dtarget () const
 
void setTarget (const OdGePoint3d &target)
 
const OdGePoint3deye () const
 
void setEye (const OdGePoint3d &eye)
 
const OdGeVector3dupVec () const
 
void setUpVec (const OdGeVector3d &up)
 
OdDbViewRep::ViewType viewType () const
 
void setViewType (OdDbViewRep::ViewType type)
 
OdDbViewRep::ViewStyleType viewStyleType () const
 
void setViewStyleType (OdDbViewRep::ViewStyleType type)
 
bool isShaded () const
 
void setIsShaded (bool value)
 
OdString labelIdentifier () const
 
void setLabelIdentifier (const OdString &identifier)
 
const OdDbObjectIdArrayselSetEntities () const
 
void setSelSetEntities (const OdDbObjectIdArray &selectedIds)
 
OdDbObjectId parentViewRepId () const
 
void setParentViewRepId (OdDbObjectId idParent)
 
OdDbDetailSymbol::BoundaryType boundaryType () const
 
void setBoundaryType (OdDbDetailSymbol::BoundaryType type)
 
OdDbDetailViewStyle::ModelEdge detailViewModelEdgeType () const
 
void setDetailViewModelEdgeType (OdDbDetailViewStyle::ModelEdge type)
 
OdDbViewRepSectionDefinition::ESectionConstrainTo constrainTo () const
 
bool isConstrainToLastSegment () const
 
void setConstrainTo (OdDbViewRepSectionDefinition::ESectionConstrainTo constrain)
 
void setConstrainToFirstSegment ()
 
void setConstrainToLastSegment ()
 

Detailed Description

Corresponding C++ library: AcModelDocObj <group OdModelDocObj_Classes>

Definition at line 39 of file DbViewRepInitParams.h.

Constructor & Destructor Documentation

◆ OdDbViewInitParams()

OdDbViewInitParams::OdDbViewInitParams ( )
inline

Definition at line 41 of file DbViewRepInitParams.h.

Member Function Documentation

◆ applyToDetailSymbol()

void OdDbViewInitParams::applyToDetailSymbol ( OdDbDetailSymbol & symbol) const
inline

Definition at line 59 of file DbViewRepInitParams.h.

◆ applyToSectionSymbol()

void OdDbViewInitParams::applyToSectionSymbol ( OdDbSectionSymbol & symbol) const
inline

Definition at line 72 of file DbViewRepInitParams.h.

◆ applyToViewSymbol()

void OdDbViewInitParams::applyToViewSymbol ( OdDbViewSymbol & symbol) const
inline

Definition at line 53 of file DbViewRepInitParams.h.

◆ boundaryType()

OdDbDetailSymbol::BoundaryType OdDbViewInitParams::boundaryType ( ) const
inline

Definition at line 142 of file DbViewRepInitParams.h.

◆ center()

const OdGePoint3d & OdDbViewInitParams::center ( ) const
inline

Definition at line 80 of file DbViewRepInitParams.h.

◆ constrainTo()

OdDbViewRepSectionDefinition::ESectionConstrainTo OdDbViewInitParams::constrainTo ( ) const
inline

Definition at line 148 of file DbViewRepInitParams.h.

◆ detailViewModelEdgeType()

OdDbDetailViewStyle::ModelEdge OdDbViewInitParams::detailViewModelEdgeType ( ) const
inline

Definition at line 145 of file DbViewRepInitParams.h.

◆ eye()

const OdGePoint3d & OdDbViewInitParams::eye ( ) const
inline

Definition at line 118 of file DbViewRepInitParams.h.

◆ inheritScale()

bool OdDbViewInitParams::inheritScale ( ) const
inline

Definition at line 91 of file DbViewRepInitParams.h.

◆ inheritSection()

bool OdDbViewInitParams::inheritSection ( ) const
inline

Definition at line 97 of file DbViewRepInitParams.h.

◆ inheritStyle()

bool OdDbViewInitParams::inheritStyle ( ) const
inline

Definition at line 94 of file DbViewRepInitParams.h.

◆ isConstrainToLastSegment()

bool OdDbViewInitParams::isConstrainToLastSegment ( ) const
inline

Definition at line 149 of file DbViewRepInitParams.h.

◆ isShaded()

bool OdDbViewInitParams::isShaded ( ) const
inline

Definition at line 130 of file DbViewRepInitParams.h.

◆ labelIdentifier()

OdString OdDbViewInitParams::labelIdentifier ( ) const
inline

Definition at line 133 of file DbViewRepInitParams.h.

◆ labelVisibility()

bool OdDbViewInitParams::labelVisibility ( ) const
inline

Definition at line 109 of file DbViewRepInitParams.h.

◆ parentViewRepId()

OdDbObjectId OdDbViewInitParams::parentViewRepId ( ) const
inline

Definition at line 139 of file DbViewRepInitParams.h.

◆ scale()

double OdDbViewInitParams::scale ( ) const
inline

Definition at line 83 of file DbViewRepInitParams.h.

◆ scaleId()

OdDbObjectId OdDbViewInitParams::scaleId ( ) const
inline

Definition at line 86 of file DbViewRepInitParams.h.

◆ sectionMethodAligned()

bool OdDbViewInitParams::sectionMethodAligned ( ) const
inline

Definition at line 112 of file DbViewRepInitParams.h.

◆ selSetEntities()

const OdDbObjectIdArray & OdDbViewInitParams::selSetEntities ( ) const
inline

Definition at line 136 of file DbViewRepInitParams.h.

◆ setBoundaryType()

void OdDbViewInitParams::setBoundaryType ( OdDbDetailSymbol::BoundaryType type)
inline

Definition at line 143 of file DbViewRepInitParams.h.

◆ setCenter()

void OdDbViewInitParams::setCenter ( const OdGePoint3d & pt)
inline

Definition at line 81 of file DbViewRepInitParams.h.

◆ setConstrainTo()

void OdDbViewInitParams::setConstrainTo ( OdDbViewRepSectionDefinition::ESectionConstrainTo constrain)
inline

Definition at line 150 of file DbViewRepInitParams.h.

◆ setConstrainToFirstSegment()

void OdDbViewInitParams::setConstrainToFirstSegment ( )
inline

Definition at line 151 of file DbViewRepInitParams.h.

◆ setConstrainToLastSegment()

void OdDbViewInitParams::setConstrainToLastSegment ( )
inline

Definition at line 152 of file DbViewRepInitParams.h.

◆ setDetailViewModelEdgeType()

void OdDbViewInitParams::setDetailViewModelEdgeType ( OdDbDetailViewStyle::ModelEdge type)
inline

Definition at line 146 of file DbViewRepInitParams.h.

◆ setEye()

void OdDbViewInitParams::setEye ( const OdGePoint3d & eye)
inline

Definition at line 119 of file DbViewRepInitParams.h.

◆ setInheritScale()

void OdDbViewInitParams::setInheritScale ( bool inherit)
inline

Definition at line 92 of file DbViewRepInitParams.h.

◆ setInheritSection()

void OdDbViewInitParams::setInheritSection ( bool inherit)
inline

Definition at line 98 of file DbViewRepInitParams.h.

◆ setInheritStyle()

void OdDbViewInitParams::setInheritStyle ( bool inherit)
inline

Definition at line 95 of file DbViewRepInitParams.h.

◆ setIsShaded()

void OdDbViewInitParams::setIsShaded ( bool value)
inline

Definition at line 131 of file DbViewRepInitParams.h.

◆ setLabelIdentifier()

void OdDbViewInitParams::setLabelIdentifier ( const OdString & identifier)
inline

Definition at line 134 of file DbViewRepInitParams.h.

◆ setLabelVisibility()

void OdDbViewInitParams::setLabelVisibility ( bool visibility)
inline

Definition at line 110 of file DbViewRepInitParams.h.

◆ setParentViewRepId()

void OdDbViewInitParams::setParentViewRepId ( OdDbObjectId idParent)
inline

Definition at line 140 of file DbViewRepInitParams.h.

◆ setScale() [1/2]

void OdDbViewInitParams::setScale ( const OdDbObjectId & scaleId,
double scale )
inline

Definition at line 89 of file DbViewRepInitParams.h.

◆ setScale() [2/2]

void OdDbViewInitParams::setScale ( double scale)
inline

Definition at line 84 of file DbViewRepInitParams.h.

◆ setScaleId()

void OdDbViewInitParams::setScaleId ( const OdDbObjectId & scaleId)
inline

Definition at line 87 of file DbViewRepInitParams.h.

◆ setSectionMethodAligned()

void OdDbViewInitParams::setSectionMethodAligned ( bool bMethodAligned)
inline

Definition at line 113 of file DbViewRepInitParams.h.

◆ setSelSetEntities()

void OdDbViewInitParams::setSelSetEntities ( const OdDbObjectIdArray & selectedIds)
inline

Definition at line 137 of file DbViewRepInitParams.h.

◆ setShowInterferenceEdges()

void OdDbViewInitParams::setShowInterferenceEdges ( bool visibility)
inline

Definition at line 101 of file DbViewRepInitParams.h.

◆ setShowTangentEdges()

void OdDbViewInitParams::setShowTangentEdges ( bool visibility)
inline

Definition at line 104 of file DbViewRepInitParams.h.

◆ setTangentEdgesForeshortened()

void OdDbViewInitParams::setTangentEdgesForeshortened ( bool foreshortened)
inline

Definition at line 107 of file DbViewRepInitParams.h.

◆ setTarget()

void OdDbViewInitParams::setTarget ( const OdGePoint3d & target)
inline

Definition at line 116 of file DbViewRepInitParams.h.

◆ setUpVec()

void OdDbViewInitParams::setUpVec ( const OdGeVector3d & up)
inline

Definition at line 122 of file DbViewRepInitParams.h.

◆ setViewOrientType()

void OdDbViewInitParams::setViewOrientType ( OdDbViewRep::ViewOrientType type)
inline

Definition at line 78 of file DbViewRepInitParams.h.

◆ setViewStyleType()

void OdDbViewInitParams::setViewStyleType ( OdDbViewRep::ViewStyleType type)
inline

Definition at line 128 of file DbViewRepInitParams.h.

◆ setViewType()

void OdDbViewInitParams::setViewType ( OdDbViewRep::ViewType type)
inline

Definition at line 125 of file DbViewRepInitParams.h.

◆ showInterferenceEdges()

bool OdDbViewInitParams::showInterferenceEdges ( ) const
inline

Definition at line 100 of file DbViewRepInitParams.h.

◆ showTangentEdges()

bool OdDbViewInitParams::showTangentEdges ( ) const
inline

Definition at line 103 of file DbViewRepInitParams.h.

◆ tangentEdgesForeshortened()

bool OdDbViewInitParams::tangentEdgesForeshortened ( ) const
inline

Definition at line 106 of file DbViewRepInitParams.h.

◆ target()

const OdGePoint3d & OdDbViewInitParams::target ( ) const
inline

Definition at line 115 of file DbViewRepInitParams.h.

◆ upVec()

const OdGeVector3d & OdDbViewInitParams::upVec ( ) const
inline

Definition at line 121 of file DbViewRepInitParams.h.

◆ viewOrientType()

OdDbViewRep::ViewOrientType OdDbViewInitParams::viewOrientType ( ) const
inline

Definition at line 77 of file DbViewRepInitParams.h.

◆ viewStyleType()

OdDbViewRep::ViewStyleType OdDbViewInitParams::viewStyleType ( ) const
inline

Definition at line 127 of file DbViewRepInitParams.h.

◆ viewType()

OdDbViewRep::ViewType OdDbViewInitParams::viewType ( ) const
inline

Definition at line 124 of file DbViewRepInitParams.h.


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