|
CFx SDK Documentation
2022 SP0
|
#include <GiConveyorPassingImpl.h>
Public Member Functions | |
| void | plineProc (const OdGiPolyline &polyline, const OdGeMatrix3d *pXfm=0, OdUInt32 fromIndex=0, OdUInt32 numSegs=0) |
| void | polylineProc (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal=0, const OdGeVector3d *pExtrusion=0, OdGsMarker baseSubEntMarker=-1) |
| void | polygonProc (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal=0, const OdGeVector3d *pExtrusion=0) |
| void | xlineProc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint) |
| void | rayProc (const OdGePoint3d &basePoint, const OdGePoint3d &throughPoint) |
| void | meshProc (OdInt32 numRows, OdInt32 numColumns, const OdGePoint3d *vertexList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| void | shellProc (OdInt32 numVertices, const OdGePoint3d *vertexList, OdInt32 faceListSize, const OdInt32 *faceList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| void | circleProc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d *pExtrusion=0) |
| void | circleProc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint, const OdGeVector3d *pExtrusion=0) |
| void | circularArcProc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d &startVector, double sweepAngle, OdGiArcType arcType=kOdGiArcSimple, const OdGeVector3d *pExtrusion=0) |
| void | circularArcProc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint, OdGiArcType arcType=kOdGiArcSimple, const OdGeVector3d *pExtrusion=0) |
| void | ellipArcProc (const OdGeEllipArc3d &ellipArc, const OdGePoint3d *endPointOverrides=0, OdGiArcType arcType=kOdGiArcSimple, const OdGeVector3d *pExtrusion=0) |
| void | nurbsProc (const OdGeNurbCurve3d &nurbsCurve) |
| void | textProc (const OdGePoint3d &position, const OdGeVector3d &direction, const OdGeVector3d &upVector, const OdChar *msg, OdInt32 numBytes, bool raw, const OdGiTextStyle *pTextStyle, const OdGeVector3d *pExtrusion=0) |
| void | textProc2 (const OdGePoint3d &position, const OdGeVector3d &direction, const OdGeVector3d &upVector, const OdChar *msg, OdInt32 numBytes, bool raw, const OdGiTextStyle *pTextStyle, const OdGeVector3d *pExtrusion=0, const OdGeExtents3d *extentsBox=0) |
| void | shapeProc (const OdGePoint3d &position, const OdGeVector3d &direction, const OdGeVector3d &upVector, int shapeNumber, const OdGiTextStyle *pTextStyle, const OdGeVector3d *pExtrusion=0) |
| void | rasterImageProc (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) |
| void | metafileProc (const OdGePoint3d &origin, const OdGeVector3d &u, const OdGeVector3d &v, const OdGiMetafile *pMetafile, bool dcAligned=true, bool allowClipping=false) |
| void | xlineProc2 (const OdGePoint3d &basePoint, const OdGeVector3d &direction) |
| void | rayProc2 (const OdGePoint3d &basePoint, const OdGeVector3d &direction) |
| void | ttfPolyDrawProc (OdInt32 numVertices, const OdGePoint3d *vertexList, OdInt32 faceListSize, const OdInt32 *faceList, const OdUInt8 *pBezierTypes, const OdGiFaceData *pFaceData=0) |
| void | polypointProc (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdCmTransparency *pTransparency=0, const OdGeVector3d *pNormals=0, const OdGeVector3d *pExtrusions=0, const OdGsMarker *pSubEntMarkers=0, OdInt32 nPointSize=0) |
| void | rowOfDotsProc (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
| void | edgeProc (const OdGiEdge2dArray &edges, const OdGeMatrix3d *pXform=0) |
| virtual void | conveyorBoundaryInfoProc (const OdGeBoundBlock3d &boundBlock, OdUInt32 &outputFlags) |
Public Member Functions inherited from OdGiConveyorGeometry | |
| virtual | ~OdGiConveyorGeometry () |
| virtual void | setExtentsProc (const OdGePoint3d *, bool=true) |
| virtual int | ttfCharProcFlags () const |
| virtual bool | ttfCharProc (OdChar, const OdGePoint3d &, const OdGeBoundBlock3d *) |
| void | polypointProc2 (OdGiConveyorContext *pContext, OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors=0, const OdCmTransparency *pTransparency=0, const OdGeVector3d *pNormals=0, const OdGeVector3d *pExtrusions=0, const OdGsMarker *pSubEntMarkers=0, OdInt32 nPointSize=0) |
| void | rowOfDotsProc2 (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
Additional Inherited Members | |
Public Types inherited from OdGiConveyorGeometry | |
| enum | ETtfCharProcFlags { kTtfCharProcEnable = 1 , kTtfCharProcBoundBlock = 2 } |
| enum | EConveyorBoundaryInfoFlags { kBoundaryProcXform = 1 , kBoundaryProcXformNonUni = 2 , kBoundaryProcProjection = 4 , kBoundaryProcClip = 8 , kBoundaryProcClipFull = 16 } |
Definition at line 31 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Process circle data.
| center | [in] Center point. |
| radius | [in] Radius. |
| normal | [in] Normal vector. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 90 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Process circle data.
| firstPoint | [in] First point of a 3-point circle. |
| secondPoint | [in] Second point of a 3-point circle. |
| thirdPoint | [in] Third point of a 3-point circle. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 94 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes circular arc data.
| center | [in] Center point. |
| radius | [in] Radius. |
| normal | [in] Normal vector. |
| startVector | [in] Defines the start of this arc. |
| sweepAngle | [in] Angle that defines the arc. |
| arcType | [in] Arc type. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Value Description kOdGiArcSimple 0 Unfilled. kOdGiArcSector 1 Filled area bounded by the arc and its center. kOdGiArcChord 2 Filled area bounded by the arc and its end points
The extrusion vector specifies the direction and distance of the extrusion.
Implements OdGiConveyorGeometry.
Definition at line 102 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes circular arc data.
| firstPoint | [in] First point of a 3-point arc. |
| secondPoint | [in] Second point of a 3-point arc. |
| thirdPoint | [in] Third point of a 3-point arc. |
| arcType | [in] Arc type. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 113 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Reimplemented from OdGiConveyorGeometry.
Definition at line 233 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes hatch boundary.
| edges | [in] 2d curves array. |
| pXform | [in] Optional boundary transform matrix. |
Implements OdGiConveyorGeometry.
Definition at line 228 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes OdGeEllipArc3d data.
| ellipArc | [in] Elliptical arc. |
| endPointOverrides | [in] Array of points to be used as the first and last points of the vectorized arc. |
| arcType | [in] Arc type. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Value Description kOdGiArcSimple 0 Unfilled. kOdGiArcSector 1 Filled area bounded by the arc and its center. kOdGiArcChord 3 Filled area bounded by the arc and its end points
The extrusion vector specifies the direction and distance of the extrusion.
Implements OdGiConveyorGeometry.
Definition at line 122 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes mesh data.
| numRows | [in] Number of rows. |
| numColumns | [in] Number of columns. |
| vertexList | [in] Array of vertices. |
| pEdgeData | [in] Pointer to additional edge data. |
| pFaceData | [in] Pointer to additional face data. |
| pVertexData | [in] Pointer to additional vertex data. |
Implements OdGiConveyorGeometry.
Definition at line 69 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes metafile data.
| origin | [in] Metafile origin. |
| u | [in] Metafile width vector. |
| v | [in] Metafile height vector. |
| pMetafile | [in] Pointer to the metafile object. |
| dcAligned | [in] reserved. |
| allowClipping | [in] reserved. |
Implements OdGiConveyorGeometry.
Definition at line 183 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes OdGeNurbCurve3d data.
| nurbsCurve | [in] NURBS curve data. |
Implements OdGiConveyorGeometry.
Definition at line 130 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes OdGiPolyline data.
| polyline | [in] Polyline data to be processed. |
| pXfm | [in] Pointer to a transformation matrix. |
| fromIndex | [in] Index of the first segment to be processed. |
| numSegs | [in] Number of segments to be processed. |
Implements OdGiConveyorGeometry.
Definition at line 36 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes polygon data.
| numPoints | [in] Number of points. |
| vertexList | [in] Array of vertices. |
| pNormal | [in] Pointer to the normal vector. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 53 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes simple polyline data.
| numPoints | [in] Number of points. |
| vertexList | [in] Array of vertices. |
| pNormal | [in] Pointer to the normal vector. |
| pExtrusion | [in] Pointer to the extrusion vector. |
| baseSubEntMarker | [in] Currently unused. |
Implements OdGiConveyorGeometry.
Definition at line 44 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes array of points.
| numPoints | [in] Number of points. |
| vertexList | [in] Array of vertices. |
| pNormals | [in] Array of normal vectors. |
| pExtrusions | [in] Array of extrusion vectors. |
| pSubEntMarkers | [in] Array of subentity markers. |
Implements OdGiConveyorGeometry.
Definition at line 211 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes raster images data.
| origin | [in] Lower-left corner. |
| u | [in] Image width vector. |
| v | [in] Image height vector. |
| pImage | [in] Pointer to the RasterImage object. |
| uvBoundary | [in] Array of image boundary points (may not be null). |
| numBoundPts | [in] Number of boundary points. |
| transparency | [in] True if and only if image transparency is on. |
| brightness | [in] Image brightness [0.0 .. 100.0]. |
| contrast | [in] Image contrast [0.0 .. 100.0]. |
| fade | [in] Image fade value [0.0 .. 100.0]. |
Implements OdGiConveyorGeometry.
Definition at line 169 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes Ray data.
| basePoint | [in] Base point. |
| throughPoint | [in] Through point |
Implements OdGiConveyorGeometry.
Definition at line 65 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Reimplemented from OdGiConveyorGeometry.
Definition at line 197 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes row of points.
| numPoints | [in] Number of points. |
| startPoint | [in] First point to draw. |
| dirToNextPoint | [in] Offset to next point. |
Implements OdGiConveyorGeometry.
Definition at line 223 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes shape data.
| position | [in] Position of the shape. |
| direction | [in] Baseline direction of the shape. |
| upVector | [in] Up vector for the shape. |
| shapeNumber | [in] Shape number. |
| pTextStyle | [in] Pointer to the TextStyle for the shape. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 159 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes shell data.
| numVertices | [in] Number of vertices. |
| vertexList | [in] Array of vertices. |
| faceListSize | [in] Number of entries in faceList. |
| faceList | [in] Array of numbers that define the faces. |
| pEdgeData | [in] Pointer to additional edge data. |
| pFaceData | [in] Pointer to additional face data. |
| pVertexData | [in] Pointer to additional vertex data. |
Implements OdGiConveyorGeometry.
Definition at line 79 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes text data.
| position | [in] Position of the text. |
| direction | [in] Baseline direction of the text. |
| upVector | [in] Up vector for the text. |
| msg | [in] Text string. |
| numBytes | [in] Number of bytes in msg. |
| raw | [in] If and only if true, escape sequences, such as %P, will not be converted to special characters. |
| pTextStyle | [in] Pointer to the TextStyle for the text. |
| pExtrusion | [in] Pointer to the extrusion vector. |
Implements OdGiConveyorGeometry.
Definition at line 134 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Reimplemented from OdGiConveyorGeometry.
Definition at line 146 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Reimplemented from OdGiConveyorGeometry.
Definition at line 201 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Processes Xline data.
| firstPoint | [in] First point. |
| secondPoint | [in] Second point. |
Implements OdGiConveyorGeometry.
Definition at line 61 of file GiConveyorPassingImpl.h.
|
inlinevirtual |
Reimplemented from OdGiConveyorGeometry.
Definition at line 193 of file GiConveyorPassingImpl.h.