pycatia.part_interfaces.limit

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.part_interfaces.limit.Limit(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
Limit

Represents the limit of a prism or a hole shape.

See also:
Prism, Hole
property dimension: Length

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Dimension() As Length (Read Only)

Returns or sets the limit dimension. This property is valid for the offset
limit mode only, that is when CatLimitMode is set to catOffsetLimit .
Return type:

Length

property limit_mode: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property LimitMode() As CatLimitMode

Returns or sets the limit mode.
Returns:

enum cat_limit_mode

Return type:

int

property limiting_element: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property LimitingElement() As Reference

Returns or sets the limiting element. This property is valid when the
limiting object is a surface or a plane, that is when CatLimitMode is set to
catUpToSurfaceLimit and catUpToPlaneLimit.
To set the property, you can use the following Boundary object: Face.
Return type:

Reference