All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

LinearRepartition (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Repartition
            |
            +---LinearRepartition
 


Represents the linear repartition.
It is used by the rectangular and circular patterns. It is made up of a number of times the shape is copied and of a spacing distance between two consecutive copies of this shape along a direction. The number of times the shape is copied is accessible using the Repartition.InstancesCount property.
See also:
RectPattern, CircPattern

Property Index

Spacing
Returns the distance between two consecutive shapes along the repartition direction.

Properties


o Property Spacing() As CATIALength (Read Only)
Returns the distance between two consecutive shapes along the repartition direction.
Example:
The following example returns in space1 the spacing distance of the linear repartition firstRepartition:
 Set space1 = firstRepartition.Spacing
 

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