CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OdRxPropertyVariant Class Reference

#include <RxPropertyVariant.h>

Classes

struct  TypeFactory
 

Public Types

enum  Type {
  kVoid = 0x0000 , kString = 0x0001 , kBool = 0x0002 , kInt8 = 0x0003 ,
  kUInt8 = 0x0003 , kInt16 = 0x0004 , kUInt16 = 0x0004 , kInt32 = 0x0005 ,
  kUInt32 = 0x0005 , kInt64 = 0x0006 , kUInt64 = 0x0006 , kDouble = 0x0007 ,
  kAnsiString = 0x0008 , kGePoint2d = 0x000A , kGePoint3d = 0x000B , kGeVector2d = 0x000C ,
  kGeVector3d = 0x000D , kCmEntityColor = 0x000E , kCmTransparency = 0x000F , kGeMatrix2d = 0x0010 ,
  kGeMatrix3d = 0x0011 , kGeScale3d = 0x0012 , kTimeStamp = 0x0013 , kGeExtents2d = 0x0014 ,
  kGeExtents3d = 0x0015 , kGeQuaternion = 0x0016 , kGiLightAttenuation = 0x0017 , kGiSkyParameters = 0x0018 ,
  kGiShadowParameters = 0x0019 , kGiColorRGB = 0x001A , kGiMaterialColor = 0x001B , kGiMrExposureType = 0x001C ,
  kGiMrShadowMode = 0x001D , kGiMrFinalGatheringMode = 0x001E , kGiMrDiagnosticMode = 0x001F , kGiMrDiagnosticPhotonMode = 0x0020 ,
  kGiMrDiagnosticBSPMode = 0x0021 , kGiMrExportMIMode = 0x0022 , kGiMrTileOrder = 0x0023 , kGiLightingMode = 0x0024 ,
  kGiFilterType = 0x0025 , kCmEntityColor_ColorMethod = 0x0026 , kDb_LineWeight = 0x0027 , kDb_UnitsValue = 0x0028 ,
  kGiDgLinetypeModifiers_WidthMode = 0x0029 , kGiDgLinetypeModifiers_ShiftMode = 0x002A , kGiDgLinetypeModifiers_CornersMode = 0x002B , kGe_OdGeKnotParameterization = 0x002C ,
  kGiLightAttenuation_AttenuationType = 0x002D , kGiDrawable_DrawableType = 0x002E , kGiShadowParameters_ShadowType = 0x002F , kGiShadowParameters_ExtendedLightShape = 0x0030 ,
  kGiViewportTraits_DefaultLightingType = 0x0031 , kGiMaterialTraits_LuminanceMode = 0x0032 , kGiMaterialTraits_GlobalIlluminationMode = 0x0033 , kGiMaterialTraits_FinalGatherMode = 0x0034 ,
  kGiMaterialTraits_ChannelFlags = 0x0035 , kGiMaterialTraits_Mode = 0x0036 , kGiMaterialTraits_IlluminationModel = 0x0037 , kGiVisualStyle_Type = 0x0038 ,
  kGiVisualStyleProperties_FaceColorMode = 0x0039 , kGiVisualStyleProperties_EdgeModel = 0x003A , kGiFaceStyle_FaceColorMode = 0x003B , kGiEdgeStyle_EdgeModel = 0x003C ,
  kGiToneOperatorParameters_ExteriorDaylightMode = 0x003D , kArray = 0x0080
}
 

Public Member Functions

 OdRxPropertyVariant ()
 
 OdRxPropertyVariant (const OdRxPropertyVariant &val)
 
int varType () const
 
Type type () const
 
bool isArray () const
 
 OdRxPropertyVariant (const OdString &val)
 
 OdRxPropertyVariant (const OdAnsiString &val)
 
 OdRxPropertyVariant (const bool val)
 
 OdRxPropertyVariant (const OdInt8 val)
 
 OdRxPropertyVariant (const OdUInt8 val)
 
 OdRxPropertyVariant (const OdInt16 val)
 
 OdRxPropertyVariant (const OdUInt16 val)
 
 OdRxPropertyVariant (const OdInt32 val)
 
 OdRxPropertyVariant (const OdUInt32 val)
 
 OdRxPropertyVariant (const OdInt64 val)
 
 OdRxPropertyVariant (const OdUInt64 val)
 
 OdRxPropertyVariant (const double &val)
 
 OdRxPropertyVariant (const OdGePoint3d &val)
 
 OdRxPropertyVariant (const OdGePoint2d &val)
 
 OdRxPropertyVariant (const OdGeVector2d &val)
 
 OdRxPropertyVariant (const OdGeVector3d &val)
 
 OdRxPropertyVariant (const OdCmEntityColor &val)
 
 OdRxPropertyVariant (const OdCmTransparency &val)
 
 OdRxPropertyVariant (const OdGeMatrix2d &val)
 
 OdRxPropertyVariant (const OdGeMatrix3d &val)
 
 OdRxPropertyVariant (const OdGeScale3d &val)
 
 OdRxPropertyVariant (const OdTimeStamp &val)
 
 OdRxPropertyVariant (const OdGeExtents2d &val)
 
 OdRxPropertyVariant (const OdGeExtents3d &val)
 
 OdRxPropertyVariant (const OdGeQuaternion &val)
 
 OdRxPropertyVariant (const OdGiLightAttenuation &val)
 
 OdRxPropertyVariant (const OdGiSkyParameters &val)
 
 OdRxPropertyVariant (const OdGiShadowParameters &val)
 
 OdRxPropertyVariant (const OdGiColorRGB &val)
 
 OdRxPropertyVariant (const OdGiMrExposureType val)
 
 OdRxPropertyVariant (const OdGiMrShadowMode val)
 
 OdRxPropertyVariant (const OdGiMrFinalGatheringMode val)
 
 OdRxPropertyVariant (const OdGiMrDiagnosticMode val)
 
 OdRxPropertyVariant (const OdGiMrDiagnosticPhotonMode val)
 
 OdRxPropertyVariant (const OdGiMrDiagnosticBSPMode val)
 
 OdRxPropertyVariant (const OdGiMrExportMIMode val)
 
 OdRxPropertyVariant (const OdGiMrTileOrder val)
 
 OdRxPropertyVariant (const OdGiLightingMode val)
 
 OdRxPropertyVariant (const OdGiFilterType val)
 
 OdRxPropertyVariant (const OdGiMaterialColor &val)
 
 OdRxPropertyVariant (const OdCmEntityColor::ColorMethod val)
 
 OdRxPropertyVariant (const OdDb::LineWeight val)
 
 OdRxPropertyVariant (const OdDb::UnitsValue val)
 
 OdRxPropertyVariant (const OdGiDgLinetypeModifiers::WidthMode val)
 
 OdRxPropertyVariant (const OdGiDgLinetypeModifiers::ShiftMode val)
 
 OdRxPropertyVariant (const OdGiDgLinetypeModifiers::CornersMode val)
 
 OdRxPropertyVariant (const OdGe::OdGeKnotParameterization val)
 
 OdRxPropertyVariant (const OdGiLightAttenuation::AttenuationType val)
 
 OdRxPropertyVariant (const OdGiDrawable::DrawableType val)
 
 OdRxPropertyVariant (const OdGiShadowParameters::ShadowType val)
 
 OdRxPropertyVariant (const OdGiShadowParameters::ExtendedLightShape val)
 
 OdRxPropertyVariant (const OdGiViewportTraits::DefaultLightingType val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::LuminanceMode val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::GlobalIlluminationMode val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::FinalGatherMode val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::ChannelFlags val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::Mode val)
 
 OdRxPropertyVariant (const OdGiMaterialTraits::IlluminationModel val)
 
 OdRxPropertyVariant (const OdGiVisualStyle::Type val)
 
 OdRxPropertyVariant (const OdGiVisualStyleProperties::FaceColorMode val)
 
 OdRxPropertyVariant (const OdGiVisualStyleProperties::EdgeModel val)
 
 OdRxPropertyVariant (const OdGiFaceStyle::FaceColorMode val)
 
 OdRxPropertyVariant (const OdGiEdgeStyle::EdgeModel val)
 
 OdRxPropertyVariant (const OdGiToneOperatorParameters::ExteriorDaylightMode val)
 
OdRxPropertyVariantoperator= (const OdRxPropertyVariant &val)
 
OdRxPropertyVariantoperator= (const bool &val)
 
OdRxPropertyVariantoperator= (const double &val)
 
OdRxPropertyVariantoperator= (const OdInt8 &val)
 
OdRxPropertyVariantoperator= (const OdUInt8 &val)
 
OdRxPropertyVariantoperator= (const OdInt16 &val)
 
OdRxPropertyVariantoperator= (const OdUInt16 &val)
 
OdRxPropertyVariantoperator= (const OdInt32 &val)
 
OdRxPropertyVariantoperator= (const OdUInt32 &val)
 
OdRxPropertyVariantoperator= (const OdInt64 &val)
 
OdRxPropertyVariantoperator= (const OdUInt64 &val)
 
OdRxPropertyVariantoperator= (const OdString &val)
 
OdRxPropertyVariantoperator= (const OdAnsiString &val)
 
OdRxPropertyVariantoperator= (const OdGePoint2d &val)
 
OdRxPropertyVariantoperator= (const OdGePoint3d &val)
 
OdRxPropertyVariantoperator= (const OdGeVector2d &val)
 
OdRxPropertyVariantoperator= (const OdGeVector3d &val)
 
OdRxPropertyVariantoperator= (const OdCmEntityColor &val)
 
OdRxPropertyVariantoperator= (const OdCmTransparency &val)
 
OdRxPropertyVariantoperator= (const OdGeMatrix2d &val)
 
OdRxPropertyVariantoperator= (const OdGeMatrix3d &val)
 
OdRxPropertyVariantoperator= (const OdGeScale3d &val)
 
OdRxPropertyVariantoperator= (const OdTimeStamp &val)
 
OdRxPropertyVariantoperator= (const OdGeExtents2d &val)
 
OdRxPropertyVariantoperator= (const OdGeExtents3d &val)
 
OdRxPropertyVariantoperator= (const OdGeQuaternion &val)
 
OdRxPropertyVariantoperator= (const OdGiLightAttenuation &val)
 
OdRxPropertyVariantoperator= (const OdGiSkyParameters &val)
 
OdRxPropertyVariantoperator= (const OdGiShadowParameters &val)
 
OdRxPropertyVariantoperator= (const OdGiColorRGB &val)
 
OdRxPropertyVariantoperator= (const OdGiMrExposureType &val)
 
OdRxPropertyVariantoperator= (const OdGiMrShadowMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrFinalGatheringMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrDiagnosticMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrDiagnosticPhotonMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrDiagnosticBSPMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrExportMIMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMrTileOrder &val)
 
OdRxPropertyVariantoperator= (const OdGiLightingMode &val)
 
OdRxPropertyVariantoperator= (const OdGiFilterType &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialColor &val)
 
OdRxPropertyVariantoperator= (const OdCmEntityColor::ColorMethod &val)
 
OdRxPropertyVariantoperator= (const OdDb::LineWeight &val)
 
OdRxPropertyVariantoperator= (const OdDb::UnitsValue &val)
 
OdRxPropertyVariantoperator= (const OdGiDgLinetypeModifiers::WidthMode &val)
 
OdRxPropertyVariantoperator= (const OdGiDgLinetypeModifiers::ShiftMode &val)
 
OdRxPropertyVariantoperator= (const OdGiDgLinetypeModifiers::CornersMode &val)
 
OdRxPropertyVariantoperator= (const OdGe::OdGeKnotParameterization &val)
 
OdRxPropertyVariantoperator= (const OdGiLightAttenuation::AttenuationType &val)
 
OdRxPropertyVariantoperator= (const OdGiDrawable::DrawableType &val)
 
OdRxPropertyVariantoperator= (const OdGiShadowParameters::ShadowType &val)
 
OdRxPropertyVariantoperator= (const OdGiShadowParameters::ExtendedLightShape &val)
 
OdRxPropertyVariantoperator= (const OdGiViewportTraits::DefaultLightingType &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::LuminanceMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::GlobalIlluminationMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::FinalGatherMode &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::ChannelFlags &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::Mode &val)
 
OdRxPropertyVariantoperator= (const OdGiMaterialTraits::IlluminationModel &val)
 
OdRxPropertyVariantoperator= (const OdGiVisualStyle::Type &val)
 
OdRxPropertyVariantoperator= (const OdGiVisualStyleProperties::FaceColorMode &val)
 
OdRxPropertyVariantoperator= (const OdGiVisualStyleProperties::EdgeModel &val)
 
OdRxPropertyVariantoperator= (const OdGiFaceStyle::FaceColorMode &val)
 
OdRxPropertyVariantoperator= (const OdGiEdgeStyle::EdgeModel &val)
 
OdRxPropertyVariantoperator= (const OdGiToneOperatorParameters::ExteriorDaylightMode &val)
 
 ~OdRxPropertyVariant ()
 
const OdStringgetString () const
 
const OdAnsiString & getAnsiString () const
 
bool getBool () const
 
OdInt8 getInt8 () const
 
OdUInt8 getUInt8 () const
 
OdInt16 getInt16 () const
 
OdUInt16 getUInt16 () const
 
OdInt32 getInt32 () const
 
OdUInt32 getUInt32 () const
 
OdInt64 getInt64 () const
 
OdUInt64 getUInt64 () const
 
const double & getDouble () const
 
const OdGePoint3dgetGePoint3d () const
 
const OdGePoint2dgetGePoint2d () const
 
const OdGeVector2dgetGeVector2d () const
 
const OdGeVector3dgetGeVector3d () const
 
const OdCmEntityColorgetCmEntityColor () const
 
const OdCmTransparencygetCmTransparency () const
 
const OdGeMatrix2dgetGeMatrix2d () const
 
const OdGeMatrix3dgetGeMatrix3d () const
 
const OdGeScale3dgetGeScale3d () const
 
const OdTimeStampgetTimeStamp () const
 
const OdGeExtents2dgetGeExtents2d () const
 
const OdGeExtents3dgetGeExtents3d () const
 
const OdGeQuaterniongetGeQuaternion () const
 
const OdGiLightAttenuationgetGiLightAttenuation () const
 
const OdGiSkyParametersgetGiSkyParameters () const
 
const OdGiShadowParametersgetGiShadowParameters () const
 
const OdGiColorRGBgetGiColorRGB () const
 
const OdGiMaterialColorgetGiMaterialColor () const
 
OdGiMrExposureType getGiMrExposureType () const
 
OdGiMrShadowMode getGiMrShadowMode () const
 
OdGiMrFinalGatheringMode getGiMrFinalGatheringMode () const
 
OdGiMrDiagnosticMode getGiMrDiagnosticMode () const
 
OdGiMrDiagnosticPhotonMode getGiMrDiagnosticPhotonMode () const
 
OdGiMrDiagnosticBSPMode getGiMrDiagnosticBSPMode () const
 
OdGiMrExportMIMode getGiMrExportMIMode () const
 
OdGiMrTileOrder getGiMrTileOrder () const
 
OdGiLightingMode getGiLightingMode () const
 
OdGiFilterType getGiFilterType () const
 
OdCmEntityColor::ColorMethod getCmEntityColor_ColorMethod () const
 
OdDb::LineWeight getDb_LineWeight () const
 
OdDb::UnitsValue getDb_UnitsValue () const
 
OdGiDgLinetypeModifiers::WidthMode getGiDgLinetypeModifiers_WidthMode () const
 
OdGiDgLinetypeModifiers::ShiftMode getGiDgLinetypeModifiers_ShiftMode () const
 
OdGiDgLinetypeModifiers::CornersMode getGiDgLinetypeModifiers_CornersMode () const
 
OdGe::OdGeKnotParameterization getGe_OdGeKnotParameterization () const
 
OdGiLightAttenuation::AttenuationType getGiLightAttenuation_AttenuationType () const
 
OdGiDrawable::DrawableType getGiDrawable_DrawableType () const
 
OdGiShadowParameters::ShadowType getGiShadowParameters_ShadowType () const
 
OdGiShadowParameters::ExtendedLightShape getGiShadowParameters_ExtendedLightShape () const
 
OdGiViewportTraits::DefaultLightingType getGiViewportTraits_DefaultLightingType () const
 
OdGiMaterialTraits::LuminanceMode getGiMaterialTraits_LuminanceMode () const
 
OdGiMaterialTraits::GlobalIlluminationMode getGiMaterialTraits_GlobalIlluminationMode () const
 
OdGiMaterialTraits::FinalGatherMode getGiMaterialTraits_FinalGatherMode () const
 
OdGiMaterialTraits::ChannelFlags getGiMaterialTraits_ChannelFlags () const
 
OdGiMaterialTraits::Mode getGiMaterialTraits_Mode () const
 
OdGiMaterialTraits::IlluminationModel getGiMaterialTraits_IlluminationModel () const
 
OdGiVisualStyle::Type getGiVisualStyle_Type () const
 
OdGiVisualStyleProperties::FaceColorMode getGiVisualStyleProperties_FaceColorMode () const
 
OdGiVisualStyleProperties::EdgeModel getGiVisualStyleProperties_EdgeModel () const
 
OdGiFaceStyle::FaceColorMode getGiFaceStyle_FaceColorMode () const
 
OdGiEdgeStyle::EdgeModel getGiEdgeStyle_EdgeModel () const
 
OdGiToneOperatorParameters::ExteriorDaylightMode getGiToneOperatorParameters_ExteriorDaylightMode () const
 
const OdStringArraygetStringArray () const
 
const OdAnsiStringArray & getAnsiStringArray () const
 
const OdBoolArraygetBoolArray () const
 
const OdInt8ArraygetInt8Array () const
 
const OdUInt8ArraygetUInt8Array () const
 
