Library | Module

Interface IpfcDimTolISODIN



Description

This class displays the tolerance table type, tolerance table and column for the dimension tolerance if the tolerance table type is hole or shaft.
Direct Parent Classes:
IpfcDimTolerance



Property Summary

PropertyTableColumnas Long
The table column assigned to the dimension if the tolerance table type is hole/shaft.
PropertyTableNameas String
The table name assigned to the dimension if the tolerance table type is hole/shaft.
PropertyTolTableTypeas IpfcToleranceTableType
The tolerance type assigned to the dimension (general, broken edge, hole or shaft)



Method Summary

FunctionCCpfcDimTolISODIN.Create (inTolTableType as IpfcToleranceTableType, inTableName as String, inTableColumn as Long) as IpfcDimTolISODIN
Creates a DimTolISODIN object.



Property Detail


PropertyTableColumnas Long

The table column assigned to the dimension if the tolerance table type is hole/shaft.




PropertyTableNameas String

The table name assigned to the dimension if the tolerance table type is hole/shaft.




PropertyTolTableTypeas IpfcToleranceTableType

The tolerance type assigned to the dimension (general, broken edge, hole or shaft)





Method Detail


FunctionCCpfcDimTolISODIN.Create (inTolTableType as IpfcToleranceTableType, inTableName as String, inTableColumn as Long) as IpfcDimTolISODIN

Creates a DimTolISODIN object.
Parameters:
inTolTableType
inTableName
inTableColumn
Returns:
The new tolerance object