pycatia.cat_tps_interfaces.dimension_limit

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_tps_interfaces.dimension_limit.DimensionLimit(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
DimensionLimit

Represents the limit object of tolerance dimensions.
property dimension_limit_type: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property DimensionLimitType() As CATBSTR

Returns or sets the dimension limit type.
Legal values: Valid dimension limit type values are:

CATTPSDLNotDefined
CATTPSDLNumerical
CATTPSDLTabulated
CATTPSDLSingleLimit
Return type:

str

limits(o_bottom: float, o_up: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Limits(double oBottom,
double oUp)

Retrieves dimension limit values.
These values are expressed in millimeters.

Parameters:

oBottom
The dimension limit bottom value
oUp
The dimension limit up value
Parameters:
  • o_bottom (float) –

  • o_up (float) –

Return type:

None

property modifier: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Modifier() As CATBSTR

Returns or sets the dimension single limit modifier.
Return type:

str

property nominal_value: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Nominalvalue() As double (Read Only)

Returns the dimension limit nominal value.
This value is expressed in millimeters.
Return type:

float

put_limits(i_bottom: float, i_up: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub PutLimits(double iBottom,
double iUp)

Sets dimension limit values.
These values are expressed in millimeters.

Parameters:

iBottom
The dimension limit bottom value
iUp
The dimension limit up value
Parameters:
  • i_bottom (float) –

  • i_up (float) –

Return type:

None

property symetric_value: bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SymetricValue() As boolean

Returns or sets whether the dimension limit is symmetric.
TRUE if it is symmetric.
Return type:

bool

property tabulated_limit: str

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property TabulatedLimit() As CATBSTR

Returns or sets the dimension tabulated limit.
This tabulated limit is expressed as a string.
Return type:

str