|
CFx SDK Documentation 2026 SP0
|
#include <GsLayerNode.h>
Public Member Functions | |
| OdGiLayerTraitsTakerView (OdGsViewImpl &view, const OdGiLayerTraitsTaker *pInheritTaker=NULL) | |
| OdGiViewport & | viewport () const |
| OdUInt32 | sequenceNumber () const |
| bool | isValidId (const OdUInt32 acgiId) const |
| OdDbStub * | viewportObjectId () const |
| virtual OdGeMatrix3d | getModelToEyeTransform () const |
| virtual OdGeMatrix3d | getEyeToModelTransform () const |
| virtual OdGeMatrix3d | getWorldToEyeTransform () const |
| virtual OdGeMatrix3d | getEyeToWorldTransform () const |
| virtual bool | isPerspective () const |
| virtual bool | doPerspective (OdGePoint3d &pt) const |
| virtual bool | doInversePerspective (OdGePoint3d &pt) const |
| virtual void | getNumPixelsInUnitSquare (const OdGePoint3d &pt, OdGePoint2d &pixelDensity, bool bUsePerspective=true) const |
| virtual OdGePoint3d | getCameraLocation () const |
| virtual OdGePoint3d | getCameraTarget () const |
| virtual OdGeVector3d | getCameraUpVector () const |
| virtual OdGeVector3d | viewDir () const |
| virtual OdUInt32 | viewportId () const |
| virtual OdInt16 | acadWindowId () const |
| virtual void | getViewportDcCorners (OdGePoint2d &lowerLeft, OdGePoint2d &upperRight) const |
| virtual bool | getFrontAndBackClipValues (bool &clipFront, bool &clipBack, double &front, double &back) const |
| virtual double | linetypeScaleMultiplier () const |
| virtual double | linetypeGenerationCriteria () const |
| virtual bool | layerVisible (OdDbStub *layerId) const |
| virtual void | addRef () override |
| virtual void | release () ODRX_NOEXCEPT override |
| virtual double | deviation (const OdGiDeviationType type, const OdGePoint3d &pt) const |
| virtual OdUInt32 | numberOfIsolines () const |
| virtual OdGiRegenType | regenType () const |
| virtual bool | regenAbort () const |
| virtual OdGiContext * | context () const |
Public Member Functions inherited from OdGiLayerTraitsTaker | |
| OdGiLayerTraitsTaker () | |
| OdGiLayerTraitsTaker (const OdGiBaseVectorizer *pRefView, OdGiContext *pContext=NULL) | |
| void | setRefView (const OdGiBaseVectorizer *pRefView) |
| void | reset (const OdGiLayerTraitsData <Data=OdGiLayerTraitsData()) |
| OdDb::LineWeight | lineweight () const |
| OdDbStub * | linetype () const |
| OdDb::PlotStyleNameType | plotStyleNameType () const |
| OdDbStub * | plotStyleNameId () const |
| OdDbStub * | materialId () const |
| void | setColor (const OdCmEntityColor &color) |
| void | setLineweight (OdDb::LineWeight lineweight) |
| void | setLinetype (OdDbStub *pLinetypeId) |
| void | setPlotStyleName (OdDb::PlotStyleNameType plotStyleNameType, OdDbStub *pPlotStyleNameId=0) |
| bool | isOff () const |
| void | setOff (bool bVal) |
| bool | isPlottable () const |
| void | setPlottable (bool bVal) |
| bool | isLocked () const |
| void | setLocked (bool bVal) |
| OdCmEntityColor | trueColor () const |
| OdDbStub * | layer () const |
| OdDbStub * | lineType () const |
| OdGiFillType | fillType () const |
| OdDb::LineWeight | lineWeight () const |
| double | lineTypeScale () const |
| double | thickness () const |
| OdDbStub * | material () const |
| const OdGiMapper * | mapper () const |
| OdDbStub * | visualStyle () const |
| OdCmTransparency | transparency () const |
| OdUInt32 | drawFlags () const |
| bool | selectionGeom () const |
| ShadowFlags | shadowFlags () const |
| bool | sectionable () const |
| SelectionFlags | selectionFlags () const |
| void | setTrueColor (const OdCmEntityColor &color) |
| void | setColor (OdUInt16 color) |
| void | setLineType (OdDbStub *lineTypeId) |
| void | setLineWeight (OdDb::LineWeight lineWeight) |
| void | setMaterial (OdDbStub *pMaterialId) |
| void | setTransparency (const OdCmTransparency &transparency) |
| OdCmEntityColor | secondaryTrueColor () const |
| const OdGiDgLinetypeModifiers * | lineStyleModifiers () const |
| const OdGiFill * | fill () const |
| OdGiSubEntityTraits & | subEntityTraits () const |
| OdGiGeometry & | rawGeometry () const |
| bool | isDragging () const |
| void | setContext (OdGiContext *pContext) |
| OdGeMatrix3d | getModelToWorldTransform () const |
| OdGeMatrix3d | getWorldToModelTransform () const |
| virtual OdGiAuxiliaryDataPtr | auxData () const |
| virtual void | setAuxData (const OdGiAuxiliaryDataPtr &pAuxData) |
Public Member Functions inherited from OdGiLayerTraits | |
| ODRX_DECLARE_MEMBERS (OdGiLayerTraits) | |
Public Member Functions inherited from OdGiDrawableTraits | |
| ODRX_DECLARE_MEMBERS (OdGiDrawableTraits) | |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Public Member Functions inherited from OdGiDummyWorldGeometry< OdGiWorldDraw_ > | |
| virtual void | setExtents (const OdGePoint3d *newExtents) |
| virtual void | startAttributesSegment () |
Public Member Functions inherited from OdGiDummyGeometry< OdGiWorldDraw_ > | |
| void | circle (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal) |
| void | circle (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint) |
| void | circularArc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d &startVector, double sweepAngle, OdGiArcType arcType=kOdGiArcSimple) |
| void | circularArc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint, OdGiArcType arcType=kOdGiArcSimple) |
| void | polyline (OdInt32 numVertices, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal=0, OdGsMarker baseSubEntMarker=-1) |
| void | polygon (OdInt32 numVertices, const OdGePoint3d *vertexList) |
| void | polygon (OdInt32 numVertices, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal) |
| void | pline (const OdGiPolyline &polylPine, OdUInt32 fromIndex=0, OdUInt32 numSegs=0) |
| void | shape (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, int shapeNumber, const OdGiTextStyle *pTextStyle) |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, double height, double width, double oblique, const OdString &msg) |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, const OdChar *msg, OdInt32 length, bool raw, const OdGiTextStyle *pTextStyle) |
| void | xline (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint) |
| void | ray (const OdGePoint3d &basePoint, const OdGePoint3d &throughPoint) |
| void | nurbs (const OdGeNurbCurve3d &nurbsCurve) |
| void | ellipArc (const OdGeEllipArc3d &ellipArc, const OdGePoint3d *endPointsOverrides=0, OdGiArcType arcType=kOdGiArcSimple) |
| void | mesh (OdInt32 numRows, OdInt32 numColumns, const OdGePoint3d *vertexList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| void | shell (OdInt32 numVertices, const OdGePoint3d *vertexList, OdInt32 faceListSize, const OdInt32 *faceList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| void | worldLine (const OdGePoint3d points[2]) |
| void | image (const OdGiImageBGRA32 &img, const OdGePoint3d &origin, const OdGeVector3d &uVec, const OdGeVector3d &vVec, OdGiRasterImage::TransparencyMode trpMode=OdGiRasterImage::kTransparency8Bit) |
| virtual void | edge (const OdGiEdge2dArray &edges) |
| void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdCmTransparency *pTransparency, const OdGeVector3d *pNormals, const OdGsMarker *pSubEntMarkers, OdInt32 nPointSize) |
| virtual void | polyPolygon (OdUInt32 numIndices, const OdUInt32 *pNumPositions, const OdGePoint3d *pPositions, const OdUInt32 *pNumPoints, const OdGePoint3d *pPoints, const OdCmEntityColor *pOutlineColors=NULL, const OdUInt32 *pOutlinePsLinetypes=NULL, const OdCmEntityColor *pFillColors=NULL, const OdCmTransparency *pFillTransparencies=NULL) |
| void | rowOfDots (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
| void | pointCloud (const OdGiPointCloud &pCloud) |
| void | pushClipBoundary (OdGiClipBoundary *pBoundary) |
| void | popClipBoundary () |
| void | draw (const OdGiDrawable *pDrawable) |
| void | pushModelTransform (const OdGeMatrix3d &xMat) |
| void | pushModelTransform (const OdGeVector3d &normal) |
| void | popModelTransform () |
| bool | brep (const OdGiBrep &) |
Public Member Functions inherited from OdGiWorldDraw_ | |
| OdGiWorldGeometry & | geometry () const |
| const OdGiPathNode * | currentGiPath () const |
Public Member Functions inherited from OdGiWorldDraw | |
| ODRX_DECLARE_MEMBERS (OdGiWorldDraw) | |
Public Member Functions inherited from OdGiCommonDraw | |
| ODRX_DECLARE_MEMBERS (OdGiCommonDraw) | |
| virtual bool | displayModelerSilhouettes () const |
Public Member Functions inherited from OdGiWorldGeometry | |
| ODRX_DECLARE_MEMBERS (OdGiWorldGeometry) | |
Public Member Functions inherited from OdGiGeometry | |
| ODRX_DECLARE_MEMBERS (OdGiGeometry) | |
| virtual void | pushClipBoundary (OdGiClipBoundary *pBoundary, OdGiAbstractClipBoundary *pClipInfo) |
| ODRX_SEALED_VIRTUAL void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdGeVector3d *pNormals=NULL, const OdGsMarker *pSubEntMarkers=NULL) ODRX_FINAL |
| ODRX_SEALED_VIRTUAL void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdGeVector3d *pNormals=NULL, const OdGsMarker *pSubEntMarkers=NULL) ODRX_FINAL |
Public Member Functions inherited from OdGiWrapperViewportGeometry< OdGiViewportDraw_ > | |
| virtual void | polylineEye (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| virtual void | polygonEye (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| virtual void | polylineDc (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| virtual void | polygonDc (OdUInt32 numVertices, const OdGePoint3d *vertexList) |
| virtual void | rasterImageDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiRasterImage *pImage, const OdGePoint2d *uvBoundary, OdUInt32 numBoundPts, bool transparency=false, double brightness=50.0, double contrast=50.0, double fade=0.0) |
| virtual void | metafileDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiMetafile *pMetafile, bool dcAligned=true, bool allowClipping=false) |
| virtual void | ownerDrawDc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiSelfGdiDrawable *pDrawable, bool dcAligned=true, bool allowClipping=false) |
Public Member Functions inherited from OdGiWrapperGeometry< OdGiViewportDraw_ > | |
| virtual void | pline (const OdGiPolyline &p, OdUInt32 i, OdUInt32 n) |
| virtual void | pushModelTransform (const OdGeVector3d &vNormal) |
| virtual void | pushModelTransform (const OdGeMatrix3d &xMat) |
| virtual void | popModelTransform () |
| virtual void | circle (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal) |
| virtual void | circle (const OdGePoint3d &p1, const OdGePoint3d &p2, const OdGePoint3d &p3) |
| virtual void | circularArc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d &startVector, double sweepAngle, OdGiArcType arcType=kOdGiArcSimple) |
| virtual void | circularArc (const OdGePoint3d &start, const OdGePoint3d &point, const OdGePoint3d &end, OdGiArcType arcType=kOdGiArcSimple) |
| virtual void | polyline (OdInt32 nbPoints, const OdGePoint3d *pVertexList, const OdGeVector3d *pNormal=NULL, OdGsMarker lBaseSubEntMarker=-1) |
| virtual void | polygon (OdInt32 nbPoints, const OdGePoint3d *pVertexList) |
| virtual void | polygon (OdInt32 nbPoints, const OdGePoint3d *pVertexList, const OdGeVector3d *pNormal) |
| virtual void | mesh (OdInt32 rows, OdInt32 columns, const OdGePoint3d *pVertexList, const OdGiEdgeData *pEdgeData=NULL, const OdGiFaceData *pFaceData=NULL, const OdGiVertexData *pVertexData=NULL) |
| virtual void | shell (OdInt32 nbVertex, const OdGePoint3d *pVertexList, OdInt32 faceListSize, const OdInt32 *pFaceList, const OdGiEdgeData *pEdgeData=NULL, const OdGiFaceData *pFaceData=NULL, const OdGiVertexData *pVertexData=NULL) |
| virtual void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, double height, double width, double oblique, const OdString &msg) |
| virtual void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, const OdChar *msg, OdInt32 length, bool raw, const OdGiTextStyle *pTextStyle) |
| void | ray (const OdGePoint3d &first, const OdGePoint3d &second) |
| virtual void | nurbs (const OdGeNurbCurve3d &nurbs) |
| virtual void | xline (const OdGePoint3d &p1, const OdGePoint3d &p2) |
| virtual void | ellipArc (const OdGeEllipArc3d &arc, const OdGePoint3d *pEndPointsOverrides=0, OdGiArcType arcType=kOdGiArcSimple) |
| virtual void | draw (const OdGiDrawable *pD) |
| virtual void | pushClipBoundary (OdGiClipBoundary *pBoundary) |
| virtual void | popClipBoundary () |
| virtual void | worldLine (const OdGePoint3d pnts[2]) |
| virtual void | image (const OdGiImageBGRA32 &img, const OdGePoint3d &origin, const OdGeVector3d &uVec, const OdGeVector3d &vVec, OdGiRasterImage::TransparencyMode trpMode=OdGiRasterImage::kTransparency8Bit) |
| virtual void | edge (const OdGiEdge2dArray &edges) |
| virtual void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdCmTransparency *pTransparency, const OdGeVector3d *pNormals, const OdGsMarker *pSubEntMarkers, OdInt32 nPointSize) |
| virtual void | polyPolygon (OdUInt32 numIndices, const OdUInt32 *pNumPositions, const OdGePoint3d *pPositions, const OdUInt32 *pNumPoints, const OdGePoint3d *pPoints, const OdCmEntityColor *pOutlineColors=NULL, const OdUInt32 *pOutlinePsLinetypes=NULL, const OdCmEntityColor *pFillColors=NULL, const OdCmTransparency *pFillTransparencies=NULL) |
| virtual void | rowOfDots (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
| virtual void | pointCloud (const OdGiPointCloud &pCloud) |
| virtual bool | brep (const OdGiBrep &giBrep) |
Public Member Functions inherited from OdGiViewportDraw_ | |
| OdGiViewportGeometry & | geometry () const |
| const OdGiPathNode * | currentGiPath () const |
Public Member Functions inherited from OdGiViewportDraw | |
| ODRX_DECLARE_MEMBERS (OdGiViewportDraw) | |
Public Member Functions inherited from OdGiViewportGeometry | |
| ODRX_DECLARE_MEMBERS (OdGiViewportGeometry) | |
Public Member Functions inherited from OdGiDummySubEntityTraits< OdGiSubEntityTraits > | |
| void | setLayer (OdDbStub *layerId) |
| void | setSelectionMarker (OdGsMarker selectionMarker) |
| void | setFillType (OdGiFillType fillType) |
| void | setFillPlane (const OdGeVector3d *pNormal=0) |
| void | setLineTypeScale (double lineTypeScale=1.0) |
| void | setThickness (double thickness) |
| void | setMapper (const OdGiMapper *pMapper) |
| void | setVisualStyle (const OdDbStub *visualStyleId) |
| void | setDrawFlags (OdUInt32 drawFlags) |
| void | setLockFlags (OdUInt32 lockFlags) |
| void | setSelectionGeom (bool bSelectionFlag) |
| void | setShadowFlags (OdGiSubEntityTraits::ShadowFlags shadowFlags) |
| void | setSectionable (bool bSectionableFlag) |
| void | setSelectionFlags (OdGiSubEntityTraits::SelectionFlags selectionFlags) |
| bool | fillPlane (OdGeVector3d &normal) |
| void | addLight (const OdDbStub *) |
| OdUInt32 | lockFlags () const |
Public Member Functions inherited from OdGiSubEntityTraits | |
| ODRX_DECLARE_MEMBERS (OdGiSubEntityTraits) | |
| virtual void | setSecondaryTrueColor (const OdCmEntityColor &color) |
| virtual void | setLineStyleModifiers (const OdGiDgLinetypeModifiers *pLSMod) |
| virtual void | setFill (const OdGiFill *pFill) |
| virtual bool | pushLineweightOverride (const OdGiLineweightOverride *pOverride) |
| virtual void | popLineweightOverride () |
| virtual bool | pushPaletteOverride (const OdGiPalette *pOverride) |
| virtual void | popPaletteOverride () |
| virtual OdUInt32 | setupForEntity () const |
Public Member Functions inherited from OdGiLayerTraitsData | |
| OdGiLayerTraitsData () | |
| OdGiLayerTraitsData & | operator= (const OdGiLayerTraitsData &other)=default |
| OdUInt32 | flags () const |
| OdDb::LineWeight | lineweight () const |
| OdDbStub * | linetype () const |
| OdDb::PlotStyleNameType | plotStyleNameType () const |
| OdDbStub * | plotStyleNameId () const |
| const OdCmEntityColor & | trueColor () const |
| OdDbStub * | materialId () const |
| OdCmTransparency | transparency () const |
| void | setTrueColor (const OdCmEntityColor &cl) |
| void | setLineweight (OdDb::LineWeight lw) |
| void | setLinetype (OdDbStub *id) |
| void | setMaterial (OdDbStub *id) |
| void | setTransparency (const OdCmTransparency &transparency) |
| bool | isOff () const |
| void | setOff (bool bVal) |
| bool | isPlottable () const |
| void | setPlottable (bool bVal) |
| bool | isLocked () const |
| void | setLocked (bool bVal) |
| bool | isFrozen () const |
| bool | isByBlock () const |
Public Member Functions inherited from OdGiViewport | |
| ODRX_DECLARE_MEMBERS (OdGiViewport) | |
| virtual const OdGiContextualColors * | contextualColors () const |
| virtual OdDbStub * | annotationScaleId () const |
Protected Attributes | |
| OdGsViewImpl & | m_view |
This is a helper class to substitute OdGiLayerTraitsTaker in OdGsBaseModel::propagateLayerChanges() where vectorizers are not available to be set by setRefView(), and not actually required. <group OdGs_Classes>
Definition at line 335 of file GsLayerNode.h.
|
inline |
Constructor for the OdGiLayerTraitsTakerView class.
| view | [in] Implementation view object. |
| pInheritTaker | [in] Pointer to the layer traits taker object. |
Definition at line 345 of file GsLayerNode.h.
|
inlinevirtual |
Returns the ID for this Viewport object.
Implements OdGiViewport.
Definition at line 499 of file GsLayerNode.h.
|
inlineoverridevirtual |
OdRxObject methods
Adds reference to this object. Does nothing in current implementation.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 571 of file GsLayerNode.h.
|
inlinevirtual |
Retrieves pointer to a context associated with this object.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 648 of file GsLayerNode.h.
|
inlinevirtual |
OdGiCommonDraw methods
Retrieves the recommended maximum deviation of the current vectorization for the specified point on a curve.
| type | [in] Deviation type. |
| pt | [in] Point on a curve. |
Value kOdGiMaxDevForCircle 0
kOdGiMaxDevForCurve 1
kOdGiMaxDevForBoundary 2
kOdGiMaxDevForIsoline 3 kOdGiMaxDevForFacet 4
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 605 of file GsLayerNode.h.
|
inlinevirtual |
Applies the inverse of the current perspective transformation to the specified point.
| point | [in/out] Any 3D point. |
Implements OdGiViewport.
Definition at line 449 of file GsLayerNode.h.
|
inlinevirtual |
Applies the current perspective transformation to the specified point.
| point | [in/out] Any 3D point. |
Implements OdGiViewport.
Definition at line 437 of file GsLayerNode.h.
|
inlinevirtual |
Returns the WCS camera (eye) location for this Viewport object.
Implements OdGiViewport.
Definition at line 468 of file GsLayerNode.h.
|
inlinevirtual |
Returns the WCS camera target for this Viewport object.
Implements OdGiViewport.
Definition at line 473 of file GsLayerNode.h.
|
inlinevirtual |
Returns the WCS camera "up" vector for this Viewport object.
Implements OdGiViewport.
Definition at line 478 of file GsLayerNode.h.
|
inlinevirtual |
Returns the transformation matrix from EyeSpace to ModelSpace for this Viewport object.
Implements OdGiViewport.
Definition at line 402 of file GsLayerNode.h.
|
inlinevirtual |
Returns the transformation matrix from EyeSpace to WCS for this Viewport object.
Implements OdGiViewport.
Definition at line 418 of file GsLayerNode.h.
|
inlinevirtual |
Returns the front and back clipping parameters for this Viewport object.
| clipFront | [out] Receives true if and only if front clipping is enabled. |
| clipBack | [out] Receives true if and only if back clipping is enabled. |
| front | [out] Receives the front clipping distance. |
| back | [out] Receives the back clipping distance. |
Implements OdGiViewport.
Definition at line 533 of file GsLayerNode.h.
|
inlinevirtual |
OdGiViewport methods
Returns the transformation matrix from ModelSpace to EyeSpace for this Viewport object.
Implements OdGiViewport.
Definition at line 394 of file GsLayerNode.h.
|
inlinevirtual |
Returns the display pixel density at the specified point for this Viewport object.
| point | [in] WCS center of the unit square. |
| pixelDensity | [out] Receives the pixel density. |
| bUsePerspective | [in] Enable perspective inclusion into pixel density calculation. |
Implements OdGiViewport.
Definition at line 462 of file GsLayerNode.h.
|
inlinevirtual |
Returns lower-left and upper-right corners of this Viewport object in normalized device Coordinates.
| lowerLeft | [out] Receives the lower-left corner. |
| upperRight | [out] Receives the upper-right. |
Implements OdGiViewport.
Definition at line 515 of file GsLayerNode.h.
|
inlinevirtual |
Returns the transformation matrix from WCS to EyeSpace for this Viewport object.
Implements OdGiViewport.
Definition at line 410 of file GsLayerNode.h.
|
inlinevirtual |
Checks whether perspective mode is turned on for this Viewport.
Implements OdGiViewport.
Definition at line 425 of file GsLayerNode.h.
|
inlinevirtual |
Returns true if and only if specified Viewport ID is a valid Viewport ID.
| viewportId | [in] Viewport ID. |
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 374 of file GsLayerNode.h.
|
inlinevirtual |
Checks whether the specified layer is not frozen either globally or in this Viewport object.
| layerId | [in] Object ID of OdLayerTableRecord. |
Implements OdGiViewport.
Definition at line 562 of file GsLayerNode.h.
|
inlinevirtual |
Returns the WCS value below which linetype generation is not used.
Implements OdGiViewport.
Definition at line 553 of file GsLayerNode.h.
|
inlinevirtual |
Returns a multiplier that is used to scale all linetypes in this Viewport object.
Implements OdGiViewport.
Definition at line 544 of file GsLayerNode.h.
|
inlinevirtual |
Retrieves the number of isolines to be drawn on surfaces during this vectorization.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 616 of file GsLayerNode.h.
|
inlinevirtual |
Checks whether this vectorization process should be aborted.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 643 of file GsLayerNode.h.
|
inlinevirtual |
Retrieves the regeneration type of the current vectorization process.
Value eOdGiRegenTypeInvalid 0 kOdGiStandardDisplay 2 kOdGiHideOrShadeCommand 3 kOdGiRenderCommand 4 kOdGiForExplode 5 kOdGiSaveWorldDrawForProxy 6 kOdGiForExtents 7
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 635 of file GsLayerNode.h.
|
inlineoverridevirtual |
Releases reference to this object. Does nothing in current implementation.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 576 of file GsLayerNode.h.
|
inlinevirtual |
Returns the number of viewports that have been deleted from the current database during this editing session.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 364 of file GsLayerNode.h.
|
inlinevirtual |
Returns the vector from the camera target to the camera location.
Implements OdGiViewport.
Definition at line 483 of file GsLayerNode.h.
|
inlinevirtual |
OdGiViewportDraw methods
Returns a reference to the OdGiViewport object associated with this object.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 358 of file GsLayerNode.h.
|
inlinevirtual |
Returns the OdGi Viewport ID for this Viewport object.
Implements OdGiViewport.
Definition at line 491 of file GsLayerNode.h.
|
inlinevirtual |
Returns the Object ID of the OdDbViewport object associated with this object.
Reimplemented from OdGiLayerTraitsTaker.
Definition at line 382 of file GsLayerNode.h.
|
protected |
Definition at line 650 of file GsLayerNode.h.