group objects remove

Allows objects to be removed from an Adams View group.

Format:

 
group objects remove
group_name =
existing group
objects_in_group =
existing entities
type_filter =
entity type

Example:

 
group objects remove &
group_name =
pendulum_parts &
objects_in_group =
.model_1.part_3 &
type_filter =
part

Description:

 
Parameter
Value Type
Description
Group_name
Existing Group Name
Specifies the group to be modified.You use this parameter to identify the existing group to be affected with this command.
Objects_in_group
Existing Entity/entities
Specifies the objects to be removed from the group.
Type_filter
Entity Type
Specifies the type of objects allowed.

Extended Definition:

1. The “objects_in_group” parameter takes one or more of any existing Adams View objects.
If a wildcard is used to specify the objects, the TYPE_FILTER parameter can be used to accept only objects of a particular type.
2. When specifying the objects for the “type_filter” operation a wild cards can be used, which may result in too many objects being found. For example, if all the parts for model MOD1 are desired, specifying .MOD1.* will get not only the parts, but all children of the model, like joints, forces and so on. Using the parameter TYPE_FILTER=part will result in only the parts being processed by this command.