All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Repartition (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---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 Index

InstancesCount
Returns the total number of copied shapes.

Properties


o Property InstancesCount() As CATIAIntParam (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
 

Copyright © 2003, Dassault Systèmes. All rights reserved.