| CFx SDK Documentation 2024 SP0
    | 
#include <AECGridAssemblyEdge.h>
 
  
| Additional Inherited Members | |
|  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 () | |
|  Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp | 
| DOM. | |
| OdUInt16 | m_iMinSupportedVersion | 
Grid Assembly edge.
<group TA_API_Subobjects_Ga>
Definition at line 38 of file AECGridAssemblyEdge.h.
| bool AECGridAssemblyEdge::GetCurveParams | ( | OdGePoint2d & | ptStart, | 
| OdGePoint2d & | ptEnd, | ||
| double & | dBulge | ||
| ) | const | 
Returns edge`s geometry.
| OdUInt16 AECGridAssemblyEdge::GetEdgeAssignmentIndex | ( | ) | const | 
Returns internal index of edge assignment from style.
| bool AECGridAssemblyEdge::GetEdgeDefinitionIndex | ( | OdUInt16 & | iIndex | ) | const | 
Returns index of edge definition index from style.
| iIndex | [out] - index of edge definition. | 
Returns the path to edge.
| AECGaCleanupSubPtr AECGridAssemblyEdge::GetEndCleanup | ( | ) | const | 
Returns end cleanup.
| OdUInt32 AECGridAssemblyEdge::GetIndex | ( | ) | const | 
Returns edge`s internal index.
| OdDbObjectId AECGridAssemblyEdge::GetProfileDefinition | ( | ) | const | 
Returns Object ID of overridden profile.
| AECGaCleanupSubPtr AECGridAssemblyEdge::GetStartCleanup | ( | ) | const | 
Returns start cleanup.
| bool AECGridAssemblyEdge::IsCutEndWithEndMiter | ( | ) | const | 
Returns whether the edge is cut with end miter from end.
| bool AECGridAssemblyEdge::IsCutEndWithStartMiter | ( | ) | const | 
Returns whether the edge is cut with end miter from start.
| bool AECGridAssemblyEdge::IsCutStartWithEndMiter | ( | ) | const | 
Returns whether the edge is cut with end miter from start.
| bool AECGridAssemblyEdge::IsCutStartWithStartMiter | ( | ) | const | 
Returns whether the edge is cut with start miter from start.
| bool AECGridAssemblyEdge::IsMullion | ( | ) | const | 
Returns true if the edge is mullion. And false if the edge is frame.
| void AECGridAssemblyEdge::SetCurveParams | ( | const OdGePoint2d & | ptStart, | 
| const OdGePoint2d & | ptEnd, | ||
| double | dBulge | ||
| ) | 
Returns edge`s geometry.
Sets internal index of edge assignment.
Sets index of edge definition index from style.
| iIndex | [in] - index of edge definition. | 
Sets the path to edge.
| void AECGridAssemblyEdge::SetEndCleanup | ( | const AECGaCleanupSubPtr & | pCleanup | ) | 
Sets end cleanup.
| void AECGridAssemblyEdge::SetIsCutEndWithEndMiter | ( | bool | bOn | ) | 
Sets the flag whether the edge is cut with end miter from end.
| void AECGridAssemblyEdge::SetIsCutEndWithStartMiter | ( | bool | bOn | ) | 
Sets the flag whether the edge is cut with end miter from start.
| void AECGridAssemblyEdge::SetIsCutStartWithEndMiter | ( | bool | bOn | ) | 
Sets the flag whether the edge is cut with end miter from start.
| void AECGridAssemblyEdge::SetIsCutStartWithStartMiter | ( | bool | bOn | ) | 
Sets the flag whether the edge is cut with start miter from start.
| void AECGridAssemblyEdge::SetIsMullion | ( | bool | bOn | ) | 
Sets true if the edge is mullion And false if the edge is frame.
| void AECGridAssemblyEdge::SetProfileDefinition | ( | const OdDbObjectId & | hpidProfileOverride | ) | 
Sets Object ID of overridden profile.
| void AECGridAssemblyEdge::SetStartCleanup | ( | const AECGaCleanupSubPtr & | pCleanup | ) | 
Sets start cleanup.