The following commands operate on Assembly objects. For more information about the Assembly object, see “Assembly object,” Section 6.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 deletes the given sets from the assembly.
Required argument
A sequence of Strings specifying the set names that will be deleted from the assembly.
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