All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

AngularRepartition (Object)

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


Represents the angular repartition.
It is used by the circular pattern. It is made up of a number of times the shape is copied and of an angular spacing between two consecutive copies of the shape along a crown. The number of times the shape is copied is accessible using the Repartition.InstancesCount property.
See also:
CircPattern

Property Index

AngularSpacing
Returns the angle between two consecutive copies of a shape along the repartition crown.
InstanceSpacing
Returns the angle at which the pattern spacing is done for unequal angular spacing mode.

Properties


o Property AngularSpacing() As CATIAAngle (Read Only)
Returns the angle between two consecutive copies of a shape along the repartition crown.
Example:
The following example returns in AngSpace1 the angular spacing of the angular repartition firstRepartition:
 Set AngSpace1 = firstRepartition.AngularSpacing
 
o Property InstanceSpacing() As CATIAAngle (Read Only)
Returns the angle at which the pattern spacing is done for unequal angular spacing mode.
Example:
The following example returns in AngSpace1 the angular spacing of the angular repartition firstRepartition:
 Set AngSpace1 = firstRepartition.AngularSpacing
 

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