split没有只骏切割不absord的选项吗?
帮助里的CATIPrtFactory没有这个选项阿,如下:
CreateSolidSplit
public virtual CATISpecObject_var CreateSolidSplit( const CATISpecObject_var ihSplitPlane,
const CATPrtSplitType iSplitType) = 0
Creates and returns a split feature.
Parameters:
ihSplitPlane
The surfacic feature as splitting element to perform the split operation.
iSplitType
Represents the side to be kept after the split operation.
Legal values: iSplitType equals PositiveSide or NegativeSide. The PositiveSide value refers to the same orientation as the splitting element normal vector. The NegativeSide value refers to the opposite orientation as the splitting element normal vector.
Returns:
the created split feature.