The following commands operate on Part objects. For more information about the Part object, see “Part object,” Section 37.1.
import regionToolset
This command prints a message describing the relationship between the contents of two sets. Possible outcomes are:
Both sets are the same.
Set 2 is a subset of set 1.
Set 2 is a superset of set 1.
Set 2 intersects set 1.
Set 2 touches set 1 (their boundaries intersect).
Set 2 and set 1 are disjoint.
Required arguments
A Set or Surface object specifying set 1.
A Set or Surface object specifying set 2.
Optional arguments
Return value
Exceptions
This command marks the given Set as internal or external.
Required arguments
A string specifying the Set name.
A Boolean specifying whether the Set should be marked as internal.
Optional arguments
Return value
Exceptions
This command marks the given Surface as internal or external.
Required arguments
A string specifying the Surface name.
A Boolean specifying whether the Surface should be marked as internal.
Optional arguments
Return value
Exceptions
This command returns a flag indicating whether the Set is Internal.
Required argument
A string specifying the Set name.
Optional arguments
Return value
Exceptions
This command returns a flag indicating whether the Surface is Internal.
Required argument
A string specifying the Surface name.
Optional arguments
Return value
Exceptions