const OdInt16ArraygetInt16Array () const
 
const OdUInt16ArraygetUInt16Array () const
 
const OdInt32ArraygetInt32Array () const
 
const OdUInt32ArraygetUInt32Array () const
 
const OdInt64ArraygetInt64Array () const
 
const OdUInt64ArraygetUInt64Array () const
 
const OdDoubleArraygetDoubleArray () const
 
const OdGePoint3dArraygetGePoint3dArray () const
 
const OdGePoint2dArraygetGePoint2dArray () const
 
const OdGeVector2dArraygetGeVector2dArray () const
 
const OdGeVector3dArraygetGeVector3dArray () const
 
const OdCmEntityColorArraygetCmEntityColorArray () const
 
const OdCmTransparencyArraygetCmTransparencyArray () const
 
const OdGeMatrix2dArraygetGeMatrix2dArray () const
 
const OdGeMatrix3dArraygetGeMatrix3dArray () const
 
const OdGeScale3dArraygetGeScale3dArray () const
 
const OdTimeStampArraygetTimeStampArray () const
 
const OdGeExtents2dArraygetGeExtents2dArray () const
 
const OdGeExtents3dArraygetGeExtents3dArray () const
 
const OdGeQuaternionArraygetGeQuaternionArray () const
 
const OdGiLightAttenuationArraygetGiLightAttenuationArray () const
 
const OdGiSkyParametersArraygetGiSkyParametersArray () const
 
const OdGiShadowParametersArraygetGiShadowParametersArray () const
 
const OdGiColorRGBArraygetGiColorRGBArray () const
 
const OdGiMrExposureTypeArraygetGiMrExposureTypeArray () const
 
const OdGiMrShadowModeArraygetGiMrShadowModeArray () const
 
const OdGiMrFinalGatheringModeArraygetGiMrFinalGatheringModeArray () const
 
const OdGiMrDiagnosticModeArraygetGiMrDiagnosticModeArray () const
 
const OdGiMrDiagnosticPhotonModeArraygetGiMrDiagnosticPhotonModeArray () const
 
const OdGiMrDiagnosticBSPModeArraygetGiMrDiagnosticBSPModeArray () const
 
const OdGiMrExportMIModeArraygetGiMrExportMIModeArray () const
 
const OdGiMrTileOrderArraygetGiMrTileOrderArray () const
 
const OdGiLightingModeArraygetGiLightingModeArray () const
 
const OdGiFilterTypeArraygetGiFilterTypeArray () const
 
const OdGiMaterialColorArraygetGiMaterialColorArray () const
 
const OdCmEntityColor_ColorMethodArraygetCmEntityColor_ColorMethodArray () const
 
const OdDb_LineWeightArraygetDb_LineWeightArray () const
 
const OdDb_UnitsValueArraygetDb_UnitsValueArray () const
 
const OdGiDgLinetypeModifiers_WidthModeArraygetGiDgLinetypeModifiers_WidthModeArray () const
 
const OdGiDgLinetypeModifiers_ShiftModeArraygetGiDgLinetypeModifiers_ShiftModeArray () const
 
const OdGiDgLinetypeModifiers_CornersModeArraygetGiDgLinetypeModifiers_CornersModeArray () const
 
const OdGe_OdGeKnotParameterizationArraygetGe_OdGeKnotParameterizationArray () const
 
const OdGiLightAttenuation_AttenuationTypeArraygetGiLightAttenuation_AttenuationTypeArray () const
 
const OdGiDrawable_DrawableTypeArraygetGiDrawable_DrawableTypeArray () const
 
const OdGiShadowParameters_ShadowTypeArraygetGiShadowParameters_ShadowTypeArray () const
 
const OdGiShadowParameters_ExtendedLightShapeArraygetGiShadowParameters_ExtendedLightShapeArray () const
 
const OdGiViewportTraits_DefaultLightingTypeArraygetGiViewportTraits_DefaultLightingTypeArray () const
 
const OdGiMaterialTraits_LuminanceModeArraygetGiMaterialTraits_LuminanceModeArray () const
 
const OdGiMaterialTraits_GlobalIlluminationModeArraygetGiMaterialTraits_GlobalIlluminationModeArray () const
 
const OdGiMaterialTraits_FinalGatherModeArraygetGiMaterialTraits_FinalGatherModeArray () const
 
const OdGiMaterialTraits_ChannelFlagsArraygetGiMaterialTraits_ChannelFlagsArray () const
 
const OdGiMaterialTraits_ModeArraygetGiMaterialTraits_ModeArray () const
 
const OdGiMaterialTraits_IlluminationModelArraygetGiMaterialTraits_IlluminationModelArray () const
 
const OdGiVisualStyle_TypeArraygetGiVisualStyle_TypeArray () const
 
const OdGiVisualStyleProperties_FaceColorModeArraygetGiVisualStyleProperties_FaceColorModeArray () const
 
const OdGiVisualStyleProperties_EdgeModelArraygetGiVisualStyleProperties_EdgeModelArray () const
 
const OdGiFaceStyle_FaceColorModeArraygetGiFaceStyle_FaceColorModeArray () const
 
const OdGiEdgeStyle_EdgeModelArraygetGiEdgeStyle_EdgeModelArray () const
 
const OdGiToneOperatorParameters_ExteriorDaylightModeArraygetGiToneOperatorParameters_ExteriorDaylightModeArray () const
 
OdStringArrayasStringArray ()
 
OdAnsiStringArray & asAnsiStringArray ()
 
OdBoolArrayasBoolArray ()
 
OdInt8ArrayasInt8Array ()
 
OdUInt8ArrayasUInt8Array ()
 
OdInt16ArrayasInt16Array ()
 
OdUInt16ArrayasUInt16Array ()
 
OdInt32ArrayasInt32Array ()
 
OdUInt32ArrayasUInt32Array ()
 
OdInt64ArrayasInt64Array ()
 
OdUInt64ArrayasUInt64Array ()
 
OdDoubleArrayasDoubleArray ()
 
OdGePoint3dArrayasGePoint3dArray ()
 
OdGePoint2dArrayasGePoint2dArray ()
 
OdGeVector2dArrayasGeVector2dArray ()
 
OdGeVector3dArrayasGeVector3dArray ()
 
OdCmEntityColorArrayasCmEntityColorArray ()
 
OdCmTransparencyArrayasCmTransparencyArray ()
 
OdGeMatrix2dArrayasGeMatrix2dArray ()
 
OdGeMatrix3dArrayasGeMatrix3dArray ()
 
OdGeScale3dArrayasGeScale3dArray ()
 
OdTimeStampArrayasTimeStampArray ()
 
OdGeExtents2dArrayasGeExtents2dArray ()
 
OdGeExtents3dArrayasGeExtents3dArray ()
 
OdGeQuaternionArrayasGeQuaternionArray ()
 
OdGiLightAttenuationArrayasGiLightAttenuationArray ()
 
OdGiSkyParametersArrayasGiSkyParametersArray ()
 
OdGiShadowParametersArrayasGiShadowParametersArray ()
 
OdGiColorRGBArrayasGiColorRGBArray ()
 
OdGiMrExposureTypeArrayasGiMrExposureTypeArray ()
 
OdGiMrShadowModeArrayasGiMrShadowModeArray ()
 
OdGiMrFinalGatheringModeArrayasGiMrFinalGatheringModeArray ()
 
OdGiMrDiagnosticModeArrayasGiMrDiagnosticModeArray ()
 
OdGiMrDiagnosticPhotonModeArrayasGiMrDiagnosticPhotonModeArray ()
 
OdGiMrDiagnosticBSPModeArrayasGiMrDiagnosticBSPModeArray ()
 
OdGiMrExportMIModeArrayasGiMrExportMIModeArray ()
 
OdGiMrTileOrderArrayasGiMrTileOrderArray ()
 
OdGiLightingModeArrayasGiLightingModeArray ()
 
OdGiFilterTypeArrayasGiFilterTypeArray ()
 
OdGiMaterialColorArrayasGiMaterialColorArray ()
 
OdCmEntityColor_ColorMethodArrayasCmEntityColor_ColorMethodArray ()
 
OdDb_LineWeightArrayasDb_LineWeightArray ()
 
OdDb_UnitsValueArrayasDb_UnitsValueArray ()
 
OdGiDgLinetypeModifiers_WidthModeArrayasGiDgLinetypeModifiers_WidthModeArray ()
 
OdGiDgLinetypeModifiers_ShiftModeArrayasGiDgLinetypeModifiers_ShiftModeArray ()
 
OdGiDgLinetypeModifiers_CornersModeArrayasGiDgLinetypeModifiers_CornersModeArray ()
 
OdGe_OdGeKnotParameterizationArrayasGe_OdGeKnotParameterizationArray ()
 
OdGiLightAttenuation_AttenuationTypeArrayasGiLightAttenuation_AttenuationTypeArray ()
 
OdGiDrawable_DrawableTypeArrayasGiDrawable_DrawableTypeArray ()
 
OdGiShadowParameters_ShadowTypeArrayasGiShadowParameters_ShadowTypeArray ()
 
OdGiShadowParameters_ExtendedLightShapeArrayasGiShadowParameters_ExtendedLightShapeArray ()
 
OdGiViewportTraits_DefaultLightingTypeArrayasGiViewportTraits_DefaultLightingTypeArray ()
 
OdGiMaterialTraits_LuminanceModeArrayasGiMaterialTraits_LuminanceModeArray ()
 
OdGiMaterialTraits_GlobalIlluminationModeArrayasGiMaterialTraits_GlobalIlluminationModeArray ()
 
OdGiMaterialTraits_FinalGatherModeArrayasGiMaterialTraits_FinalGatherModeArray ()
 
OdGiMaterialTraits_ChannelFlagsArrayasGiMaterialTraits_ChannelFlagsArray ()
 
OdGiMaterialTraits_ModeArrayasGiMaterialTraits_ModeArray ()
 
OdGiMaterialTraits_IlluminationModelArrayasGiMaterialTraits_IlluminationModelArray ()
 
OdGiVisualStyle_TypeArrayasGiVisualStyle_TypeArray ()
 
OdGiVisualStyleProperties_FaceColorModeArrayasGiVisualStyleProperties_FaceColorModeArray ()
 
OdGiVisualStyleProperties_EdgeModelArrayasGiVisualStyleProperties_EdgeModelArray ()
 
OdGiFaceStyle_FaceColorModeArrayasGiFaceStyle_FaceColorModeArray ()
 
OdGiEdgeStyle_EdgeModelArrayasGiEdgeStyle_EdgeModelArray ()
 
OdGiToneOperatorParameters_ExteriorDaylightModeArrayasGiToneOperatorParameters_ExteriorDaylightModeArray ()
 
OdRxPropertyVariantsetString (const OdString &val)
 
OdRxPropertyVariantsetAnsiString (const OdAnsiString &val)
 
OdRxPropertyVariantsetBool (const bool val)
 
OdRxPropertyVariantsetInt8 (const OdInt8 val)
 
OdRxPropertyVariantsetUInt8 (const OdUInt8 val)
 
OdRxPropertyVariantsetInt16 (const OdInt16 val)
 
OdRxPropertyVariantsetUInt16 (const OdUInt16 val)
 
OdRxPropertyVariantsetInt32 (const OdInt32 val)
 
OdRxPropertyVariantsetUInt32 (const OdUInt32 val)
 
OdRxPropertyVariantsetInt64 (const OdInt64 val)
 
OdRxPropertyVariantsetUInt64 (const OdUInt64 val)
 
OdRxPropertyVariantsetDouble (const double &val)
 
OdRxPropertyVariantsetGePoint3d (const OdGePoint3d &val)
 
OdRxPropertyVariantsetGePoint2d (const OdGePoint2d &val)
 
OdRxPropertyVariantsetGeVector2d (const OdGeVector2d &val)
 
OdRxPropertyVariantsetGeVector3d (const OdGeVector3d &val)
 
OdRxPropertyVariantsetCmEntityColor (const OdCmEntityColor &val)
 
OdRxPropertyVariantsetCmTransparency (const OdCmTransparency &val)
 
OdRxPropertyVariantsetGeMatrix2d (const OdGeMatrix2d &val)
 
OdRxPropertyVariantsetGeMatrix3d (const OdGeMatrix3d &val)
 
OdRxPropertyVariantsetGeScale3d (const OdGeScale3d &val)
 
OdRxPropertyVariantsetTimeStamp (const OdTimeStamp &val)
 
OdRxPropertyVariantsetGeExtents2d (const OdGeExtents2d &val)
 
OdRxPropertyVariantsetGeExtents3d (const OdGeExtents3d &val)
 
OdRxPropertyVariantsetGeQuaternion (const OdGeQuaternion &val)
 
OdRxPropertyVariantsetGiLightAttenuation (const OdGiLightAttenuation &val)
 
OdRxPropertyVariantsetGiSkyParameters (const OdGiSkyParameters &val)
 
OdRxPropertyVariantsetGiShadowParameters (const OdGiShadowParameters &val)
 
OdRxPropertyVariantsetGiColorRGB (const OdGiColorRGB &val)
 
OdRxPropertyVariantsetGiMaterialColor (const OdGiMaterialColor &val)
 
OdRxPropertyVariantsetGiMrExposureType (const OdGiMrExposureType val)
 
OdRxPropertyVariantsetGiMrShadowMode (const OdGiMrShadowMode val)
 
OdRxPropertyVariantsetGiMrFinalGatheringMode (const OdGiMrFinalGatheringMode val)
 
OdRxPropertyVariantsetGiMrDiagnosticMode (const OdGiMrDiagnosticMode val)
 
OdRxPropertyVariantsetGiMrDiagnosticPhotonMode (const OdGiMrDiagnosticPhotonMode val)
 
OdRxPropertyVariantsetGiMrDiagnosticBSPMode (const OdGiMrDiagnosticBSPMode val)
 
OdRxPropertyVariantsetGiMrExportMIMode (const OdGiMrExportMIMode val)
 
OdRxPropertyVariantsetGiMrTileOrder (const OdGiMrTileOrder val)
 
OdRxPropertyVariantsetGiLightingMode (const OdGiLightingMode val)
 
OdRxPropertyVariantsetGiFilterType (const OdGiFilterType val)
 
OdRxPropertyVariantsetCmEntityColor_ColorMethod (const OdCmEntityColor::ColorMethod val)
 
OdRxPropertyVariantsetDb_LineWeight (const OdDb::LineWeight val)
 
