Package empro :: Module empro :: Module geometry :: Class Boolean
[frames] | no frames]

Class Boolean

Class that exposes the boolean operation interface.

Class Hierarchy for Boolean
Class Hierarchy for Boolean

Instance Methods
Model
intersect(iBlank, iTool)
Intersects one object with another.
Model
intersectMulti(iBlank, iTool)
Intersects one object with another.
Model
subtract(iBlank, iTool)
Subtracts one object from another.
Model
subtractMulti(iBlank, iTool)
Subtracts one object from another.
Model
unite(iBlank, iTool)
Unites one object with another.
Model
uniteMulti(iBlank, iTool)
Unites one object with another.
Method Details

intersect(iBlank, iTool)

 

Intersects one object with another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model

intersectMulti(iBlank, iTool)

 

Intersects one object with another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model

subtract(iBlank, iTool)

 

Subtracts one object from another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model

subtractMulti(iBlank, iTool)

 

Subtracts one object from another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model

unite(iBlank, iTool)

 

Unites one object with another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model

uniteMulti(iBlank, iTool)

 

Unites one object with another.

Parameters:
  • iBlank (Part) - The part that the operation is performed on.
  • iTool (Part) - The part that performs the operation.
Returns: Model