It is performed between a body and the current shape.
Methods
- Sub AddFaceToKeep( iFaceToKeep)
-
Adds a new face to be kept (if face is not divided by operation).
- Parameters:
-
- iFaceToKeep
- The new face to process
The following object is supported: .
- Example:
- The following example adds the new face face
to Keep for the Trim firstTrim:
call firstTrim.AddFaceToKeep(face)
- Parameters:
-
- iFaceToKeep
- The new face to process
The following object is supported: . dd> - iFaceAdjacentForKeep
- An adjacent face of iFaceToKeep belonging to the other operand
The following object is supported: .
- Example:
- The following example adds the new face face
to Keep for the Trim firstTrim:
call firstTrim.AddFaceToKeep(face)
- Parameters:
-
- iFaceToRemove
- The new face to process
The following object is supported: .
- Example:
- The following example adds the new face face
to Remove for the Trim firstTrim:
call firstTrim.AddFaceToRemove(face)
- Parameters:
-
- iFaceToRemove
- The new face to process
The following object is supported: . dd> - iFaceAdjacentForRemove
- An adjacent face of iFaceToRemove belonging to the other operand
The following object is supported: .
- Example:
- The following example adds the new face face
to Remove for the Trim firstTrim:
call firstTrim.AddFaceToRemove(face)
- Parameters:
-
- iFaceToWithdraw
- The face to withdraw
The following object is supported: .
- Example:
- The following example withdraws the existing face Kept
face from the Trim firstTrim:
call firstTrim.WithdrawFaceToKeep(face)
- Parameters:
-
- iFaceToWithdraw
- The face to withdraw
The following object is supported: . dd> - iFaceAdjacentForKeep
- An adjacent face of iFaceToKeep belonging to the other operand
The following object is supported: .
- Example:
- The following example withdraws the existing face Kept
face from the Trim firstTrim:
call firstTrim.WithdrawFaceToKeep(face)
- Parameters:
-
- iFaceToWithdraw
- The face to withdraw
The following object is supported: .
- Example:
- The following example withdraws the existing face Removed
face from the Trim firstTrim:
call firstTrim.WithdrawFaceToRemove(face)
- Parameters:
-
- iFaceToWithdraw
- The face to withdraw
The following object is supported: . dd> - iFaceAdjacentForRemove
- An adjacent face of iFaceToRemove belonging to the other operand
The following object is supported: .
- Example:
- The following example withdraws the existing face Removed
face from the Trim firstTrim:
call firstTrim.WithdrawFaceToRemove(face)