CFx SDK Documentation
2022 SP0
|
#include <GiConveyorGeometry.h>
Protected Attributes | |
OdGiConveyorContext * | m_pCtx |
Additional Inherited Members | |
Public Types inherited from OdGiConveyorContext | |
enum | ConveyorContextFlags { kSpatialFilterSimplPline = 1 , kSpatialFilterSimplNurbs = 2 , kSpatialFilterSimplText = 4 , kSpatialFilterSimplShape = 8 , kSpatialFilterSimplAll , kEmbranchmentSimplText = 16 , kEmbranchmentSimplNurbs = 32 , kEmbranchmentSimplAll = (kEmbranchmentSimplText | kEmbranchmentSimplNurbs) , kConveyorSimplAll = (kSpatialFilterSimplAll | kEmbranchmentSimplAll) , kPlineMarkers = 64 , kForceMarkersOnModified = 128 , kPolylineMarkers = 256 , kPlineAllowArcProc = 512 , kTestMode = 1024 , kLineTyperAfterMetafile = 2048 } |
Definition at line 229 of file GiConveyorGeometry.h.
|
inlineexplicit |
Definition at line 236 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the current OdGiDrawable object for this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 245 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the current OdGiDrawableDesc instance for this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 244 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns current drawable nesting graph.
Implements OdGiConveyorContext.
Definition at line 252 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns current lineweight override (if present).
Reimplemented from OdGiConveyorContext.
Definition at line 258 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns set of conveyor context flags.
Reimplemented from OdGiConveyorContext.
Definition at line 259 of file GiConveyorGeometry.h.
|
inlinevirtual |
Checks the current visibility state for current traits.
Reimplemented from OdGiConveyorContext.
Definition at line 243 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the traits currently in effect for this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 240 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns deviations array accessor for eye coordinate system.
Implements OdGiConveyorContext.
Definition at line 255 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the model-to-world coordinate transform matrix for the entity being vectorized.
If an entity is in one or more blocks, this matrix can be used to determine the WCS coordinates of the entity.
Implements OdGiConveyorContext.
Definition at line 256 of file GiConveyorGeometry.h.
|
inline |
Definition at line 234 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the world-to-model coordinate transform matrix for the entity being vectorized.
Implements OdGiConveyorContext.
Definition at line 257 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the OdGiContext object associated with this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 238 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the OdGiViewport associated with this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 246 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the OdGsView associated with this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 247 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns deviations array accessor for model coordinate system.
Implements OdGiConveyorContext.
Definition at line 254 of file GiConveyorGeometry.h.
|
inlinevirtual |
Notification function called by the vectorization framework whenever the text is become to be rendered.
Reimplemented from OdGiConveyorContext.
Definition at line 249 of file GiConveyorGeometry.h.
|
inlinevirtual |
Notification function called by the vectorization framework whenever the rendering attributes have changed.
This function provides a hook for setting rendering attributes for the final geometry handler (e.g. Win GDI device).
Implements OdGiConveyorContext.
Definition at line 248 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns true if and only if regen was aborted.
Implements OdGiConveyorContext.
Definition at line 251 of file GiConveyorGeometry.h.
|
inlinevirtual |
Sets the traits currently in effect for this ConveyorContext object.
traits | [in] New traits data which will be used for effective traits substitution. |
fillNormal | [in] Optional fill normal. |
Implements OdGiConveyorContext.
Definition at line 241 of file GiConveyorGeometry.h.
|
inline |
Definition at line 235 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns the OdGiSubEntityTraits instance associated with this ConveyorContext object.
Implements OdGiConveyorContext.
Definition at line 239 of file GiConveyorGeometry.h.
|
inlinevirtual |
Returns deviations array accessor for world coordinate system.
Implements OdGiConveyorContext.
Definition at line 253 of file GiConveyorGeometry.h.
|
protected |
Definition at line 232 of file GiConveyorGeometry.h.