Semantic drawing row value
Data Structures | |
| struct | A3DMDFCFToleranceValueData |
| FCF tolerance value. More... | |
| struct | A3DMDFCProjectedZoneData |
| Projected tolerance zone. More... | |
| struct | A3DMDFCTolerancePerUnitData |
| Tolerance per unit. More... | |
| struct | A3DMDFCValueData |
| Tolerance value. Value can be double or string according to m_bIsValue. More... | |
Functions | |
| A3DStatus | A3DMDFCProjectedZoneGet (const A3DMDFCProjectedZone *pProjectedZone, A3DMDFCProjectedZoneData *pData) |
| Populates the A3DMDFCProjectedZoneData structure. More... | |
| A3DStatus | A3DMDFCTolerancePerUnitGet (const A3DMDFCTolerancePerUnit *pTolerancePerUnit, A3DMDFCTolerancePerUnitData *pData) |
| Populates the A3DMDFCTolerancePerUnitData structure. More... | |
| A3DStatus | A3DMDFCValueGet (const A3DMDFCValue *pValue, A3DMDFCValueData *pData) |
| Populates the A3DMDFCValueData structure. More... | |
Detailed Description
- Version
- 5.2
Function Documentation
| A3DStatus A3DMDFCProjectedZoneGet | ( | const A3DMDFCProjectedZone * | pProjectedZone, |
| A3DMDFCProjectedZoneData * | pData | ||
| ) |
Populates the A3DMDFCProjectedZoneData structure.
- Version
- 5.2
| A3DStatus A3DMDFCTolerancePerUnitGet | ( | const A3DMDFCTolerancePerUnit * | pTolerancePerUnit, |
| A3DMDFCTolerancePerUnitData * | pData | ||
| ) |
Populates the A3DMDFCTolerancePerUnitData structure.
- Version
- 5.2
| A3DStatus A3DMDFCValueGet | ( | const A3DMDFCValue * | pToleranceValue, |
| A3DMDFCValueData * | pData | ||
| ) |
Populates the A3DMDFCValueData structure.
- Version
- 5.2
