CFx SDK Documentation 2024 SP0
|
#include <AECWallCustomGeometrySweep.h>
Public Member Functions | |
OdDbObjectId | GetProfile () const |
bool | UseProfileDimensions () const |
void | UseProfileDimensions (bool bUse) |
bool | ApplyWallCutLine () const |
void | ApplyWallCutLine (bool bApply) |
void | SetProfile (const OdDbObjectId &id) |
double | GetStartMiter () const |
void | SetStartMiter (double dAngle) |
double | GetEndMiter () const |
void | SetEndMiter (double dAngle) |
double | GetOffsetWithin () const |
void | SetOffsetWithin (double dOffset) |
double | GetOffsetVertical () const |
void | SetOffsetVertical (double dOffset) |
FacetModeler::Body | GetBody (const FacetModeler::Contour2D &rBaseContour, const OdGeVector2d &vOffset, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev) const |
DOM. | |
FacetModeler::Body | GetBody (const FacetModeler::Segment2D &rBaselineSeg, const OdGeVector2d &vOffset, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev) const |
DOM. | |
void | GetSliceProfile (const FacetModeler::Segment2D &rBaselineSeg, const OdGeVector2d &vOffset, double dSecantZ, FacetModeler::Profile2D &rDestProfile) const |
DOM. | |
Public Member Functions inherited from AECWallCustomGeometry | |
OdUInt16 | GetComponentIndex () const |
void | SetComponentIndex (OdUInt16 iIndex) |
Operation | GetOperation () const |
void | SetOperation (Operation eType) |
Public Member Functions inherited from AECImpObj | |
const OdString & | GetDescription () const |
void | SetDescription (const OdString &strDescription) |
virtual void | onObjectLoaded () |
virtual void | SubClose () |
DOM. | |
OdRxObject * | GetOwner () const |
OdRxObject * | GetOwner (OdRxClass *pClass) const |
void | addRefSubPtr () |
void | releaseSubPtr () |
void | assertReadEnabled () const |
void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
bool | isReadEnabled () const |
bool | isWriteEnabled () const |
OdDbDatabase * | database () const |
void | copyFrom (const OdRxObject *pOther) |
virtual OdUInt16 | minSupportedVersion () const |
void | SetOwner (OdDbObject *pOwner) |
DOM. | |
void | SetOwner (AECImpObj *pOwner) |
DOM. | |
class AECSIBase * | GetImpl () const |
DOM. | |
virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
DOM. | |
virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
DOM. | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
OdRxObjectImpl () | |
void | addRef () |
void | release () |
long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
OdDbObjectId | m_profileId |
OdUInt16 | m_flags |
double | m_dStartMiter |
double | m_dEndMiter |
double | m_dOffsetWithin |
double | m_dOffsetVertical |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Public Types inherited from AECWallCustomGeometry | |
enum | Operation { eAdditive = 0 , eSubtractive = 1 , eReplace = 2 , eAdditiveCutOpenings = 3 } |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Wall Custom Geometry Sweep.
<group TA_API_Subobjects_Wall>
Definition at line 36 of file AECWallCustomGeometrySweep.h.
bool AECWallCustomGeometrySweep::ApplyWallCutLine | ( | ) | const |
void AECWallCustomGeometrySweep::ApplyWallCutLine | ( | bool | bApply | ) |
FacetModeler::Body AECWallCustomGeometrySweep::GetBody | ( | const FacetModeler::Contour2D & | rBaseContour, |
const OdGeVector2d & | vOffset, | ||
const FacetModeler::DeviationParams & | devDeviation = FacetModeler::FMGeGbl::gDefDev |
||
) | const |
DOM.
FacetModeler::Body AECWallCustomGeometrySweep::GetBody | ( | const FacetModeler::Segment2D & | rBaselineSeg, |
const OdGeVector2d & | vOffset, | ||
const FacetModeler::DeviationParams & | devDeviation = FacetModeler::FMGeGbl::gDefDev |
||
) | const |
DOM.
double AECWallCustomGeometrySweep::GetEndMiter | ( | ) | const |
Returns the end miter angle.
double AECWallCustomGeometrySweep::GetOffsetVertical | ( | ) | const |
Returns offset along Z axis (vertical).
double AECWallCustomGeometrySweep::GetOffsetWithin | ( | ) | const |
Returns offset along Y axis (horizontal).
OdDbObjectId AECWallCustomGeometrySweep::GetProfile | ( | ) | const |
Returns the Object ID of profile definition.
void AECWallCustomGeometrySweep::GetSliceProfile | ( | const FacetModeler::Segment2D & | rBaselineSeg, |
const OdGeVector2d & | vOffset, | ||
double | dSecantZ, | ||
FacetModeler::Profile2D & | rDestProfile | ||
) | const |
DOM.
double AECWallCustomGeometrySweep::GetStartMiter | ( | ) | const |
Returns the start miter angle.
void AECWallCustomGeometrySweep::SetEndMiter | ( | double | dAngle | ) |
Sets the end miter angle.
void AECWallCustomGeometrySweep::SetOffsetVertical | ( | double | dOffset | ) |
Sets offset along Z axis (vertical).
void AECWallCustomGeometrySweep::SetOffsetWithin | ( | double | dOffset | ) |
Sets offset along Y axis (horizontal).
void AECWallCustomGeometrySweep::SetProfile | ( | const OdDbObjectId & | id | ) |
Sets the Object ID of profile definition.
void AECWallCustomGeometrySweep::SetStartMiter | ( | double | dAngle | ) |
Sets the start miter angle.
bool AECWallCustomGeometrySweep::UseProfileDimensions | ( | ) | const |
void AECWallCustomGeometrySweep::UseProfileDimensions | ( | bool | bUse | ) |
|
protected |
Definition at line 132 of file AECWallCustomGeometrySweep.h.
|
protected |
Definition at line 138 of file AECWallCustomGeometrySweep.h.
|
protected |
Definition at line 135 of file AECWallCustomGeometrySweep.h.
|
protected |
Definition at line 129 of file AECWallCustomGeometrySweep.h.
|
protected |
Definition at line 126 of file AECWallCustomGeometrySweep.h.
|
protected |
Definition at line 123 of file AECWallCustomGeometrySweep.h.