Indexes   

Split (Object)

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
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 © 2006, Dassault Systèmes. All rights reserved.