Accessimport regionToolset clashSets(...)
This command prints a message describing the relationship between the contents of two sets. Possible outcomes are:
This command accepts only positional arguments and has no keywords. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. deleteSets(...)
This command deletes the given sets from the assembly. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. markSetInternal(...)
This command marks the given Set as internal or external. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. markSurfaceInternal(...)
This command marks the given Surface as internal or external. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. isSetInternal(...)
This command returns a flag indicating whether the Set is Internal. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. isSurfaceInternal(...)
This command returns a flag indicating whether the Surface is Internal. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. deleteSurfaces(...)
This command deletes the given surfaces from the assembly. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. |