pycatia.part_interfaces.repartition

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.repartition.Repartition(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
Repartition

Represents the repartition.
A repartition is a set of objects used by the pattern shapes. It is the base
object for linear and angular repartitions.

See also:
LinearRepartition, AngularRepartition
property instances_count: IntParam

Note

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

Returns the total number of copied shapes.

Example:
The following example returns in Nb the number of shapes of the
repartition firstRepartition:

Set Nb = firstRepartition.InstancesCount
Return type:

IntParam