OdRxPropertyVariantsetDb_UnitsValue (const OdDb::UnitsValue val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_WidthMode (const OdGiDgLinetypeModifiers::WidthMode val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_ShiftMode (const OdGiDgLinetypeModifiers::ShiftMode val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_CornersMode (const OdGiDgLinetypeModifiers::CornersMode val)
 
OdRxPropertyVariantsetGe_OdGeKnotParameterization (const OdGe::OdGeKnotParameterization val)
 
OdRxPropertyVariantsetGiLightAttenuation_AttenuationType (const OdGiLightAttenuation::AttenuationType val)
 
OdRxPropertyVariantsetGiDrawable_DrawableType (const OdGiDrawable::DrawableType val)
 
OdRxPropertyVariantsetGiShadowParameters_ShadowType (const OdGiShadowParameters::ShadowType val)
 
OdRxPropertyVariantsetGiShadowParameters_ExtendedLightShape (const OdGiShadowParameters::ExtendedLightShape val)
 
OdRxPropertyVariantsetGiViewportTraits_DefaultLightingType (const OdGiViewportTraits::DefaultLightingType val)
 
OdRxPropertyVariantsetGiMaterialTraits_LuminanceMode (const OdGiMaterialTraits::LuminanceMode val)
 
OdRxPropertyVariantsetGiMaterialTraits_GlobalIlluminationMode (const OdGiMaterialTraits::GlobalIlluminationMode val)
 
OdRxPropertyVariantsetGiMaterialTraits_FinalGatherMode (const OdGiMaterialTraits::FinalGatherMode val)
 
OdRxPropertyVariantsetGiMaterialTraits_ChannelFlags (const OdGiMaterialTraits::ChannelFlags val)
 
OdRxPropertyVariantsetGiMaterialTraits_Mode (const OdGiMaterialTraits::Mode val)
 
OdRxPropertyVariantsetGiMaterialTraits_IlluminationModel (const OdGiMaterialTraits::IlluminationModel val)
 
OdRxPropertyVariantsetGiVisualStyle_Type (const OdGiVisualStyle::Type val)
 
OdRxPropertyVariantsetGiVisualStyleProperties_FaceColorMode (const OdGiVisualStyleProperties::FaceColorMode val)
 
OdRxPropertyVariantsetGiVisualStyleProperties_EdgeModel (const OdGiVisualStyleProperties::EdgeModel val)
 
OdRxPropertyVariantsetGiFaceStyle_FaceColorMode (const OdGiFaceStyle::FaceColorMode val)
 
OdRxPropertyVariantsetGiEdgeStyle_EdgeModel (const OdGiEdgeStyle::EdgeModel val)
 
OdRxPropertyVariantsetGiToneOperatorParameters_ExteriorDaylightMode (const OdGiToneOperatorParameters::ExteriorDaylightMode val)
 
OdRxPropertyVariantsetStringArray (const OdStringArray &val)
 
OdRxPropertyVariantsetAnsiStringArray (const OdAnsiStringArray &val)
 
OdRxPropertyVariantsetBoolArray (const OdBoolArray &val)
 
OdRxPropertyVariantsetInt8Array (const OdInt8Array &val)
 
OdRxPropertyVariantsetUInt8Array (const OdUInt8Array &val)
 
OdRxPropertyVariantsetInt16Array (const OdInt16Array &val)
 
OdRxPropertyVariantsetUInt16Array (const OdUInt16Array &val)
 
OdRxPropertyVariantsetInt32Array (const OdInt32Array &val)
 
OdRxPropertyVariantsetUInt32Array (const OdUInt32Array &val)
 
OdRxPropertyVariantsetInt64Array (const OdInt64Array &val)
 
OdRxPropertyVariantsetUInt64Array (const OdUInt64Array &val)
 
OdRxPropertyVariantsetDoubleArray (const OdDoubleArray &val)
 
OdRxPropertyVariantsetGePoint3dArray (const OdGePoint3dArray &val)
 
OdRxPropertyVariantsetGePoint2dArray (const OdGePoint2dArray &val)
 
OdRxPropertyVariantsetGeVector2dArray (const OdGeVector2dArray &val)
 
OdRxPropertyVariantsetGeVector3dArray (const OdGeVector3dArray &val)
 
OdRxPropertyVariantsetCmEntityColorArray (const OdCmEntityColorArray &val)
 
OdRxPropertyVariantsetCmTransparencyArray (const OdCmTransparencyArray &val)
 
OdRxPropertyVariantsetGeMatrix2dArray (const OdGeMatrix2dArray &val)
 
OdRxPropertyVariantsetGeMatrix3dArray (const OdGeMatrix3dArray &val)
 
OdRxPropertyVariantsetGeScale3dArray (const OdGeScale3dArray &val)
 
OdRxPropertyVariantsetTimeStampArray (const OdTimeStampArray &val)
 
OdRxPropertyVariantsetGeExtents2dArray (const OdGeExtents2dArray &val)
 
OdRxPropertyVariantsetGeExtents3dArray (const OdGeExtents3dArray &val)
 
OdRxPropertyVariantsetGeQuaternionArray (const OdGeQuaternionArray &val)
 
OdRxPropertyVariantsetGiLightAttenuationArray (const OdGiLightAttenuationArray &val)
 
OdRxPropertyVariantsetGiSkyParametersArray (const OdGiSkyParametersArray &val)
 
OdRxPropertyVariantsetGiShadowParametersArray (const OdGiShadowParametersArray &val)
 
OdRxPropertyVariantsetGiColorRGBArray (const OdGiColorRGBArray &val)
 
OdRxPropertyVariantsetGiMaterialColorArray (const OdGiMaterialColorArray &val)
 
OdRxPropertyVariantsetGiMrExposureTypeArray (const OdGiMrExposureTypeArray &val)
 
OdRxPropertyVariantsetGiMrShadowModeArray (const OdGiMrShadowModeArray &val)
 
OdRxPropertyVariantsetGiMrFinalGatheringModeArray (const OdGiMrFinalGatheringModeArray &val)
 
OdRxPropertyVariantsetGiMrDiagnosticModeArray (const OdGiMrDiagnosticModeArray &val)
 
OdRxPropertyVariantsetGiMrDiagnosticPhotonModeArray (const OdGiMrDiagnosticPhotonModeArray &val)
 
OdRxPropertyVariantsetGiMrDiagnosticBSPModeArray (const OdGiMrDiagnosticBSPModeArray &val)
 
OdRxPropertyVariantsetGiMrExportMIModeArray (const OdGiMrExportMIModeArray &val)
 
OdRxPropertyVariantsetGiMrTileOrderArray (const OdGiMrTileOrderArray &val)
 
OdRxPropertyVariantsetGiLightingModeArray (const OdGiLightingModeArray &val)
 
OdRxPropertyVariantsetGiFilterTypeArray (const OdGiFilterTypeArray &val)
 
OdRxPropertyVariantsetCmEntityColor_ColorMethodArray (const OdCmEntityColor_ColorMethodArray &val)
 
OdRxPropertyVariantsetDb_LineWeightArray (const OdDb_LineWeightArray &val)
 
OdRxPropertyVariantsetDb_UnitsValueArray (const OdDb_UnitsValueArray &val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_WidthModeArray (const OdGiDgLinetypeModifiers_WidthModeArray &val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_ShiftModeArray (const OdGiDgLinetypeModifiers_ShiftModeArray &val)
 
OdRxPropertyVariantsetGiDgLinetypeModifiers_CornersModeArray (const OdGiDgLinetypeModifiers_CornersModeArray &val)
 
OdRxPropertyVariantsetGe_OdGeKnotParameterizationArray (const OdGe_OdGeKnotParameterizationArray &val)
 
OdRxPropertyVariantsetGiLightAttenuation_AttenuationTypeArray (const OdGiLightAttenuation_AttenuationTypeArray &val)
 
OdRxPropertyVariantsetGiDrawable_DrawableTypeArray (const OdGiDrawable_DrawableTypeArray &val)
 
OdRxPropertyVariantsetGiShadowParameters_ShadowTypeArray (const OdGiShadowParameters_ShadowTypeArray &val)
 
OdRxPropertyVariantsetGiShadowParameters_ExtendedLightShapeArray (const OdGiShadowParameters_ExtendedLightShapeArray &val)
 
OdRxPropertyVariantsetGiViewportTraits_DefaultLightingTypeArray (const OdGiViewportTraits_DefaultLightingTypeArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_LuminanceModeArray (const OdGiMaterialTraits_LuminanceModeArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_GlobalIlluminationModeArray (const OdGiMaterialTraits_GlobalIlluminationModeArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_FinalGatherModeArray (const OdGiMaterialTraits_FinalGatherModeArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_ChannelFlagsArray (const OdGiMaterialTraits_ChannelFlagsArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_ModeArray (const OdGiMaterialTraits_ModeArray &val)
 
OdRxPropertyVariantsetGiMaterialTraits_IlluminationModelArray (const OdGiMaterialTraits_IlluminationModelArray &val)
 
OdRxPropertyVariantsetGiVisualStyle_TypeArray (const OdGiVisualStyle_TypeArray &val)
 
OdRxPropertyVariantsetGiVisualStyleProperties_FaceColorModeArray (const OdGiVisualStyleProperties_FaceColorModeArray &val)
 
OdRxPropertyVariantsetGiVisualStyleProperties_EdgeModelArray (const OdGiVisualStyleProperties_EdgeModelArray &val)
 
OdRxPropertyVariantsetGiFaceStyle_FaceColorModeArray (const OdGiFaceStyle_FaceColorModeArray &val)
 
OdRxPropertyVariantsetGiEdgeStyle_EdgeModelArray (const OdGiEdgeStyle_EdgeModelArray &val)
 
OdRxPropertyVariantsetGiToneOperatorParameters_ExteriorDaylightModeArray (const OdGiToneOperatorParameters_ExteriorDaylightModeArray &val)
 

Static Public Member Functions

static const TypeFactorytypeFactory (int type)
 

Protected Member Functions

voiddata () const
 
void setVarType (int newType, int &type, void *data)
 

Protected Attributes

int m_type
 
union {
   OdUInt8   uint8 [OdRxPropertyVariantDataSize]
 
   double   dbl
 
   void *   ptr
 
m_uData
 

Detailed Description

This class defines objects to store property values in the property cache for the Common Data Access API.

<group OdRx_Classes>

Definition at line 369 of file RxPropertyVariant.h.

Member Enumeration Documentation

◆ Type

Defines additional types of stored values.

Enumerator
kVoid 

The value type is void.

kString 

The value type is OdString.

kBool 

The value type is OdBool.

kInt8 

The value type is OdInt8.

kUInt8 

The value type is OdUInt8.

kInt16 

The value type is OdInt16.

kUInt16 

The value type is OdUInt16.

kInt32 

The value type is OdInt32.

kUInt32 

The value type is OdUInt32.

kInt64 

The value type is OdInt64.

kUInt64 

The value type is OdUInt64.

kDouble 

The value type is OdDouble.

kAnsiString 

The value type is OdAnsiString.

kGePoint2d 

The value type is OdGePoint2d.

kGePoint3d 

The value type is OdGePoint3d.

kGeVector2d 

The value type is OdGeVector2d.

kGeVector3d 

The value type is OdGeVector3d.

kCmEntityColor 

The value type is OdCmEntityColor.

kCmTransparency 

The value type is OdCmTransparency.

kGeMatrix2d 

The value type is OdGeMatrix2d.

kGeMatrix3d 

The value type is OdGeMatrix3d.

kGeScale3d 

The value type is OdGeScale3d.

kTimeStamp 

The value type is OdTimeStamp.

kGeExtents2d 

The value type is OdGeExtents2d.

kGeExtents3d 

The value type is OdGeExtents3d.

kGeQuaternion 

The value type is OdGeQuaternion.

kGiLightAttenuation 

The value type is OdGiLightAttenuation.

kGiSkyParameters 

The value type is OdGiSkyParameters.

kGiShadowParameters 

The value type is OdGiShadowParameters.

kGiColorRGB 

The value type is OdGiColorRGB.

kGiMaterialColor 

The value type is OdGiMaterialColor.

kGiMrExposureType 

The value type is OdGiMrExposureType.

kGiMrShadowMode 

The value type is OdGiMrShadowMode.

kGiMrFinalGatheringMode 

The value type is OdGiMrFinalGatheringMode.

kGiMrDiagnosticMode 

The value type is OdGiMrDiagnosticMode.

kGiMrDiagnosticPhotonMode 

The value type is OdGiMrDiagnosticPhotonMode.

kGiMrDiagnosticBSPMode 

The value type is OdGiMrDiagnosticBSPMode.

kGiMrExportMIMode 

The value type is OdGiMrExportMIMode.

kGiMrTileOrder 

The value type is OdGiMrTileOrder.

kGiLightingMode 

The value type is OdGiLightingMode.

kGiFilterType 

The value type is OdGiFilterType.

kCmEntityColor_ColorMethod 

The value type is OdCmEntityColor::ColorMethod.

kDb_LineWeight 

The value type is OdDb::LineWeight.

kDb_UnitsValue 

The value type is OdDb::UnitsValue.

kGiDgLinetypeModifiers_WidthMode 

The value type is OdGiDgLinetypeModifiers::WidthMode.

kGiDgLinetypeModifiers_ShiftMode 

The value type is OdGiDgLinetypeModifiers::ShiftMode.

kGiDgLinetypeModifiers_CornersMode 

The value type is OdGiDgLinetypeModifiers::CornersMode.

kGe_OdGeKnotParameterization 

The value type is OdGe::OdGeKnotParameterization.

kGiLightAttenuation_AttenuationType 

The value type is OdGiLightAttenuation::AttenuationType.

kGiDrawable_DrawableType 

The value type is OdGiDrawable::DrawableType.

kGiShadowParameters_ShadowType 

The value type is OdGiShadowParameters::ShadowType.

kGiShadowParameters_ExtendedLightShape 

The value type is OdGiShadowParameters::ExtendedLightShape.

kGiViewportTraits_DefaultLightingType 

The value type is OdGiViewportTraits::DefaultLightingType.

kGiMaterialTraits_LuminanceMode 

The value type is OdGiMaterialTraits::LuminanceMode.

kGiMaterialTraits_GlobalIlluminationMode 

The value type is OdGiMaterialTraits::GlobalIlluminationMode.

kGiMaterialTraits_FinalGatherMode 

The value type is OdGiMaterialTraits::FinalGatherMode.

kGiMaterialTraits_ChannelFlags 

The value type is OdGiMaterialTraits::ChannelFlags.

kGiMaterialTraits_Mode 

The value type is OdGiMaterialTraits::Mode.

kGiMaterialTraits_IlluminationModel 

The value type is OdGiMaterialTraits::IlluminationModel.

kGiVisualStyle_Type 

The value type is OdGiVisualStyle::Type.

kGiVisualStyleProperties_FaceColorMode 

The value type is OdGiVisualStyleProperties::FaceColorMode.

kGiVisualStyleProperties_EdgeModel 

The value type is OdGiVisualStyleProperties::EdgeModel.

kGiFaceStyle_FaceColorMode 

The value type is OdGiFaceStyle::FaceColorMode.

kGiEdgeStyle_EdgeModel 

The value type is OdGiEdgeStyle::EdgeModel.

kGiToneOperatorParameters_ExteriorDaylightMode 

The value type is OdGiToneOperatorParameters::ExteriorDaylightMode.

kArray 

The value type is Array flag.

Definition at line 419 of file RxPropertyVariant.h.

Constructor & Destructor Documentation

◆ OdRxPropertyVariant() [1/66]

OdRxPropertyVariant::OdRxPropertyVariant ( )

Default constructor for instances of the OdRxPropertyVariant class.

◆ OdRxPropertyVariant() [2/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdRxPropertyVariant val)

Copy constructor for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdRxPropertyVariant value.

◆ OdRxPropertyVariant() [3/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdString val)

Copy constructor from an OdString value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdString value.

◆ OdRxPropertyVariant() [4/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdAnsiString &  val)

Copy constructor from an OdAnsiString value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdAnsiString value.

◆ OdRxPropertyVariant() [5/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const bool  val)

Copy constructor from a boolean value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant boolean value.

◆ OdRxPropertyVariant() [6/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdInt8  val)

Copy constructor from an OdInt8 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdInt8 value.

◆ OdRxPropertyVariant() [7/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdUInt8  val)

Copy constructor from an OdUInt8 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdUInt8 value.

◆ OdRxPropertyVariant() [8/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdInt16  val)

Copy constructor from an OdInt16 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdInt16 value.

◆ OdRxPropertyVariant() [9/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdUInt16  val)

Copy constructor from an OdUInt16 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdUInt16 value.

◆ OdRxPropertyVariant() [10/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdInt32  val)

Copy constructor from an OdInt32 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdInt32 value.

◆ OdRxPropertyVariant() [11/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdUInt32  val)

Copy constructor from an OdUInt32 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdUInt32 value.

◆ OdRxPropertyVariant() [12/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdInt64  val)

Copy constructor from an OdInt64 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdInt64 value.

◆ OdRxPropertyVariant() [13/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdUInt64  val)

Copy constructor from an OdUInt64 value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdUInt64 value.

◆ OdRxPropertyVariant() [14/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const double &  val)

Copy constructor from a double value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to double value.

◆ OdRxPropertyVariant() [15/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGePoint3d val)

Copy constructor from an OdGePoint3d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGePoint3d value.

◆ OdRxPropertyVariant() [16/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGePoint2d val)

Copy constructor from an OdGePoint2d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGePoint2d value.

◆ OdRxPropertyVariant() [17/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeVector2d val)

Copy constructor from an OdGeVector2d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeVector2d value.

◆ OdRxPropertyVariant() [18/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeVector3d val)

Copy constructor from an OdGeVector3d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeVector3d value.

◆ OdRxPropertyVariant() [19/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdCmEntityColor val)

Copy constructor from an OdCmEntityColor value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdCmEntityColor value.

◆ OdRxPropertyVariant() [20/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdCmTransparency val)

Copy constructor from an OdCmTransparency value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdCmTransparency value.

◆ OdRxPropertyVariant() [21/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeMatrix2d val)

Copy constructor from an OdGeMatrix2d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeMatrix2d value.

◆ OdRxPropertyVariant() [22/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeMatrix3d val)

Copy constructor from an OdGeMatrix3d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeMatrix3d value.

◆ OdRxPropertyVariant() [23/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeScale3d val)

Copy constructor from an OdGeScale3d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeScale3d value.

◆ OdRxPropertyVariant() [24/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdTimeStamp val)

Copy constructor from an OdTimeStamp value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdTimeStamp value.

◆ OdRxPropertyVariant() [25/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeExtents2d val)

Copy constructor from an OdGeExtents2d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeExtents2d value.

◆ OdRxPropertyVariant() [26/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeExtents3d val)

Copy constructor from an OdGeExtents3d value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeExtents2d value.

◆ OdRxPropertyVariant() [27/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGeQuaternion val)

Copy constructor from an OdGeQuaternion value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGeQuaternion value.

◆ OdRxPropertyVariant() [28/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiLightAttenuation val)

Copy constructor from an OdGiLightAttenuation value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGiLightAttenuation value.

◆ OdRxPropertyVariant() [29/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiSkyParameters val)

Copy constructor from an OdGiSkyParameters value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGiSkyParameters value.

◆ OdRxPropertyVariant() [30/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiShadowParameters val)

Copy constructor from an OdGiShadowParameters value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGiShadowParameters value.

◆ OdRxPropertyVariant() [31/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiColorRGB val)

Copy constructor from an OdGiColorRGB value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGiColorRGB value.

◆ OdRxPropertyVariant() [32/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrExposureType  val)

Copy constructor from an OdGiMrExposureType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrExposureType value.

◆ OdRxPropertyVariant() [33/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrShadowMode  val)

Copy constructor from an OdGiMrShadowMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrShadowMode value.

◆ OdRxPropertyVariant() [34/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrFinalGatheringMode  val)

Copy constructor from an OdGiMrFinalGatheringMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrFinalGatheringMode value.

◆ OdRxPropertyVariant() [35/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrDiagnosticMode  val)

Copy constructor from an OdGiMrDiagnosticMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrDiagnosticMode value.

◆ OdRxPropertyVariant() [36/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrDiagnosticPhotonMode  val)

Copy constructor from an OdGiMrDiagnosticPhotonMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrDiagnosticPhotonMode value.

◆ OdRxPropertyVariant() [37/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrDiagnosticBSPMode  val)

Copy constructor from an OdGiMrDiagnosticBSPMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrDiagnosticBSPMode value.

◆ OdRxPropertyVariant() [38/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrExportMIMode  val)

Copy constructor from an OdGiMrExportMIMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrExportMIMode value.

◆ OdRxPropertyVariant() [39/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMrTileOrder  val)

Copy constructor from an OdGiMrTileOrder value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMrTileOrder value.

◆ OdRxPropertyVariant() [40/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiLightingMode  val)

Copy constructor from an OdGiLightingMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiLightingMode value.

◆ OdRxPropertyVariant() [41/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiFilterType  val)

Copy constructor from an OdGiFilterType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiFilterType value.

◆ OdRxPropertyVariant() [42/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialColor val)

Copy constructor from an OdGiMaterialColor value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdGiMaterialColor value.

◆ OdRxPropertyVariant() [43/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdCmEntityColor::ColorMethod  val)

Copy constructor from an OdCmEntityColor::ColorMethod value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdCmEntityColor::ColorMethod value.

◆ OdRxPropertyVariant() [44/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdDb::LineWeight  val)

Copy constructor from an OdDb::LineWeight value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdDb::LineWeight value.

◆ OdRxPropertyVariant() [45/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdDb::UnitsValue  val)

Copy constructor from an OdDb::UnitsValue value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant reference to the OdDb::UnitsValue value.

◆ OdRxPropertyVariant() [46/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiDgLinetypeModifiers::WidthMode  val)

Copy constructor from an OdGiDgLinetypeModifiers::WidthMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::WidthMode value.

◆ OdRxPropertyVariant() [47/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiDgLinetypeModifiers::ShiftMode  val)

Copy constructor from an OdGiDgLinetypeModifiers::ShiftMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::ShiftMode value.

◆ OdRxPropertyVariant() [48/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiDgLinetypeModifiers::CornersMode  val)

Copy constructor from an OdGiDgLinetypeModifiers::CornersMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::CornersMode value.

◆ OdRxPropertyVariant() [49/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGe::OdGeKnotParameterization  val)

Copy constructor from an OdGe::OdGeKnotParameterization value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGe::OdGeKnotParameterization value.

◆ OdRxPropertyVariant() [50/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiLightAttenuation::AttenuationType  val)

Copy constructor from an OdGiLightAttenuation::AttenuationType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiLightAttenuation::AttenuationType value.

◆ OdRxPropertyVariant() [51/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiDrawable::DrawableType  val)

Copy constructor from an OdGiDrawable::DrawableType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiDrawable::DrawableType value.

◆ OdRxPropertyVariant() [52/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiShadowParameters::ShadowType  val)

Copy constructor from an OdGiShadowParameters::ShadowType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiShadowParameters::ShadowType value.

◆ OdRxPropertyVariant() [53/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiShadowParameters::ExtendedLightShape  val)

Copy constructor from an OdGiShadowParameters::ExtendedLightShape value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiShadowParameters::ExtendedLightShape value.

◆ OdRxPropertyVariant() [54/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiViewportTraits::DefaultLightingType  val)

Copy constructor from an OdGiViewportTraits::DefaultLightingType value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiViewportTraits::DefaultLightingType value.

◆ OdRxPropertyVariant() [55/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::LuminanceMode  val)

Copy constructor from an OdGiMaterialTraits::LuminanceMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::LuminanceMode value.

◆ OdRxPropertyVariant() [56/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::GlobalIlluminationMode  val)

Copy constructor from an OdGiMaterialTraits::GlobalIlluminationMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::GlobalIlluminationMode value.

◆ OdRxPropertyVariant() [57/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::FinalGatherMode  val)

Copy constructor from an OdGiMaterialTraits::FinalGatherMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::FinalGatherMode value.

◆ OdRxPropertyVariant() [58/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::ChannelFlags  val)

Copy constructor from an OdGiMaterialTraits::ChannelFlags value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::ChannelFlags value.

◆ OdRxPropertyVariant() [59/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::Mode  val)

Copy constructor from an OdGiMaterialTraits::Mode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::Mode value.

◆ OdRxPropertyVariant() [60/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiMaterialTraits::IlluminationModel  val)

Copy constructor from an OdGiMaterialTraits::IlluminationModel value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiMaterialTraits::IlluminationModel value.

◆ OdRxPropertyVariant() [61/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiVisualStyle::Type  val)

Copy constructor from an OdGiVisualStyle::Type value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiVisualStyle::Type value.

◆ OdRxPropertyVariant() [62/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiVisualStyleProperties::FaceColorMode  val)

Copy constructor from an OdGiVisualStyleProperties::FaceColorMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiVisualStyleProperties::FaceColorMode value.

◆ OdRxPropertyVariant() [63/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiVisualStyleProperties::EdgeModel  val)

Copy constructor from an OdGiVisualStyleProperties::EdgeModel value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiVisualStyleProperties::EdgeModel value.

◆ OdRxPropertyVariant() [64/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiFaceStyle::FaceColorMode  val)

Copy constructor from an OdGiFaceStyle::FaceColorMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiFaceStyle::FaceColorMode value.

◆ OdRxPropertyVariant() [65/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiEdgeStyle::EdgeModel  val)

Copy constructor from an OdGiEdgeStyle::EdgeModel value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiEdgeStyle::EdgeModel value.

◆ OdRxPropertyVariant() [66/66]

OdRxPropertyVariant::OdRxPropertyVariant ( const OdGiToneOperatorParameters::ExteriorDaylightMode  val)

Copy constructor from an OdGiToneOperatorParameters::ExteriorDaylightMode value for instances of the OdRxPropertyVariant class.

Parameters
val[in] Constant OdGiToneOperatorParameters::ExteriorDaylightMode value.

◆ ~OdRxPropertyVariant()

OdRxPropertyVariant::~OdRxPropertyVariant ( )

Destroys an instance of the OdRxPropertyVariant class.

Member Function Documentation

◆ asAnsiStringArray()

OdAnsiStringArray & OdRxPropertyVariant::asAnsiStringArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdAnsiString objects.

Returns
Reference to the OdAnsiStringArray object.

◆ asBoolArray()

OdBoolArray & OdRxPropertyVariant::asBoolArray ( )

Gets the value of this OdRxPropertyVariant object as an array of boolean values.

Returns
Reference to the OdBoolArray object.

◆ asCmEntityColor_ColorMethodArray()

OdCmEntityColor_ColorMethodArray & OdRxPropertyVariant::asCmEntityColor_ColorMethodArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor_ColorMethod objects.

Returns
Reference to the OdCmEntityColor_ColorMethodArray object.

◆ asCmEntityColorArray()

OdCmEntityColorArray & OdRxPropertyVariant::asCmEntityColorArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor objects.

Returns
Reference to the OdCmEntityColorArray object.

◆ asCmTransparencyArray()

OdCmTransparencyArray & OdRxPropertyVariant::asCmTransparencyArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdCmTransparency objects.

Returns
Reference to the OdCmTransparencyArray object.

◆ asDb_LineWeightArray()

OdDb_LineWeightArray & OdRxPropertyVariant::asDb_LineWeightArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdDb_LineWeight objects.

Returns
Reference to the OdDb_LineWeightArray object.

◆ asDb_UnitsValueArray()

OdDb_UnitsValueArray & OdRxPropertyVariant::asDb_UnitsValueArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdDb_UnitsValue objects.

Returns
Reference to the OdDb_UnitsValueArray object.

◆ asDoubleArray()

OdDoubleArray & OdRxPropertyVariant::asDoubleArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdDouble values.

Returns
Reference to the OdDoubleArray object.

◆ asGe_OdGeKnotParameterizationArray()

OdGe_OdGeKnotParameterizationArray & OdRxPropertyVariant::asGe_OdGeKnotParameterizationArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGe_OdGeKnotParameterization objects.

Returns
Reference to the OdGe_OdGeKnotParameterizationArray object.

◆ asGeExtents2dArray()

OdGeExtents2dArray & OdRxPropertyVariant::asGeExtents2dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents2d objects.

Returns
Reference to the OdGeExtents2dArray object.

◆ asGeExtents3dArray()

OdGeExtents3dArray & OdRxPropertyVariant::asGeExtents3dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents3d objects.

Returns
Reference to the OdGeExtents3dArray object.

◆ asGeMatrix2dArray()

OdGeMatrix2dArray & OdRxPropertyVariant::asGeMatrix2dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix2d objects.

Returns
Reference to the OdGeMatrix2dArray object.

◆ asGeMatrix3dArray()

OdGeMatrix3dArray & OdRxPropertyVariant::asGeMatrix3dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix3d objects.

Returns
Reference to the OdGeMatrix3dArray object.

◆ asGePoint2dArray()

OdGePoint2dArray & OdRxPropertyVariant::asGePoint2dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGePoint2d objects.

Returns
Reference to the OdGePoint2dArray object.

◆ asGePoint3dArray()

OdGePoint3dArray & OdRxPropertyVariant::asGePoint3dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGePoint3d objects.

Returns
Reference to the OdGePoint3dArray object.

◆ asGeQuaternionArray()

OdGeQuaternionArray & OdRxPropertyVariant::asGeQuaternionArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeQuaternion objects.

Returns
Reference to the OdGeQuaternionArray object.

◆ asGeScale3dArray()

OdGeScale3dArray & OdRxPropertyVariant::asGeScale3dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeScale3d objects.

Returns
Reference to the OdGeScale3dArray object.

◆ asGeVector2dArray()

OdGeVector2dArray & OdRxPropertyVariant::asGeVector2dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeVector2d objects.

Returns
Reference to the OdGeVector2dArray object.

◆ asGeVector3dArray()

OdGeVector3dArray & OdRxPropertyVariant::asGeVector3dArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGeVector3d objects.

Returns
Reference to the OdGeVector3dArray object.

◆ asGiColorRGBArray()

OdGiColorRGBArray & OdRxPropertyVariant::asGiColorRGBArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiColorRGB objects.

Returns
Reference to the OdGiColorRGBArray object.

◆ asGiDgLinetypeModifiers_CornersModeArray()

OdGiDgLinetypeModifiers_CornersModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_CornersModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_CornersMode objects.

Returns
Reference to the OdGiDgLinetypeModifiers_CornersModeArray object.

◆ asGiDgLinetypeModifiers_ShiftModeArray()

OdGiDgLinetypeModifiers_ShiftModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_ShiftModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_ShiftMode objects.

Returns
Reference to the OdGiDgLinetypeModifiers_ShiftModeArray object.

◆ asGiDgLinetypeModifiers_WidthModeArray()

OdGiDgLinetypeModifiers_WidthModeArray & OdRxPropertyVariant::asGiDgLinetypeModifiers_WidthModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_WidthMode objects.

Returns
Reference to the OdGiDgLinetypeModifiers_WidthModeArray object.

◆ asGiDrawable_DrawableTypeArray()

OdGiDrawable_DrawableTypeArray & OdRxPropertyVariant::asGiDrawable_DrawableTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiDrawable_DrawableType objects.

Returns
Reference to the OdGiDrawable_DrawableTypeArray object.

◆ asGiEdgeStyle_EdgeModelArray()

OdGiEdgeStyle_EdgeModelArray & OdRxPropertyVariant::asGiEdgeStyle_EdgeModelArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiEdgeStyle_EdgeModel objects.

Returns
Reference to the OdGiEdgeStyle_EdgeModelArray object.

◆ asGiFaceStyle_FaceColorModeArray()

OdGiFaceStyle_FaceColorModeArray & OdRxPropertyVariant::asGiFaceStyle_FaceColorModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiFaceStyle_FaceColorMode objects.

Returns
Reference to the OdGiFaceStyle_FaceColorModeArray object.

◆ asGiFilterTypeArray()

OdGiFilterTypeArray & OdRxPropertyVariant::asGiFilterTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiFilterType objects.

Returns
Reference to the OdGiFilterTypeArray object.

◆ asGiLightAttenuation_AttenuationTypeArray()

OdGiLightAttenuation_AttenuationTypeArray & OdRxPropertyVariant::asGiLightAttenuation_AttenuationTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation_AttenuationType objects.

Returns
Reference to the OdGiLightAttenuation_AttenuationTypeArray object.

◆ asGiLightAttenuationArray()

OdGiLightAttenuationArray & OdRxPropertyVariant::asGiLightAttenuationArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation objects.

Returns
Reference to the OdGiLightAttenuationArray object.

◆ asGiLightingModeArray()

OdGiLightingModeArray & OdRxPropertyVariant::asGiLightingModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightingMode objects.

Returns
Reference to the OdGiLightingModeArray object.

◆ asGiMaterialColorArray()

OdGiMaterialColorArray & OdRxPropertyVariant::asGiMaterialColorArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialColor objects.

Returns
Reference to the OdGiMaterialColorArray object.

◆ asGiMaterialTraits_ChannelFlagsArray()

OdGiMaterialTraits_ChannelFlagsArray & OdRxPropertyVariant::asGiMaterialTraits_ChannelFlagsArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_ChannelFlags objects.

Returns
Reference to the OdGiMaterialTraits_ChannelFlagsArray object.

◆ asGiMaterialTraits_FinalGatherModeArray()

OdGiMaterialTraits_FinalGatherModeArray & OdRxPropertyVariant::asGiMaterialTraits_FinalGatherModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_FinalGatherMode objects.

Returns
Reference to the OdGiMaterialTraits_FinalGatherModeArray object.

◆ asGiMaterialTraits_GlobalIlluminationModeArray()

OdGiMaterialTraits_GlobalIlluminationModeArray & OdRxPropertyVariant::asGiMaterialTraits_GlobalIlluminationModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_GlobalIlluminationMode objects.

Returns
Reference to the OdGiMaterialTraits_GlobalIlluminationModeArray object.

◆ asGiMaterialTraits_IlluminationModelArray()

OdGiMaterialTraits_IlluminationModelArray & OdRxPropertyVariant::asGiMaterialTraits_IlluminationModelArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_IlluminationModel objects.

Returns
Reference to the OdGiMaterialTraits_IlluminationModelArray object.

◆ asGiMaterialTraits_LuminanceModeArray()

OdGiMaterialTraits_LuminanceModeArray & OdRxPropertyVariant::asGiMaterialTraits_LuminanceModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_LuminanceMode objects.

Returns
Reference to the OdGiMaterialTraits_LuminanceModeArray object.

◆ asGiMaterialTraits_ModeArray()

OdGiMaterialTraits_ModeArray & OdRxPropertyVariant::asGiMaterialTraits_ModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_Mode objects.

Returns
Reference to the OdGiMaterialTraits_ModeArray object.

◆ asGiMrDiagnosticBSPModeArray()

OdGiMrDiagnosticBSPModeArray & OdRxPropertyVariant::asGiMrDiagnosticBSPModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticBSPMode objects.

Returns
Reference to the OdGiMrDiagnosticBSPModeArray object.

◆ asGiMrDiagnosticModeArray()

OdGiMrDiagnosticModeArray & OdRxPropertyVariant::asGiMrDiagnosticModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticMode objects.

Returns
Reference to the OdGiMrDiagnosticModeArray object.

◆ asGiMrDiagnosticPhotonModeArray()

OdGiMrDiagnosticPhotonModeArray & OdRxPropertyVariant::asGiMrDiagnosticPhotonModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticPhotonMode objects.

Returns
Reference to the OdGiMrDiagnosticPhotonModeArray object.

◆ asGiMrExportMIModeArray()

OdGiMrExportMIModeArray & OdRxPropertyVariant::asGiMrExportMIModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExportMIMode objects.

Returns
Reference to the OdGiMrExportMIModeArray object.

◆ asGiMrExposureTypeArray()

OdGiMrExposureTypeArray & OdRxPropertyVariant::asGiMrExposureTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExposureType objects.

Returns
Reference to the OdGiMrExposureTypeArray object.

◆ asGiMrFinalGatheringModeArray()

OdGiMrFinalGatheringModeArray & OdRxPropertyVariant::asGiMrFinalGatheringModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrFinalGatheringMode objects.

Returns
Reference to the OdGiMrFinalGatheringModeArray object.

◆ asGiMrShadowModeArray()

OdGiMrShadowModeArray & OdRxPropertyVariant::asGiMrShadowModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrShadowMode objects.

Returns
Reference to the OdGiMrShadowModeArray object.

◆ asGiMrTileOrderArray()

OdGiMrTileOrderArray & OdRxPropertyVariant::asGiMrTileOrderArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrTileOrder objects.

Returns
Reference to the OdGiMrTileOrderArray object.

◆ asGiShadowParameters_ExtendedLightShapeArray()

OdGiShadowParameters_ExtendedLightShapeArray & OdRxPropertyVariant::asGiShadowParameters_ExtendedLightShapeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ExtendedLightShape objects.

Returns
Reference to the OdGiShadowParameters_ExtendedLightShapeArray object.

◆ asGiShadowParameters_ShadowTypeArray()

OdGiShadowParameters_ShadowTypeArray & OdRxPropertyVariant::asGiShadowParameters_ShadowTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ShadowType objects.

Returns
Reference to the OdGiShadowParameters_ShadowTypeArray object.

◆ asGiShadowParametersArray()

OdGiShadowParametersArray & OdRxPropertyVariant::asGiShadowParametersArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters objects.

Returns
Reference to the OdGiShadowParametersArray object.

◆ asGiSkyParametersArray()

OdGiSkyParametersArray & OdRxPropertyVariant::asGiSkyParametersArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiSkyParameters objects.

Returns
Reference to the OdGiSkyParametersArray object.

◆ asGiToneOperatorParameters_ExteriorDaylightModeArray()

OdGiToneOperatorParameters_ExteriorDaylightModeArray & OdRxPropertyVariant::asGiToneOperatorParameters_ExteriorDaylightModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiToneOperatorParameters_ExteriorDaylightMode objects.

Returns
Reference to the OdGiToneOperatorParameters_ExteriorDaylightModeArray object.

◆ asGiViewportTraits_DefaultLightingTypeArray()

OdGiViewportTraits_DefaultLightingTypeArray & OdRxPropertyVariant::asGiViewportTraits_DefaultLightingTypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiViewportTraits_DefaultLightingType objects.

Returns
Reference to the OdGiViewportTraits_DefaultLightingTypeArray object.

◆ asGiVisualStyle_TypeArray()

OdGiVisualStyle_TypeArray & OdRxPropertyVariant::asGiVisualStyle_TypeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyle_Type objects.

Returns
Reference to the OdGiVisualStyle_TypeArray object.

◆ asGiVisualStyleProperties_EdgeModelArray()

OdGiVisualStyleProperties_EdgeModelArray & OdRxPropertyVariant::asGiVisualStyleProperties_EdgeModelArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_EdgeModel objects.

Returns
Reference to the OdGiVisualStyleProperties_EdgeModelArray object.

◆ asGiVisualStyleProperties_FaceColorModeArray()

OdGiVisualStyleProperties_FaceColorModeArray & OdRxPropertyVariant::asGiVisualStyleProperties_FaceColorModeArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_FaceColorMode objects.

Returns
Reference to the OdGiVisualStyleProperties_FaceColorModeArray object.

◆ asInt16Array()

OdInt16Array & OdRxPropertyVariant::asInt16Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdInt16 values.

Returns
Reference to the OdInt16Array object.

◆ asInt32Array()

OdInt32Array & OdRxPropertyVariant::asInt32Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdInt32 values.

Returns
Reference to the OdInt32Array object.

◆ asInt64Array()

OdInt64Array & OdRxPropertyVariant::asInt64Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdInt64 values.

Returns
Reference to the OdInt64Array object.

◆ asInt8Array()

OdInt8Array & OdRxPropertyVariant::asInt8Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdInt8 values.

Returns
Reference to the OdInt8Array object.

◆ asStringArray()

OdStringArray & OdRxPropertyVariant::asStringArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdString objects.

Returns
Reference to the OdStringArray object.

◆ asTimeStampArray()

OdTimeStampArray & OdRxPropertyVariant::asTimeStampArray ( )

Gets the value of this OdRxPropertyVariant object as an array of OdTimeStamp objects.

Returns
Reference to the OdTimeStampArray object.

◆ asUInt16Array()

OdUInt16Array & OdRxPropertyVariant::asUInt16Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdUInt16 values.

Returns
Reference to the OdUInt16Array object.

◆ asUInt32Array()

OdUInt32Array & OdRxPropertyVariant::asUInt32Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdUInt32 values.

Returns
Reference to the OdUInt32Array object.

◆ asUInt64Array()

OdUInt64Array & OdRxPropertyVariant::asUInt64Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdUInt64 values.

Returns
Reference to the OdUInt64Array object.

◆ asUInt8Array()

OdUInt8Array & OdRxPropertyVariant::asUInt8Array ( )

Gets the value of this OdRxPropertyVariant object as an array of OdUInt8 values.

Returns
Reference to the OdUInt8Array object.

◆ data()

void * OdRxPropertyVariant::data ( ) const
protected

◆ getAnsiString()

const OdAnsiString & OdRxPropertyVariant::getAnsiString ( ) const

Gets the value of this OdRxPropertyVariant object as an OdAnsiString value.

Returns
Constant reference to the OdAnsiString value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getAnsiStringArray()

const OdAnsiStringArray & OdRxPropertyVariant::getAnsiStringArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdAnsiString objects.

Returns
Constant reference to the OdAnsiStringArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getBool()

bool OdRxPropertyVariant::getBool ( ) const

Gets the value of this OdRxPropertyVariant object as a Boolean value.

Returns
Boolean value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getBoolArray()

const OdBoolArray & OdRxPropertyVariant::getBoolArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of boolean values.

Returns
Constant reference to the OdBoolArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmEntityColor()

const OdCmEntityColor & OdRxPropertyVariant::getCmEntityColor ( ) const

Gets the value of this OdRxPropertyVariant object as an OdCmEntityColor object.

Returns
Constant reference to the OdCmEntityColor object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmEntityColor_ColorMethod()

OdCmEntityColor::ColorMethod OdRxPropertyVariant::getCmEntityColor_ColorMethod ( ) const

Gets the value of this OdRxPropertyVariant object as an OdCmEntityColor::ColorMethod object.

Returns
OdCmEntityColor::ColorMethod object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmEntityColor_ColorMethodArray()

const OdCmEntityColor_ColorMethodArray & OdRxPropertyVariant::getCmEntityColor_ColorMethodArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor_ColorMethod objects.

Returns
Constant reference to the OdCmEntityColor_ColorMethodArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmEntityColorArray()

const OdCmEntityColorArray & OdRxPropertyVariant::getCmEntityColorArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdCmEntityColor objects.

Returns
Constant reference to the OdCmEntityColorArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmTransparency()

const OdCmTransparency & OdRxPropertyVariant::getCmTransparency ( ) const

Gets the value of this OdRxPropertyVariant object as an OdCmTransparency object.

Returns
Constant reference to the OdCmTransparency object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getCmTransparencyArray()

const OdCmTransparencyArray & OdRxPropertyVariant::getCmTransparencyArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdCmTransparency objects.

Returns
Constant reference to the OdCmTransparencyArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDb_LineWeight()

OdDb::LineWeight OdRxPropertyVariant::getDb_LineWeight ( ) const

Gets the value of this OdRxPropertyVariant object as an OdDb::LineWeight object.

Returns
OdDb::LineWeight object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDb_LineWeightArray()

const OdDb_LineWeightArray & OdRxPropertyVariant::getDb_LineWeightArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdDb_LineWeight objects.

Returns
Constant reference to the OdDb_LineWeightArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDb_UnitsValue()

OdDb::UnitsValue OdRxPropertyVariant::getDb_UnitsValue ( ) const

Gets the value of this OdRxPropertyVariant object as an OdDb::UnitsValue object.

Returns
OdDb::UnitsValue object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDb_UnitsValueArray()

const OdDb_UnitsValueArray & OdRxPropertyVariant::getDb_UnitsValueArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdDb_UnitsValue objects.

Returns
Constant reference to the OdDb_UnitsValueArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDouble()

const double & OdRxPropertyVariant::getDouble ( ) const

Gets the value of this OdRxPropertyVariant object as a double value.

Returns
Constant reference to the double value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getDoubleArray()

const OdDoubleArray & OdRxPropertyVariant::getDoubleArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of double values.

Returns
Constant reference to the OdDoubleArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGe_OdGeKnotParameterization()

OdGe::OdGeKnotParameterization OdRxPropertyVariant::getGe_OdGeKnotParameterization ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGe::OdGeKnotParameterization object.

Returns
OdGe::OdGeKnotParameterization object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGe_OdGeKnotParameterizationArray()

const OdGe_OdGeKnotParameterizationArray & OdRxPropertyVariant::getGe_OdGeKnotParameterizationArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGe_OdGeKnotParameterization objects.

Returns
Constant reference to the OdGe_OdGeKnotParameterizationArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeExtents2d()

const OdGeExtents2d & OdRxPropertyVariant::getGeExtents2d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeExtents2d object.

Returns
Constant reference to the OdGeExtents2d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeExtents2dArray()

const OdGeExtents2dArray & OdRxPropertyVariant::getGeExtents2dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents2d objects.

Returns
Constant reference to the OdGeExtents2dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeExtents3d()

const OdGeExtents3d & OdRxPropertyVariant::getGeExtents3d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeExtents3d object.

Returns
Constant reference to the OdGeExtents3d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeExtents3dArray()

const OdGeExtents3dArray & OdRxPropertyVariant::getGeExtents3dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeExtents3d objects.

Returns
Constant reference to the OdGeExtents3dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeMatrix2d()

const OdGeMatrix2d & OdRxPropertyVariant::getGeMatrix2d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeMatrix2d object.

Returns
Constant reference to the OdGeMatrix2d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeMatrix2dArray()

const OdGeMatrix2dArray & OdRxPropertyVariant::getGeMatrix2dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix2d objects.

Returns
Constant reference to the OdGeMatrix2dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeMatrix3d()

const OdGeMatrix3d & OdRxPropertyVariant::getGeMatrix3d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeMatrix3d object.

Returns
Constant reference to the OdGeMatrix3d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeMatrix3dArray()

const OdGeMatrix3dArray & OdRxPropertyVariant::getGeMatrix3dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeMatrix3d objects.

Returns
Constant reference to the OdGeMatrix3dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGePoint2d()

const OdGePoint2d & OdRxPropertyVariant::getGePoint2d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGePoint2d object.

Returns
Constant reference to the OdGePoint2d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGePoint2dArray()

const OdGePoint2dArray & OdRxPropertyVariant::getGePoint2dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGePoint2d objects.

Returns
Constant reference to the OdGePoint2dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGePoint3d()

const OdGePoint3d & OdRxPropertyVariant::getGePoint3d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGePoint3d object.

Returns
Constant reference to the OdGePoint3d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGePoint3dArray()

const OdGePoint3dArray & OdRxPropertyVariant::getGePoint3dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGePoint3d objects.

Returns
Constant reference to the OdGePoint3dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeQuaternion()

const OdGeQuaternion & OdRxPropertyVariant::getGeQuaternion ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeQuaternion object.

Returns
Constant reference to the OdGeQuaternion object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeQuaternionArray()

const OdGeQuaternionArray & OdRxPropertyVariant::getGeQuaternionArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeQuaternion objects.

Returns
Constant reference to the OdGeQuaternionArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeScale3d()

const OdGeScale3d & OdRxPropertyVariant::getGeScale3d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeScale3d object.

Returns
Constant reference to the OdGeScale3d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeScale3dArray()

const OdGeScale3dArray & OdRxPropertyVariant::getGeScale3dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeScale3d objects.

Returns
Constant reference to the OdGeScale3dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeVector2d()

const OdGeVector2d & OdRxPropertyVariant::getGeVector2d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeVector2d object.

Returns
Constant reference to the OdGeVector2d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeVector2dArray()

const OdGeVector2dArray & OdRxPropertyVariant::getGeVector2dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeVector2d objects.

Returns
Constant reference to the OdGeVector2dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeVector3d()

const OdGeVector3d & OdRxPropertyVariant::getGeVector3d ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGeVector3d object.

Returns
Constant reference to the OdGeVector3d object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGeVector3dArray()

const OdGeVector3dArray & OdRxPropertyVariant::getGeVector3dArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGeVector3d objects.

Returns
Constant reference to the OdGeVector3dArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiColorRGB()

const OdGiColorRGB & OdRxPropertyVariant::getGiColorRGB ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiColorRGB object.

Returns
Constant reference to the OdGiColorRGB object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiColorRGBArray()

const OdGiColorRGBArray & OdRxPropertyVariant::getGiColorRGBArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiColorRGB objects.

Returns
Constant reference to the OdGiColorRGBArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_CornersMode()

OdGiDgLinetypeModifiers::CornersMode OdRxPropertyVariant::getGiDgLinetypeModifiers_CornersMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::CornersMode object.

Returns
OdGiDgLinetypeModifiers::CornersMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_CornersModeArray()

const OdGiDgLinetypeModifiers_CornersModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_CornersModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_CornersMode objects.

Returns
Constant reference to the OdGiDgLinetypeModifiers_CornersModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_ShiftMode()

OdGiDgLinetypeModifiers::ShiftMode OdRxPropertyVariant::getGiDgLinetypeModifiers_ShiftMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::ShiftMode object.

Returns
OdGiDgLinetypeModifiers::ShiftMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_ShiftModeArray()

const OdGiDgLinetypeModifiers_ShiftModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_ShiftModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_ShiftMode objects.

Returns
Constant reference to the OdGiDgLinetypeModifiers_ShiftModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_WidthMode()

OdGiDgLinetypeModifiers::WidthMode OdRxPropertyVariant::getGiDgLinetypeModifiers_WidthMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiDgLinetypeModifiers::WidthMode object.

Returns
OdGiDgLinetypeModifiers::WidthMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDgLinetypeModifiers_WidthModeArray()

const OdGiDgLinetypeModifiers_WidthModeArray & OdRxPropertyVariant::getGiDgLinetypeModifiers_WidthModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiDgLinetypeModifiers_WidthMode objects.

Returns
Constant reference to the OdGiDgLinetypeModifiers_WidthModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDrawable_DrawableType()

OdGiDrawable::DrawableType OdRxPropertyVariant::getGiDrawable_DrawableType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiDrawable::DrawableType object.

Returns
OdGiDrawable::DrawableType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiDrawable_DrawableTypeArray()

const OdGiDrawable_DrawableTypeArray & OdRxPropertyVariant::getGiDrawable_DrawableTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiDrawable_DrawableType objects.

Returns
Constant reference to the OdGiDrawable_DrawableTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiEdgeStyle_EdgeModel()

OdGiEdgeStyle::EdgeModel OdRxPropertyVariant::getGiEdgeStyle_EdgeModel ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiEdgeStyle::EdgeModel object.

Returns
OdGiEdgeStyle::EdgeModel object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiEdgeStyle_EdgeModelArray()

const OdGiEdgeStyle_EdgeModelArray & OdRxPropertyVariant::getGiEdgeStyle_EdgeModelArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiEdgeStyle_EdgeModel objects.

Returns
Constant reference to the OdGiEdgeStyle_EdgeModelArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiFaceStyle_FaceColorMode()

OdGiFaceStyle::FaceColorMode OdRxPropertyVariant::getGiFaceStyle_FaceColorMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiFaceStyle::FaceColorMode object.

Returns
OdGiFaceStyle::FaceColorMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiFaceStyle_FaceColorModeArray()

const OdGiFaceStyle_FaceColorModeArray & OdRxPropertyVariant::getGiFaceStyle_FaceColorModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiFaceStyle_FaceColorMode objects.

Returns
Constant reference to the OdGiFaceStyle_FaceColorModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiFilterType()

OdGiFilterType OdRxPropertyVariant::getGiFilterType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiFilterType object.

Returns
OdGiFilterType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiFilterTypeArray()

const OdGiFilterTypeArray & OdRxPropertyVariant::getGiFilterTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiFilterType objects.

Returns
Constant reference to the OdGiFilterTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightAttenuation()

const OdGiLightAttenuation & OdRxPropertyVariant::getGiLightAttenuation ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiLightAttenuation object.

Returns
Constant reference to the OdGiLightAttenuation object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightAttenuation_AttenuationType()

OdGiLightAttenuation::AttenuationType OdRxPropertyVariant::getGiLightAttenuation_AttenuationType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiLightAttenuation::AttenuationType object.

Returns
OdGiLightAttenuation::AttenuationType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightAttenuation_AttenuationTypeArray()

const OdGiLightAttenuation_AttenuationTypeArray & OdRxPropertyVariant::getGiLightAttenuation_AttenuationTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation_AttenuationType objects.

Returns
Constant reference to the OdGiLightAttenuation_AttenuationTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightAttenuationArray()

const OdGiLightAttenuationArray & OdRxPropertyVariant::getGiLightAttenuationArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightAttenuation objects.

Returns
Constant reference to the OdGiLightAttenuationArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightingMode()

OdGiLightingMode OdRxPropertyVariant::getGiLightingMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiLightingMode object.

Returns
OdGiLightingMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiLightingModeArray()

const OdGiLightingModeArray & OdRxPropertyVariant::getGiLightingModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiLightingMode objects.

Returns
Constant reference to the OdGiLightingModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialColor()

const OdGiMaterialColor & OdRxPropertyVariant::getGiMaterialColor ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialColor object.

Returns
Constant reference to the OdGiMaterialColor object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialColorArray()

const OdGiMaterialColorArray & OdRxPropertyVariant::getGiMaterialColorArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialColor objects.

Returns
Constant reference to the OdGiMaterialColorArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_ChannelFlags()

OdGiMaterialTraits::ChannelFlags OdRxPropertyVariant::getGiMaterialTraits_ChannelFlags ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::ChannelFlags object.

Returns
OdGiMaterialTraits::ChannelFlags object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_ChannelFlagsArray()

const OdGiMaterialTraits_ChannelFlagsArray & OdRxPropertyVariant::getGiMaterialTraits_ChannelFlagsArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_ChannelFlags objects.

Returns
Constant reference to the OdGiMaterialTraits_ChannelFlagsArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_FinalGatherMode()

OdGiMaterialTraits::FinalGatherMode OdRxPropertyVariant::getGiMaterialTraits_FinalGatherMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::FinalGatherMode object.

Returns
OdGiMaterialTraits::FinalGatherMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_FinalGatherModeArray()

const OdGiMaterialTraits_FinalGatherModeArray & OdRxPropertyVariant::getGiMaterialTraits_FinalGatherModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_FinalGatherMode objects.

Returns
Constant reference to the OdGiMaterialTraits_FinalGatherModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_GlobalIlluminationMode()

OdGiMaterialTraits::GlobalIlluminationMode OdRxPropertyVariant::getGiMaterialTraits_GlobalIlluminationMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::GlobalIlluminationMode object.

Returns
OdGiMaterialTraits::GlobalIlluminationMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_GlobalIlluminationModeArray()

const OdGiMaterialTraits_GlobalIlluminationModeArray & OdRxPropertyVariant::getGiMaterialTraits_GlobalIlluminationModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_GlobalIlluminationMode objects.

Returns
Constant reference to the OdGiMaterialTraits_GlobalIlluminationModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_IlluminationModel()

OdGiMaterialTraits::IlluminationModel OdRxPropertyVariant::getGiMaterialTraits_IlluminationModel ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::IlluminationModel object.

Returns
OdGiMaterialTraits::IlluminationModel object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_IlluminationModelArray()

const OdGiMaterialTraits_IlluminationModelArray & OdRxPropertyVariant::getGiMaterialTraits_IlluminationModelArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_IlluminationModel objects.

Returns
Constant reference to the OdGiMaterialTraits_IlluminationModelArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_LuminanceMode()

OdGiMaterialTraits::LuminanceMode OdRxPropertyVariant::getGiMaterialTraits_LuminanceMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::LuminanceMode object.

Returns
OdGiMaterialTraits::LuminanceMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_LuminanceModeArray()

const OdGiMaterialTraits_LuminanceModeArray & OdRxPropertyVariant::getGiMaterialTraits_LuminanceModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_LuminanceMode objects.

Returns
Constant reference to the OdGiMaterialTraits_LuminanceModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_Mode()

OdGiMaterialTraits::Mode OdRxPropertyVariant::getGiMaterialTraits_Mode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMaterialTraits::Mode object.

Returns
OdGiMaterialTraits::Mode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMaterialTraits_ModeArray()

const OdGiMaterialTraits_ModeArray & OdRxPropertyVariant::getGiMaterialTraits_ModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMaterialTraits_Mode objects.

Returns
Constant reference to the OdGiMaterialTraits_ModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticBSPMode()

OdGiMrDiagnosticBSPMode OdRxPropertyVariant::getGiMrDiagnosticBSPMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticBSPMode object.

Returns
OdGiMrDiagnosticBSPMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticBSPModeArray()

const OdGiMrDiagnosticBSPModeArray & OdRxPropertyVariant::getGiMrDiagnosticBSPModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticBSPMode objects.

Returns
Constant reference to the OdGiMrDiagnosticBSPModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticMode()

OdGiMrDiagnosticMode OdRxPropertyVariant::getGiMrDiagnosticMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticMode object.

Returns
OdGiMrDiagnosticMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticModeArray()

const OdGiMrDiagnosticModeArray & OdRxPropertyVariant::getGiMrDiagnosticModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticMode objects.

Returns
Constant reference to the OdGiMrDiagnosticModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticPhotonMode()

OdGiMrDiagnosticPhotonMode OdRxPropertyVariant::getGiMrDiagnosticPhotonMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrDiagnosticPhotonMode object.

Returns
OdGiMrDiagnosticPhotonMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrDiagnosticPhotonModeArray()

const OdGiMrDiagnosticPhotonModeArray & OdRxPropertyVariant::getGiMrDiagnosticPhotonModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrDiagnosticPhotonMode objects.

Returns
Constant reference to the OdGiMrDiagnosticPhotonModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrExportMIMode()

OdGiMrExportMIMode OdRxPropertyVariant::getGiMrExportMIMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrExportMIMode object.

Returns
OdGiMrExportMIMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrExportMIModeArray()

const OdGiMrExportMIModeArray & OdRxPropertyVariant::getGiMrExportMIModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExportMIMode objects.

Returns
Constant reference to the OdGiMrExportMIModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrExposureType()

OdGiMrExposureType OdRxPropertyVariant::getGiMrExposureType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrExposureType object.

Returns
OdGiMrExposureType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrExposureTypeArray()

const OdGiMrExposureTypeArray & OdRxPropertyVariant::getGiMrExposureTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrExposureType objects.

Returns
Constant reference to the OdGiMrExposureTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrFinalGatheringMode()

OdGiMrFinalGatheringMode OdRxPropertyVariant::getGiMrFinalGatheringMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrFinalGatheringMode object.

Returns
OdGiMrFinalGatheringMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrFinalGatheringModeArray()

const OdGiMrFinalGatheringModeArray & OdRxPropertyVariant::getGiMrFinalGatheringModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrFinalGatheringMode objects.

Returns
Constant reference to the OdGiMrFinalGatheringModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrShadowMode()

OdGiMrShadowMode OdRxPropertyVariant::getGiMrShadowMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrShadowMode object.

Returns
OdGiMrShadowMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrShadowModeArray()

const OdGiMrShadowModeArray & OdRxPropertyVariant::getGiMrShadowModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrShadowMode objects.

Returns
Constant reference to the OdGiMrShadowModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrTileOrder()

OdGiMrTileOrder OdRxPropertyVariant::getGiMrTileOrder ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiMrTileOrder object.

Returns
OdGiMrTileOrder object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiMrTileOrderArray()

const OdGiMrTileOrderArray & OdRxPropertyVariant::getGiMrTileOrderArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiMrTileOrder objects.

Returns
Constant reference to the OdGiMrTileOrderArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParameters()

const OdGiShadowParameters & OdRxPropertyVariant::getGiShadowParameters ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters object.

Returns
Constant reference to the OdGiShadowParameters object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParameters_ExtendedLightShape()

OdGiShadowParameters::ExtendedLightShape OdRxPropertyVariant::getGiShadowParameters_ExtendedLightShape ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters::ExtendedLightShape object.

Returns
OdGiShadowParameters::ExtendedLightShape object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParameters_ExtendedLightShapeArray()

const OdGiShadowParameters_ExtendedLightShapeArray & OdRxPropertyVariant::getGiShadowParameters_ExtendedLightShapeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ExtendedLightShape objects.

Returns
Constant reference to the OdGiShadowParameters_ExtendedLightShapeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParameters_ShadowType()

OdGiShadowParameters::ShadowType OdRxPropertyVariant::getGiShadowParameters_ShadowType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiShadowParameters::ShadowType object.

Returns
OdGiShadowParameters::ShadowType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParameters_ShadowTypeArray()

const OdGiShadowParameters_ShadowTypeArray & OdRxPropertyVariant::getGiShadowParameters_ShadowTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters_ShadowType objects.

Returns
Constant reference to the OdGiShadowParameters_ShadowTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiShadowParametersArray()

const OdGiShadowParametersArray & OdRxPropertyVariant::getGiShadowParametersArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiShadowParameters objects.

Returns
Constant reference to the OdGiShadowParametersArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiSkyParameters()

const OdGiSkyParameters & OdRxPropertyVariant::getGiSkyParameters ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiSkyParameters object.

Returns
Constant reference to the OdGiSkyParameters object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiSkyParametersArray()

const OdGiSkyParametersArray & OdRxPropertyVariant::getGiSkyParametersArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiSkyParameters objects.

Returns
Constant reference to the OdGiSkyParametersArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiToneOperatorParameters_ExteriorDaylightMode()

OdGiToneOperatorParameters::ExteriorDaylightMode OdRxPropertyVariant::getGiToneOperatorParameters_ExteriorDaylightMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiToneOperatorParameters::ExteriorDaylightMode object.

Returns
OdGiToneOperatorParameters::ExteriorDaylightMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiToneOperatorParameters_ExteriorDaylightModeArray()

const OdGiToneOperatorParameters_ExteriorDaylightModeArray & OdRxPropertyVariant::getGiToneOperatorParameters_ExteriorDaylightModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiToneOperatorParameters_ExteriorDaylightMode objects.

Returns
Constant reference to the OdGiToneOperatorParameters_ExteriorDaylightModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiViewportTraits_DefaultLightingType()

OdGiViewportTraits::DefaultLightingType OdRxPropertyVariant::getGiViewportTraits_DefaultLightingType ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiViewportTraits::DefaultLightingType object.

Returns
OdGiViewportTraits::DefaultLightingType object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiViewportTraits_DefaultLightingTypeArray()

const OdGiViewportTraits_DefaultLightingTypeArray & OdRxPropertyVariant::getGiViewportTraits_DefaultLightingTypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiViewportTraits_DefaultLightingType objects.

Returns
Constant reference to the OdGiViewportTraits_DefaultLightingTypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyle_Type()

OdGiVisualStyle::Type OdRxPropertyVariant::getGiVisualStyle_Type ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyle::Type object.

Returns
OdGiVisualStyle::Type object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyle_TypeArray()

const OdGiVisualStyle_TypeArray & OdRxPropertyVariant::getGiVisualStyle_TypeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyle_Type objects.

Returns
Constant reference to the OdGiVisualStyle_TypeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyleProperties_EdgeModel()

OdGiVisualStyleProperties::EdgeModel OdRxPropertyVariant::getGiVisualStyleProperties_EdgeModel ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyleProperties::EdgeModel object.

Returns
OdGiVisualStyleProperties::EdgeModel object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyleProperties_EdgeModelArray()

const OdGiVisualStyleProperties_EdgeModelArray & OdRxPropertyVariant::getGiVisualStyleProperties_EdgeModelArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_EdgeModel objects.

Returns
Constant reference to the OdGiVisualStyleProperties_EdgeModelArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyleProperties_FaceColorMode()

OdGiVisualStyleProperties::FaceColorMode OdRxPropertyVariant::getGiVisualStyleProperties_FaceColorMode ( ) const

Gets the value of this OdRxPropertyVariant object as an OdGiVisualStyleProperties::FaceColorMode object.

Returns
OdGiVisualStyleProperties::FaceColorMode object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getGiVisualStyleProperties_FaceColorModeArray()

const OdGiVisualStyleProperties_FaceColorModeArray & OdRxPropertyVariant::getGiVisualStyleProperties_FaceColorModeArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdGiVisualStyleProperties_FaceColorMode objects.

Returns
Constant reference to the OdGiVisualStyleProperties_FaceColorModeArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt16()

OdInt16 OdRxPropertyVariant::getInt16 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdInt16 value.

Returns
OdInt16 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt16Array()

const OdInt16Array & OdRxPropertyVariant::getInt16Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdInt16 values.

Returns
Constant reference to the OdInt16Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt32()

OdInt32 OdRxPropertyVariant::getInt32 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdInt32 value.

Returns
OdInt32 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt32Array()

const OdInt32Array & OdRxPropertyVariant::getInt32Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdInt32 values.

Returns
Constant reference to the OdInt32Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt64()

OdInt64 OdRxPropertyVariant::getInt64 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdInt64 value.

Returns
OdInt64 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt64Array()

const OdInt64Array & OdRxPropertyVariant::getInt64Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdInt64 values.

Returns
Constant reference to the OdInt64Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt8()

OdInt8 OdRxPropertyVariant::getInt8 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdInt8 value.

Returns
OdInt8 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getInt8Array()

const OdInt8Array & OdRxPropertyVariant::getInt8Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdInt8 values.

Returns
Constant reference to the OdInt8Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getString()

const OdString & OdRxPropertyVariant::getString ( ) const

Gets the value of this OdRxPropertyVariant object as an OdString value.

Returns
Constant reference to the OdString value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getStringArray()

const OdStringArray & OdRxPropertyVariant::getStringArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdString objects.

Returns
Constant reference to the OdStringArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getTimeStamp()

const OdTimeStamp & OdRxPropertyVariant::getTimeStamp ( ) const

Gets the value of this OdRxPropertyVariant object as an OdTimeStamp object.

Returns
Constant reference to the OdTimeStamp object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getTimeStampArray()

const OdTimeStampArray & OdRxPropertyVariant::getTimeStampArray ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdTimeStamp objects.

Returns
Constant reference to the OdTimeStampArray object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt16()

OdUInt16 OdRxPropertyVariant::getUInt16 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdUInt16 value.

Returns
OdUInt16 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt16Array()

const OdUInt16Array & OdRxPropertyVariant::getUInt16Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdUInt16 values.

Returns
Constant reference to the OdUInt16Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt32()

OdUInt32 OdRxPropertyVariant::getUInt32 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdUInt32 value.

Returns
OdUInt32 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt32Array()

const OdUInt32Array & OdRxPropertyVariant::getUInt32Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdUInt32 values.

Returns
Constant reference to the OdUInt32Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt64()

OdUInt64 OdRxPropertyVariant::getUInt64 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdUInt64 value.

Returns
OdUInt64 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt64Array()

const OdUInt64Array & OdRxPropertyVariant::getUInt64Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdUInt64 values.

Returns
Constant reference to the OdUInt64Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt8()

OdUInt8 OdRxPropertyVariant::getUInt8 ( ) const

Gets the value of this OdRxPropertyVariant object as an OdUInt8 value.

Returns
OdUInt8 value.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ getUInt8Array()

const OdUInt8Array & OdRxPropertyVariant::getUInt8Array ( ) const

Gets the value of this OdRxPropertyVariant object as an array of OdUInt8 values.

Returns
Constant reference to the OdUInt8Array object.
Remarks
No check is made to determine that this OdRxPropertyVariant object is of the specified type.

◆ isArray()

bool OdRxPropertyVariant::isArray ( ) const

Checks whether this OdRxPropertyVariant object is an Array.

Returns
The true value if this OdRxPropertyVariant object is an Array, or false otherwise.

◆ operator=() [1/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const bool &  val)

Assignment operator. Assigns a new boolean value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New boolean value.
Returns
Reference to this object.

◆ operator=() [2/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const double &  val)

Assignment operator. Assigns a new double value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New double value.
Returns
Reference to this object.

◆ operator=() [3/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdAnsiString &  val)

Assignment operator. Assigns a new OdAnsiString value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdAnsiString value.
Returns
Reference to this object.

◆ operator=() [4/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdCmEntityColor val)

Assignment operator. Assigns a new OdCmEntityColor value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdCmEntityColor value.
Returns
Reference to this object.

◆ operator=() [5/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdCmEntityColor::ColorMethod val)

Assignment operator. Assigns a new OdCmEntityColor::ColorMethod value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdCmEntityColor::ColorMethod value.
Returns
Reference to this object.

◆ operator=() [6/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdCmTransparency val)

Assignment operator. Assigns a new OdCmTransparency value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdCmTransparency value.
Returns
Reference to this object.

◆ operator=() [7/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdDb::LineWeight val)

Assignment operator. Assigns a new OdDb::LineWeight value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdDb::LineWeight value.
Returns
Reference to this object.

◆ operator=() [8/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdDb::UnitsValue val)

Assignment operator. Assigns a new OdDb::UnitsValue value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdDb::UnitsValue value.
Returns
Reference to this object.

◆ operator=() [9/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGe::OdGeKnotParameterization val)

Assignment operator. Assigns a new OdGe::OdGeKnotParameterization value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGe::OdGeKnotParameterization value.
Returns
Reference to this object.

◆ operator=() [10/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeExtents2d val)

Assignment operator. Assigns a new OdGeExtents2d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeExtents2d value.
Returns
Reference to this object.

◆ operator=() [11/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeExtents3d val)

Assignment operator. Assigns a new OdGeExtents3d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeExtents3d value.
Returns
Reference to this object.

◆ operator=() [12/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeMatrix2d val)

Assignment operator. Assigns a new OdGeMatrix2d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeMatrix2d value.
Returns
Reference to this object.

◆ operator=() [13/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeMatrix3d val)

Assignment operator. Assigns a new OdGeMatrix3d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeMatrix3d value.
Returns
Reference to this object.

◆ operator=() [14/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGePoint2d val)

Assignment operator. Assigns a new OdGePoint2d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGePoint2d value.
Returns
Reference to this object.

◆ operator=() [15/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGePoint3d val)

Assignment operator. Assigns a new OdGePoint3d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGePoint3d value.
Returns
Reference to this object.

◆ operator=() [16/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeQuaternion val)

Assignment operator. Assigns a new OdGeQuaternion value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeQuaternion value.
Returns
Reference to this object.

◆ operator=() [17/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeScale3d val)

Assignment operator. Assigns a new OdGeScale3d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeScale3d value.
Returns
Reference to this object.

◆ operator=() [18/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeVector2d val)

Assignment operator. Assigns a new OdGeVector2d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeVector2d value.
Returns
Reference to this object.

◆ operator=() [19/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGeVector3d val)

Assignment operator. Assigns a new OdGeVector3d value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGeVector3d value.
Returns
Reference to this object.

◆ operator=() [20/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiColorRGB val)

Assignment operator. Assigns a new OdGiColorRGB value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiColorRGB value.
Returns
Reference to this object.

◆ operator=() [21/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiDgLinetypeModifiers::CornersMode val)

Assignment operator. Assigns a new OdGiDgLinetypeModifiers::CornersMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiDgLinetypeModifiers::CornersMode value.
Returns
Reference to this object.

◆ operator=() [22/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiDgLinetypeModifiers::ShiftMode val)

Assignment operator. Assigns a new OdGiDgLinetypeModifiers::ShiftMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiDgLinetypeModifiers::ShiftMode value.
Returns
Reference to this object.

◆ operator=() [23/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiDgLinetypeModifiers::WidthMode val)

Assignment operator. Assigns a new OdGiDgLinetypeModifiers::WidthMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiDgLinetypeModifiers::WidthMode value.
Returns
Reference to this object.

◆ operator=() [24/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiDrawable::DrawableType val)

Assignment operator. Assigns a new OdGiDrawable::DrawableType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiDrawable::DrawableType value.
Returns
Reference to this object.

◆ operator=() [25/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiEdgeStyle::EdgeModel val)

Assignment operator. Assigns a new OdGiEdgeStyle::EdgeModel value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiEdgeStyle::EdgeModel value.
Returns
Reference to this object.

◆ operator=() [26/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiFaceStyle::FaceColorMode val)

Assignment operator. Assigns a new OdGiFaceStyle::FaceColorMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiFaceStyle::FaceColorMode value.
Returns
Reference to this object.

◆ operator=() [27/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiFilterType val)

Assignment operator. Assigns a new OdGiFilterType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiFilterType value.
Returns
Reference to this object.

◆ operator=() [28/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiLightAttenuation val)

Assignment operator. Assigns a new OdGiLightAttenuation value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiLightAttenuation value.
Returns
Reference to this object.

◆ operator=() [29/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiLightAttenuation::AttenuationType val)

Assignment operator. Assigns a new OdGiLightAttenuation::AttenuationType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiLightAttenuation::AttenuationType value.
Returns
Reference to this object.

◆ operator=() [30/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiLightingMode val)

Assignment operator. Assigns a new OdGiLightingMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiLightingMode value.
Returns
Reference to this object.

◆ operator=() [31/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialColor val)

Assignment operator. Assigns a new OdGiMaterialColor value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialColor value.
Returns
Reference to this object.

◆ operator=() [32/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::ChannelFlags val)

Assignment operator. Assigns a new OdGiMaterialTraits::ChannelFlags value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::ChannelFlags value.
Returns
Reference to this object.

◆ operator=() [33/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::FinalGatherMode val)

Assignment operator. Assigns a new OdGiMaterialTraits::FinalGatherMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::FinalGatherMode value.
Returns
Reference to this object.

◆ operator=() [34/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::GlobalIlluminationMode val)

Assignment operator. Assigns a new OdGiMaterialTraits::GlobalIlluminationMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::GlobalIlluminationMode value.
Returns
Reference to this object.

◆ operator=() [35/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::IlluminationModel val)

Assignment operator. Assigns a new OdGiMaterialTraits::IlluminationModel value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::IlluminationModel value.
Returns
Reference to this object.

◆ operator=() [36/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::LuminanceMode val)

Assignment operator. Assigns a new OdGiMaterialTraits::LuminanceMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::LuminanceMode value.
Returns
Reference to this object.

◆ operator=() [37/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMaterialTraits::Mode val)

Assignment operator. Assigns a new OdGiMaterialTraits::Mode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMaterialTraits::Mode value.
Returns
Reference to this object.

◆ operator=() [38/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrDiagnosticBSPMode val)

Assignment operator. Assigns a new OdGiMrDiagnosticBSPMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrDiagnosticBSPMode value.
Returns
Reference to this object.

◆ operator=() [39/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrDiagnosticMode val)

Assignment operator. Assigns a new OdGiMrDiagnosticMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrDiagnosticMode value.
Returns
Reference to this object.

◆ operator=() [40/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrDiagnosticPhotonMode val)

Assignment operator. Assigns a new OdGiMrDiagnosticPhotonMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrDiagnosticPhotonMode value.
Returns
Reference to this object.

◆ operator=() [41/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrExportMIMode val)

Assignment operator. Assigns a new OdGiMrExportMIMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrExportMIMode value.
Returns
Reference to this object.

◆ operator=() [42/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrExposureType val)

Assignment operator. Assigns a new OdGiMrExposureType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrExposureType value.
Returns
Reference to this object.

◆ operator=() [43/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrFinalGatheringMode val)

Assignment operator. Assigns a new OdGiMrFinalGatheringMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrFinalGatheringMode value.
Returns
Reference to this object.

◆ operator=() [44/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrShadowMode val)

Assignment operator. Assigns a new OdGiMrShadowMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrShadowMode value.
Returns
Reference to this object.

◆ operator=() [45/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiMrTileOrder val)

Assignment operator. Assigns a new OdGiMrTileOrder value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiMrTileOrder value.
Returns
Reference to this object.

◆ operator=() [46/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiShadowParameters val)

Assignment operator. Assigns a new OdGiShadowParameters value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiShadowParameters value.
Returns
Reference to this object.

◆ operator=() [47/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiShadowParameters::ExtendedLightShape val)

Assignment operator. Assigns a new OdGiShadowParameters::ExtendedLightShape value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiShadowParameters::ExtendedLightShape value.
Returns
Reference to this object.

◆ operator=() [48/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiShadowParameters::ShadowType val)

Assignment operator. Assigns a new OdGiShadowParameters::ShadowType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiShadowParameters::ShadowType value.
Returns
Reference to this object.

◆ operator=() [49/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiSkyParameters val)

Assignment operator. Assigns a new OdGiSkyParameters value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiSkyParameters value.
Returns
Reference to this object.

◆ operator=() [50/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiToneOperatorParameters::ExteriorDaylightMode val)

Assignment operator. Assigns a new OdGiToneOperatorParameters::ExteriorDaylightMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiToneOperatorParameters::ExteriorDaylightMode value.
Returns
Reference to this object.

◆ operator=() [51/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiViewportTraits::DefaultLightingType val)

Assignment operator. Assigns a new OdGiViewportTraits::DefaultLightingType value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiViewportTraits::DefaultLightingType value.
Returns
Reference to this object.

◆ operator=() [52/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiVisualStyle::Type val)

Assignment operator. Assigns a new OdGiVisualStyle::Type value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiVisualStyle::Type value.
Returns
Reference to this object.

◆ operator=() [53/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiVisualStyleProperties::EdgeModel val)

Assignment operator. Assigns a new OdGiVisualStyleProperties::EdgeModel value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiVisualStyleProperties::EdgeModel value.
Returns
Reference to this object.

◆ operator=() [54/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdGiVisualStyleProperties::FaceColorMode val)

Assignment operator. Assigns a new OdGiVisualStyleProperties::FaceColorMode value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdGiVisualStyleProperties::FaceColorMode value.
Returns
Reference to this object.

◆ operator=() [55/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdInt16 val)

Assignment operator. Assigns a new OdInt16 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdInt16 value.
Returns
Reference to this object.

◆ operator=() [56/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdInt32 val)

Assignment operator. Assigns a new OdInt32 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdInt32 value.
Returns
Reference to this object.

◆ operator=() [57/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdInt64 val)

Assignment operator. Assigns a new OdInt64 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdInt64 value.
Returns
Reference to this object.

◆ operator=() [58/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdInt8 val)

Assignment operator. Assigns a new OdInt8 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdInt8 value.
Returns
Reference to this object.

◆ operator=() [59/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdRxPropertyVariant val)

Assignment operator. Assigns a new value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdRxPropertyVariant value.
Returns
Reference to this object.

◆ operator=() [60/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdString val)

Assignment operator. Assigns a new OdString value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdString value.
Returns
Reference to this object.

◆ operator=() [61/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdTimeStamp val)

Assignment operator. Assigns a new OdTimeStamp value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdTimeStamp value.
Returns
Reference to this object.

◆ operator=() [62/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdUInt16 val)

Assignment operator. Assigns a new OdUInt16 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdUInt16 value.
Returns
Reference to this object.

◆ operator=() [63/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdUInt32 val)

Assignment operator. Assigns a new OdUInt32 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdUInt32 value.
Returns
Reference to this object.

◆ operator=() [64/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdUInt64 val)

Assignment operator. Assigns a new OdUInt64 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdUInt64 value.
Returns
Reference to this object.

◆ operator=() [65/65]

OdRxPropertyVariant & OdRxPropertyVariant::operator= ( const OdUInt8 val)

Assignment operator. Assigns a new OdUInt8 value to this OdRxPropertyVariant object, replacing its current contents.

Parameters
val[in] New OdUInt8 value.
Returns
Reference to this object.

◆ setAnsiString()

OdRxPropertyVariant & OdRxPropertyVariant::setAnsiString ( const OdAnsiString &  val)

Sets the value of this OdRxPropertyVariant object from an OdAnsiString object.

Parameters
val[in] Constant reference to OdAnsiString.
Returns
Reference to the OdRxPropertyVariant object.

◆ setAnsiStringArray()

OdRxPropertyVariant & OdRxPropertyVariant::setAnsiStringArray ( const OdAnsiStringArray &  val)

Sets the value of this OdRxPropertyVariant object from an array of OdAnsiString objects.

Parameters
val[in] Constant reference to the array of OdAnsiString objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setBool()

OdRxPropertyVariant & OdRxPropertyVariant::setBool ( const bool  val)

Sets the value of this OdRxPropertyVariant object from a boolean value.

Parameters
val[in] Constant boolean value.
Returns
Reference to the OdRxPropertyVariant object.

◆ setBoolArray()

OdRxPropertyVariant & OdRxPropertyVariant::setBoolArray ( const OdBoolArray val)

Sets the value of this OdRxPropertyVariant object from an array of boolean values.

Parameters
val[in] Constant reference to the array of Boolean values.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmEntityColor()

OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor ( const OdCmEntityColor val)

Sets the value of this OdRxPropertyVariant object from an OdCmEntityColor object.

Parameters
val[in] Constant reference to the OdCmEntityColor object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmEntityColor_ColorMethod()

OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor_ColorMethod ( const OdCmEntityColor::ColorMethod  val)

Sets the value of this OdRxPropertyVariant object from an OdCmEntityColor::ColorMethod object.

Parameters
val[in] Constant OdCmEntityColor::ColorMethod object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmEntityColor_ColorMethodArray()

OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColor_ColorMethodArray ( const OdCmEntityColor_ColorMethodArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdCmEntityColor::ColorMethod objects.

Parameters
val[in] Constant reference to the array of OdCmEntityColor::ColorMethod objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmEntityColorArray()

OdRxPropertyVariant & OdRxPropertyVariant::setCmEntityColorArray ( const OdCmEntityColorArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdCmEntityColor objects.

Parameters
val[in] Constant reference to the array of OdCmEntityColor objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmTransparency()

OdRxPropertyVariant & OdRxPropertyVariant::setCmTransparency ( const OdCmTransparency val)

Sets the value of this OdRxPropertyVariant object from an OdCmTransparency object.

Parameters
val[in] Constant reference to the OdCmTransparency object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setCmTransparencyArray()

OdRxPropertyVariant & OdRxPropertyVariant::setCmTransparencyArray ( const OdCmTransparencyArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdCmTransparency objects.

Parameters
val[in] Constant reference to the array of OdCmTransparency objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDb_LineWeight()

OdRxPropertyVariant & OdRxPropertyVariant::setDb_LineWeight ( const OdDb::LineWeight  val)

Sets the value of this OdRxPropertyVariant object from an OdDb::LineWeight object.

Parameters
val[in] Constant OdDb::LineWeight object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDb_LineWeightArray()

OdRxPropertyVariant & OdRxPropertyVariant::setDb_LineWeightArray ( const OdDb_LineWeightArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdDb::LineWeight objects.

Parameters
val[in] Constant reference to the array of OdDb::LineWeight objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDb_UnitsValue()

OdRxPropertyVariant & OdRxPropertyVariant::setDb_UnitsValue ( const OdDb::UnitsValue  val)

Sets the value of this OdRxPropertyVariant object from an OdDb::UnitsValue object.

Parameters
val[in] Constant OdDb::UnitsValue object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDb_UnitsValueArray()

OdRxPropertyVariant & OdRxPropertyVariant::setDb_UnitsValueArray ( const OdDb_UnitsValueArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdDb::UnitsValue objects.

Parameters
val[in] Constant reference to the array of OdDb::UnitsValue objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDouble()

OdRxPropertyVariant & OdRxPropertyVariant::setDouble ( const double &  val)

Sets the value of this OdRxPropertyVariant object from a double value.

Parameters
val[in] Constant reference to a double value.
Returns
Reference to the OdRxPropertyVariant object.

◆ setDoubleArray()

OdRxPropertyVariant & OdRxPropertyVariant::setDoubleArray ( const OdDoubleArray val)

Sets the value of this OdRxPropertyVariant object from an array of double values.

Parameters
val[in] Constant reference to the array of double values.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGe_OdGeKnotParameterization()

OdRxPropertyVariant & OdRxPropertyVariant::setGe_OdGeKnotParameterization ( const OdGe::OdGeKnotParameterization  val)

Sets the value of this OdRxPropertyVariant object from an OdGe::OdGeKnotParameterization object.

Parameters
val[in] Constant OdGe::OdGeKnotParameterization object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGe_OdGeKnotParameterizationArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGe_OdGeKnotParameterizationArray ( const OdGe_OdGeKnotParameterizationArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGe::OdGeKnotParameterization objects.

Parameters
val[in] Constant reference to the array of OdGe::OdGeKnotParameterization objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeExtents2d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents2d ( const OdGeExtents2d val)

Sets the value of this OdRxPropertyVariant object from an OdGeExtents2d object.

Parameters
val[in] Constant reference to the OdGeExtents2d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeExtents2dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents2dArray ( const OdGeExtents2dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeExtents2d objects.

Parameters
val[in] Constant reference to the array of OdGeExtents2d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeExtents3d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents3d ( const OdGeExtents3d val)

Sets the value of this OdRxPropertyVariant object from an OdGeExtents3d object.

Parameters
val[in] Constant reference to the OdGeExtents3d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeExtents3dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeExtents3dArray ( const OdGeExtents3dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeExtents3d objects.

Parameters
val[in] Constant reference to the array of OdGeExtents3d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeMatrix2d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix2d ( const OdGeMatrix2d val)

Sets the value of this OdRxPropertyVariant object from an OdGeMatrix2d object.

Parameters
val[in] Constant reference to the OdGeMatrix2d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeMatrix2dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix2dArray ( const OdGeMatrix2dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeMatrix2d objects.

Parameters
val[in] Constant reference to the array of OdGeMatrix2d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeMatrix3d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix3d ( const OdGeMatrix3d val)

Sets the value of this OdRxPropertyVariant object from an OdGeMatrix3d object.

Parameters
val[in] Constant reference to the OdGeMatrix3d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeMatrix3dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeMatrix3dArray ( const OdGeMatrix3dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeMatrix3d objects.

Parameters
val[in] Constant reference to the array of OdGeMatrix3d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGePoint2d()

OdRxPropertyVariant & OdRxPropertyVariant::setGePoint2d ( const OdGePoint2d val)

Sets the value of this OdRxPropertyVariant object from an OdGePoint2d object.

Parameters
val[in] Constant reference to the OdGePoint2d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGePoint2dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGePoint2dArray ( const OdGePoint2dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGePoint2d objects.

Parameters
val[in] Constant reference to the array of OdGePoint2d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGePoint3d()

OdRxPropertyVariant & OdRxPropertyVariant::setGePoint3d ( const OdGePoint3d val)

Sets the value of this OdRxPropertyVariant object from an OdGePoint3d object.

Parameters
val[in] Constant reference to the OdGePoint3d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGePoint3dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGePoint3dArray ( const OdGePoint3dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGePoint3d objects.

Parameters
val[in] Constant reference to the array of OdGePoint3d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeQuaternion()

OdRxPropertyVariant & OdRxPropertyVariant::setGeQuaternion ( const OdGeQuaternion val)

Sets the value of this OdRxPropertyVariant object from an OdGeQuaternion object.

Parameters
val[in] Constant reference to the OdGeQuaternion object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeQuaternionArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeQuaternionArray ( const OdGeQuaternionArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeQuaternion objects.

Parameters
val[in] Constant reference to the array of OdGeQuaternion objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeScale3d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeScale3d ( const OdGeScale3d val)

Sets the value of this OdRxPropertyVariant object from an OdGeScale3d object.

Parameters
val[in] Constant reference to the OdGeScale3d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeScale3dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeScale3dArray ( const OdGeScale3dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeScale3d objects.

Parameters
val[in] Constant reference to the array of OdGeScale3d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeVector2d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeVector2d ( const OdGeVector2d val)

Sets the value of this OdRxPropertyVariant object from an OdGeVector2d object.

Parameters
val[in] Constant reference to the OdGeVector2d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeVector2dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeVector2dArray ( const OdGeVector2dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeVector2d objects.

Parameters
val[in] Constant reference to the array of OdGeVector2d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeVector3d()

OdRxPropertyVariant & OdRxPropertyVariant::setGeVector3d ( const OdGeVector3d val)

Sets the value of this OdRxPropertyVariant object from an OdGeVector3d object.

Parameters
val[in] Constant reference to the OdGeVector3d object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGeVector3dArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGeVector3dArray ( const OdGeVector3dArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGeVector3d objects.

Parameters
val[in] Constant reference to the array of OdGeVector3d objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiColorRGB()

OdRxPropertyVariant & OdRxPropertyVariant::setGiColorRGB ( const OdGiColorRGB val)

Sets the value of this OdRxPropertyVariant object from an OdGiColorRGB object.

Parameters
val[in] Constant reference to the OdGiColorRGB object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiColorRGBArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiColorRGBArray ( const OdGiColorRGBArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiColorRGB objects.

Parameters
val[in] Constant reference to the array of OdGiColorRGB objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_CornersMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_CornersMode ( const OdGiDgLinetypeModifiers::CornersMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::CornersMode object.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::CornersMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_CornersModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_CornersModeArray ( const OdGiDgLinetypeModifiers_CornersModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::CornersMode objects.

Parameters
val[in] Constant reference to the array of OdGiDgLinetypeModifiers::CornersMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_ShiftMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_ShiftMode ( const OdGiDgLinetypeModifiers::ShiftMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::ShiftMode object.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::ShiftMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_ShiftModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_ShiftModeArray ( const OdGiDgLinetypeModifiers_ShiftModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::ShiftMode objects.

Parameters
val[in] Constant reference to the array of OdGiDgLinetypeModifiers::ShiftMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_WidthMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_WidthMode ( const OdGiDgLinetypeModifiers::WidthMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiDgLinetypeModifiers::WidthMode object.

Parameters
val[in] Constant OdGiDgLinetypeModifiers::WidthMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDgLinetypeModifiers_WidthModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDgLinetypeModifiers_WidthModeArray ( const OdGiDgLinetypeModifiers_WidthModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiDgLinetypeModifiers::WidthMode objects.

Parameters
val[in] Constant reference to the array of OdGiDgLinetypeModifiers::WidthMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDrawable_DrawableType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDrawable_DrawableType ( const OdGiDrawable::DrawableType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiDrawable::DrawableType object.

Parameters
val[in] Constant OdGiDrawable::DrawableType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiDrawable_DrawableTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiDrawable_DrawableTypeArray ( const OdGiDrawable_DrawableTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiDrawable::DrawableType objects.

Parameters
val[in] Constant reference to the array of OdGiDrawable::DrawableType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiEdgeStyle_EdgeModel()

OdRxPropertyVariant & OdRxPropertyVariant::setGiEdgeStyle_EdgeModel ( const OdGiEdgeStyle::EdgeModel  val)

Sets the value of this OdRxPropertyVariant object from an OdGiEdgeStyle::EdgeModel object.

Parameters
val[in] Constant OdGiEdgeStyle::EdgeModel object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiEdgeStyle_EdgeModelArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiEdgeStyle_EdgeModelArray ( const OdGiEdgeStyle_EdgeModelArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiEdgeStyle::EdgeModel objects.

Parameters
val[in] Constant reference to the array of OdGiEdgeStyle::EdgeModel objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiFaceStyle_FaceColorMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiFaceStyle_FaceColorMode ( const OdGiFaceStyle::FaceColorMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiFaceStyle::FaceColorMode object.

Parameters
val[in] Constant OdGiFaceStyle::FaceColorMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiFaceStyle_FaceColorModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiFaceStyle_FaceColorModeArray ( const OdGiFaceStyle_FaceColorModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiFaceStyle::FaceColorMode objects.

Parameters
val[in] Constant reference to the array of OdGiFaceStyle::FaceColorMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiFilterType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiFilterType ( const OdGiFilterType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiFilterType object.

Parameters
val[in] Constant OdGiFilterType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiFilterTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiFilterTypeArray ( const OdGiFilterTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiFilterType objects.

Parameters
val[in] Constant reference to the array of OdGiFilterType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightAttenuation()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation ( const OdGiLightAttenuation val)

Sets the value of this OdRxPropertyVariant object from an OdGiLightAttenuation object.

Parameters
val[in] Constant reference to the OdGiLightAttenuation object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightAttenuation_AttenuationType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation_AttenuationType ( const OdGiLightAttenuation::AttenuationType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiLightAttenuation::AttenuationType object.

Parameters
val[in] Constant OdGiLightAttenuation::AttenuationType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightAttenuation_AttenuationTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuation_AttenuationTypeArray ( const OdGiLightAttenuation_AttenuationTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiLightAttenuation::AttenuationType objects.

Parameters
val[in] Constant reference to the array of OdGiLightAttenuation::AttenuationType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightAttenuationArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightAttenuationArray ( const OdGiLightAttenuationArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiLightAttenuation objects.

Parameters
val[in] Constant reference to the array of OdGiLightAttenuation objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightingMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightingMode ( const OdGiLightingMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiLightingMode object.

Parameters
val[in] Constant OdGiLightingMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiLightingModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiLightingModeArray ( const OdGiLightingModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiLightingMode objects.

Parameters
val[in] Constant reference to the array of OdGiLightingMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialColor()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialColor ( const OdGiMaterialColor val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialColor object.

Parameters
val[in] Constant reference to the OdGiMaterialColor object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialColorArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialColorArray ( const OdGiMaterialColorArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialColor objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialColor objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_ChannelFlags()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ChannelFlags ( const OdGiMaterialTraits::ChannelFlags  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::ChannelFlags object.

Parameters
val[in] Constant OdGiMaterialTraits::ChannelFlags object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_ChannelFlagsArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ChannelFlagsArray ( const OdGiMaterialTraits_ChannelFlagsArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::ChannelFlags objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::ChannelFlags objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_FinalGatherMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_FinalGatherMode ( const OdGiMaterialTraits::FinalGatherMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::FinalGatherMode object.

Parameters
val[in] Constant OdGiMaterialTraits::FinalGatherMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_FinalGatherModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_FinalGatherModeArray ( const OdGiMaterialTraits_FinalGatherModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::FinalGatherMode objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::FinalGatherMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_GlobalIlluminationMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_GlobalIlluminationMode ( const OdGiMaterialTraits::GlobalIlluminationMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::GlobalIlluminationMode object.

Parameters
val[in] Constant OdGiMaterialTraits::GlobalIlluminationMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_GlobalIlluminationModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_GlobalIlluminationModeArray ( const OdGiMaterialTraits_GlobalIlluminationModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::GlobalIlluminationMode objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::GlobalIlluminationMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_IlluminationModel()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_IlluminationModel ( const OdGiMaterialTraits::IlluminationModel  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::IlluminationModel object.

Parameters
val[in] Constant OdGiMaterialTraits::IlluminationModel object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_IlluminationModelArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_IlluminationModelArray ( const OdGiMaterialTraits_IlluminationModelArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::IlluminationModel objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::IlluminationModel objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_LuminanceMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_LuminanceMode ( const OdGiMaterialTraits::LuminanceMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::LuminanceMode object.

Parameters
val[in] Constant OdGiMaterialTraits::LuminanceMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_LuminanceModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_LuminanceModeArray ( const OdGiMaterialTraits_LuminanceModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::LuminanceMode objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::LuminanceMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_Mode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_Mode ( const OdGiMaterialTraits::Mode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMaterialTraits::Mode object.

Parameters
val[in] Constant OdGiMaterialTraits::Mode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMaterialTraits_ModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMaterialTraits_ModeArray ( const OdGiMaterialTraits_ModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMaterialTraits::Mode objects.

Parameters
val[in] Constant reference to the array of OdGiMaterialTraits::Mode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticBSPMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticBSPMode ( const OdGiMrDiagnosticBSPMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticBSPMode object.

Parameters
val[in] Constant OdGiMrDiagnosticBSPMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticBSPModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticBSPModeArray ( const OdGiMrDiagnosticBSPModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticBSPMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrDiagnosticBSPMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticMode ( const OdGiMrDiagnosticMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticMode object.

Parameters
val[in] Constant OdGiMrDiagnosticMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticModeArray ( const OdGiMrDiagnosticModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrDiagnosticMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticPhotonMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticPhotonMode ( const OdGiMrDiagnosticPhotonMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrDiagnosticPhotonMode object.

Parameters
val[in] Constant OdGiMrDiagnosticPhotonMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrDiagnosticPhotonModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrDiagnosticPhotonModeArray ( const OdGiMrDiagnosticPhotonModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrDiagnosticPhotonMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrDiagnosticPhotonMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrExportMIMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExportMIMode ( const OdGiMrExportMIMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrExportMIMode object.

Parameters
val[in] Constant OdGiMrExportMIMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrExportMIModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExportMIModeArray ( const OdGiMrExportMIModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrExportMIMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrExportMIMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrExposureType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExposureType ( const OdGiMrExposureType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrExposureType object.

Parameters
val[in] Constant OdGiMrExposureType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrExposureTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrExposureTypeArray ( const OdGiMrExposureTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrExposureType objects.

Parameters
val[in] Constant reference to the array of OdGiMrExposureType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrFinalGatheringMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrFinalGatheringMode ( const OdGiMrFinalGatheringMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrFinalGatheringMode object.

Parameters
val[in] Constant OdGiMrFinalGatheringMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrFinalGatheringModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrFinalGatheringModeArray ( const OdGiMrFinalGatheringModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrFinalGatheringMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrFinalGatheringMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrShadowMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrShadowMode ( const OdGiMrShadowMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrShadowMode object.

Parameters
val[in] Constant OdGiMrShadowMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrShadowModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrShadowModeArray ( const OdGiMrShadowModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrShadowMode objects.

Parameters
val[in] Constant reference to the array of OdGiMrShadowMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrTileOrder()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrTileOrder ( const OdGiMrTileOrder  val)

Sets the value of this OdRxPropertyVariant object from an OdGiMrTileOrder object.

Parameters
val[in] Constant OdGiMrTileOrder object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiMrTileOrderArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiMrTileOrderArray ( const OdGiMrTileOrderArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiMrTileOrder objects.

Parameters
val[in] Constant reference to the array of OdGiMrTileOrder objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParameters()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters ( const OdGiShadowParameters val)

Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters object.

Parameters
val[in] Constant reference to the OdGiShadowParameters object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParameters_ExtendedLightShape()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ExtendedLightShape ( const OdGiShadowParameters::ExtendedLightShape  val)

Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters::ExtendedLightShape object.

Parameters
val[in] Constant OdGiShadowParameters::ExtendedLightShape object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParameters_ExtendedLightShapeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ExtendedLightShapeArray ( const OdGiShadowParameters_ExtendedLightShapeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters::ExtendedLightShape objects.

Parameters
val[in] Constant reference to the array of OdGiShadowParameters::ExtendedLightShape objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParameters_ShadowType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ShadowType ( const OdGiShadowParameters::ShadowType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiShadowParameters::ShadowType object.

Parameters
val[in] Constant OdGiShadowParameters::ShadowType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParameters_ShadowTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParameters_ShadowTypeArray ( const OdGiShadowParameters_ShadowTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters::ShadowType objects.

Parameters
val[in] Constant reference to the array of OdGiShadowParameters::ShadowType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiShadowParametersArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiShadowParametersArray ( const OdGiShadowParametersArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiShadowParameters objects.

Parameters
val[in] Constant reference to the array of OdGiShadowParameters objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiSkyParameters()

OdRxPropertyVariant & OdRxPropertyVariant::setGiSkyParameters ( const OdGiSkyParameters val)

Sets the value of this OdRxPropertyVariant object from an OdGiSkyParameters object.

Parameters
val[in] Constant reference to the OdGiSkyParameters object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiSkyParametersArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiSkyParametersArray ( const OdGiSkyParametersArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiSkyParameters objects.

Parameters
val[in] Constant reference to the array of OdGiSkyParameters objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiToneOperatorParameters_ExteriorDaylightMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiToneOperatorParameters_ExteriorDaylightMode ( const OdGiToneOperatorParameters::ExteriorDaylightMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiToneOperatorParameters::ExteriorDaylightMode object.

Parameters
val[in] Constant OdGiToneOperatorParameters::ExteriorDaylightMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiToneOperatorParameters_ExteriorDaylightModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiToneOperatorParameters_ExteriorDaylightModeArray ( const OdGiToneOperatorParameters_ExteriorDaylightModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiToneOperatorParameters::ExteriorDaylightMode objects.

Parameters
val[in] Constant reference to the array of OdGiToneOperatorParameters::ExteriorDaylightMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiViewportTraits_DefaultLightingType()

OdRxPropertyVariant & OdRxPropertyVariant::setGiViewportTraits_DefaultLightingType ( const OdGiViewportTraits::DefaultLightingType  val)

Sets the value of this OdRxPropertyVariant object from an OdGiViewportTraits::DefaultLightingType object.

Parameters
val[in] Constant OdGiViewportTraits::DefaultLightingType object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiViewportTraits_DefaultLightingTypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiViewportTraits_DefaultLightingTypeArray ( const OdGiViewportTraits_DefaultLightingTypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiViewportTraits::DefaultLightingType objects.

Parameters
val[in] Constant reference to the array of OdGiViewportTraits::DefaultLightingType objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyle_Type()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyle_Type ( const OdGiVisualStyle::Type  val)

Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyle::Type object.

Parameters
val[in] Constant OdGiVisualStyle::Type object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyle_TypeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyle_TypeArray ( const OdGiVisualStyle_TypeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyle::Type objects.

Parameters
val[in] Constant reference to the array of OdGiVisualStyle::Type objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyleProperties_EdgeModel()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_EdgeModel ( const OdGiVisualStyleProperties::EdgeModel  val)

Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyleProperties::EdgeModel object.

Parameters
val[in] Constant OdGiVisualStyleProperties::EdgeModel object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyleProperties_EdgeModelArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_EdgeModelArray ( const OdGiVisualStyleProperties_EdgeModelArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyleProperties::EdgeModel objects.

Parameters
val[in] Constant reference to the array of OdGiVisualStyleProperties::EdgeModel objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyleProperties_FaceColorMode()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_FaceColorMode ( const OdGiVisualStyleProperties::FaceColorMode  val)

Sets the value of this OdRxPropertyVariant object from an OdGiVisualStyleProperties::FaceColorMode object.

Parameters
val[in] Constant OdGiVisualStyleProperties::FaceColorMode object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setGiVisualStyleProperties_FaceColorModeArray()

OdRxPropertyVariant & OdRxPropertyVariant::setGiVisualStyleProperties_FaceColorModeArray ( const OdGiVisualStyleProperties_FaceColorModeArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdGiVisualStyleProperties::FaceColorMode objects.

Parameters
val[in] Constant reference to the array of OdGiVisualStyleProperties::FaceColorMode objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt16()

OdRxPropertyVariant & OdRxPropertyVariant::setInt16 ( const OdInt16  val)

Sets the value of this OdRxPropertyVariant object from an OdInt16 object.

Parameters
val[in] Constant OdInt16 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt16Array()

OdRxPropertyVariant & OdRxPropertyVariant::setInt16Array ( const OdInt16Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdInt16 objects.

Parameters
val[in] Constant reference to the array of OdInt16 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt32()

OdRxPropertyVariant & OdRxPropertyVariant::setInt32 ( const OdInt32  val)

Sets the value of this OdRxPropertyVariant object from an OdInt32 object.

Parameters
val[in] Constant OdInt32 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt32Array()

OdRxPropertyVariant & OdRxPropertyVariant::setInt32Array ( const OdInt32Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdInt32 objects.

Parameters
val[in] Constant reference to the array of OdInt32 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt64()

OdRxPropertyVariant & OdRxPropertyVariant::setInt64 ( const OdInt64  val)

Sets the value of this OdRxPropertyVariant object from an OdInt64 object.

Parameters
val[in] Constant OdInt64 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt64Array()

OdRxPropertyVariant & OdRxPropertyVariant::setInt64Array ( const OdInt64Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdInt64 objects.

Parameters
val[in] Constant reference to the array of OdInt64 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt8()

OdRxPropertyVariant & OdRxPropertyVariant::setInt8 ( const OdInt8  val)

Sets the value of this OdRxPropertyVariant object from an OdInt8 object.

Parameters
val[in] Constant OdInt8 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setInt8Array()

OdRxPropertyVariant & OdRxPropertyVariant::setInt8Array ( const OdInt8Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdInt8 objects.

Parameters
val[in] Constant reference to the array of OdInt8 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setString()

OdRxPropertyVariant & OdRxPropertyVariant::setString ( const OdString val)

Sets the value of this OdRxPropertyVariant object from an OdString object.

Parameters
val[in] Constant reference to OdString.
Returns
Reference to the OdRxPropertyVariant object.

◆ setStringArray()

OdRxPropertyVariant & OdRxPropertyVariant::setStringArray ( const OdStringArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdString objects.

Parameters
val[in] Constant reference to the array of OdString objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setTimeStamp()

OdRxPropertyVariant & OdRxPropertyVariant::setTimeStamp ( const OdTimeStamp val)

Sets the value of this OdRxPropertyVariant object from an OdTimeStamp object.

Parameters
val[in] Constant reference to the OdTimeStamp object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setTimeStampArray()

OdRxPropertyVariant & OdRxPropertyVariant::setTimeStampArray ( const OdTimeStampArray val)

Sets the value of this OdRxPropertyVariant object from an array of OdTimeStamp objects.

Parameters
val[in] Constant reference to the array of OdTimeStamp objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt16()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt16 ( const OdUInt16  val)

Sets the value of this OdRxPropertyVariant object from an OdUInt16 object.

Parameters
val[in] Constant OdUInt16 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt16Array()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt16Array ( const OdUInt16Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdUInt16 objects.

Parameters
val[in] Constant reference to the array of OdUInt16 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt32()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt32 ( const OdUInt32  val)

Sets the value of this OdRxPropertyVariant object from an OdUInt32 object.

Parameters
val[in] Constant OdUInt32.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt32Array()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt32Array ( const OdUInt32Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdUInt32 objects.

Parameters
val[in] Constant reference to the array of OdUInt32 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt64()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt64 ( const OdUInt64  val)

Sets the value of this OdRxPropertyVariant object from an OdUInt64 object.

Parameters
val[in] Constant OdUInt64 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt64Array()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt64Array ( const OdUInt64Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdUInt64 objects.

Parameters
val[in] Constant reference to the array of OdUInt64 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt8()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt8 ( const OdUInt8  val)

Sets the value of this OdRxPropertyVariant object from an OdUInt8 object.

Parameters
val[in] Constant OdUInt8 object.
Returns
Reference to the OdRxPropertyVariant object.

◆ setUInt8Array()

OdRxPropertyVariant & OdRxPropertyVariant::setUInt8Array ( const OdUInt8Array val)

Sets the value of this OdRxPropertyVariant object from an array of OdUInt8 objects.

Parameters
val[in] Constant reference to the array of OdUInt8 objects.
Returns
Reference to the OdRxPropertyVariant object.

◆ setVarType()

void OdRxPropertyVariant::setVarType ( int  newType,
int &  type,
void data 
)
protected

◆ type()

Type OdRxPropertyVariant::type ( ) const

Returns the type of this Variant object, excluding ByRef and Array flags.

Returns
Type of this Variant object.

◆ typeFactory()

static const TypeFactory * OdRxPropertyVariant::typeFactory ( int  type)
static

Gets the pointer to the factory object for the corresponding type.

Parameters
type[in] Type value.
Returns
Pointer to the factory object for the corresponding type.

◆ varType()

int OdRxPropertyVariant::varType ( ) const

Returns the type of this OdRxPropertyVariant object, including ByRef and Array flags.

Returns
Type of this OdRxPropertyVariant object.

Member Data Documentation

◆ dbl

double OdRxPropertyVariant::dbl

Definition at line 377 of file RxPropertyVariant.h.

◆ m_type

int OdRxPropertyVariant::m_type
protected

Definition at line 373 of file RxPropertyVariant.h.

◆ 

union { ... } OdRxPropertyVariant::m_uData

◆ ptr

void* OdRxPropertyVariant::ptr

Definition at line 378 of file RxPropertyVariant.h.

◆ uint8

OdUInt8 OdRxPropertyVariant::uint8[OdRxPropertyVariantDataSize]

Definition at line 376 of file RxPropertyVariant.h.


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