pycatia.part_interfaces.split

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.split.Split(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
MecModInterfaces.Shape
PartInterfaces.SurfaceBasedShape
Split

Represents the split operation.
It splits a shape using a splitting element, such as a surface, a face or a
plane.
property splitting_side: int

Note

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

Returns or sets the splitting side . The splitting side is the side of the
splitting element kept after the split. A positive side refers to the same
orientation than the splitting element normal vector.

Example:
The following example returns in sptSide the splitting side of the
split shape mySplit, and then sets it to
catPositiveSide:

Set sptSide = mySplit.SplittingSide
mySplit.SplittingSide = catPositiveSide
Returns:

enum cat_split_side

Return type:

int