All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Split (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Shape
            |
            +---SurfaceBasedShape
              |
              +---Split
 


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

Property Index

SplittingSide
Returns or sets the splitting side .

Properties


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
 

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