CFx SDK Documentation 2024 SP0
|
Classes | |
class | Collector |
class | Data |
class | Engine |
class | IHLData |
Typedefs | |
typedef OdSharedPtr< IHLData > | IHLDataPtr |
typedef void(* | _AbortCallbackFct) (bool *abort) |
typedef void(* | _ProgressCallbackFct) (int percent_completed) |
Enumerations | |
enum | Control { kProject = 0x0001 , kShowAll = 0x0002 , kEntity = 0x0004 , kBlock = 0x0008 , kSubentity = 0x0010 , kHideTangents = 0x0020 , kCleanup = 0x0040 , kIsolines = 0x0080 , kUnite = 0x0100 , kReuse = 0x0200 , kProgress = 0x0400 , kHandlePoints = 0x0800 , kProcessAll = 0x1000 , kHonorInternals = 0x2000 , kMeshSilhouettes = 0x4000 , kSingleCacheVp = 0x8000 } |
Functions | |
DDKERNEL_API OdResult | FlatShotHL (const OdDbEntityPtrArray &input, const OdGePoint3d &eye_pos, const OdGePoint3d &target_pos, bool bPersepcitveProjection, OdArray< IHLDataPtr > &output) |
typedef void(* FxHLR::_ProgressCallbackFct) (int percent_completed) |
typedef OdSharedPtr<IHLData> FxHLR::IHLDataPtr |
Definition at line 287 of file FxGeomUtils.h.
enum FxHLR::Control |
DDKERNEL_API OdResult FxHLR::FlatShotHL | ( | const OdDbEntityPtrArray & | input, |
const OdGePoint3d & | eye_pos, | ||
const OdGePoint3d & | target_pos, | ||
bool | bPersepcitveProjection, | ||
OdArray< IHLDataPtr > & | output | ||
) |