Selection groups
- SelectionGroup:
- getSelection()
Gets a vector with the items of the selection group.
- Name
Name. | Constraints: Conditions: “” input must be non-empty. The name must be unique.
- Type:
str
- createSelectionGroup(GroupName)
Creates a model group
- Parameters:
GroupName (str) – Group name. Conditions: “” input must be non-empty.
- removeSelectionGroup(GroupPointer)
Removes a selection group
- Parameters:
GroupPointer (SelectionGroup) – Group pointer to erase. Conditions: “” does not exist in the dropdown list.
- renameSelectionGroup(GroupPointer, GroupName)
Creates a model group
- Parameters:
GroupPointer (SelectionGroup) – Group pointer to erase. Conditions: “” does not exist in the dropdown list.
GroupName (str) – Group name. Conditions: “” input must be non-empty.
- selectByElemGroup(EntityType, Context, ElemGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
ElemGroup – Selection group: Selection group of mesh elements.
- selectByElemGroup(EntityType, Context, SelectMode, ElemGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
ElemGroup – Selection group: Selection group of mesh elements.
- selectByGeom(EntityType, Context, Geom)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Geom – Geometry: Select entities which are located on this geometry.
- selectByGeom(EntityType, Context, SelectMode, Geom)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Geom – Geometry: Select entities which are located on this geometry.
- selectByLC(EntityType, Context, LoadCase)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
LoadCase – Load case: Select entities which are activated for the time of this load case.
- selectByLC(EntityType, Context, SelectMode, LoadCase)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
LoadCase – Load case: Select entities which are activated for the time of this load case.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val2Y, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val2Y, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val2Rho, SelLocMethodTheta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLoc(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocX(EntityType, Context, SelLocMethodX, Val1X, Val2X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
- selectByLocX(EntityType, Context, CoordSys, SelLocMethodX, Val1X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
- selectByLocX(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
- selectByLocX(EntityType, Context, SelectMode, SelLocMethodX, Val1X, Val2X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
- selectByLocX(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
- selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
- selectByLocX(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
- selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
- selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
- selectByLocX(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocXY(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocXY(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocXZ(EntityType, Context, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodX, Val1X, Val2X, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodX – X select: Method to select by location in X direction.
Val1X – X1: First value to select in X direction.
Val2X – X2: Second value to select in X direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocXZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodRho, Val1Rho, Val2Rho, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodRho – ρ select: Method to select by location in ρ.
Val1Rho – ρ1: First value to select in ρ.
Val2Rho – ρ2: Second value to select in ρ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocY(EntityType, Context, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocY(EntityType, Context, CoordSys, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocY(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocY(EntityType, Context, SelectMode, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocY(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
- selectByLocY(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
- selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
- selectByLocY(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocYZ(EntityType, Context, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodY, Val1Y, Val2Y, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodY – Y select: Method to select by location in Y direction.
Val1Y – Y1: First value to select in Y direction.
Val2Y – Y2: Second value to select in Y direction.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocYZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodTheta, Val1Theta, Val2Theta, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodTheta – θ select: Method to select by location in θ angle.
Val1Theta – θ1: First value to select in θ.
Val2Theta – θ2: Second value to select in θ.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocZ(EntityType, Context, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocZ(EntityType, Context, CoordSys, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocZ(EntityType, Context, CoordSys, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocZ(EntityType, Context, SelectMode, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocZ(EntityType, Context, CoordSys, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodZ, Val1Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
- selectByLocZ(EntityType, Context, CoordSys, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodPhi, Val1Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
- selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodZ, Val1Z, Val2Z)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodZ – Z select: Method to select by location in Z direction.
Val1Z – Z1: First value to select in Z direction.
Val2Z – Z2: Second value to select in Z direction.
- selectByLocZ(EntityType, Context, SelectMode, CoordSys, SelLocMethodPhi, Val1Phi, Val2Phi)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
CoordSys – Coodinate system: Coordinate system to define the location.
SelLocMethodPhi – φ select: Method to select by location in φ angle.
Val1Phi – φ1: First value to select in φ.
Val2Phi – φ2: Second value to select in φ.
- selectByMat(EntityType, Context, Material)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Material – Material: Select entities which use this material.
- selectByMat(EntityType, Context, SelectMode, Material)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Material – Material: Select entities which use this material.
- selectByNodeGroup(EntityType, Context, NodeGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
NodeGroup – Selection group: Selection group of nodes.
- selectByNodeGroup(EntityType, Context, SelectMode, NodeGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
NodeGroup – Selection group: Selection group of nodes.
- selectByNum(EntityType, Context, Val1)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Val1 – Value 1.
- selectByNum(EntityType, Context, Val1, Val2)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Val1 – Value 1.
Val2 – Value 2.
- selectByNum(EntityType, Context, SelectMode, Val1)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Val1 – Value 1.
- selectByNum(EntityType, Context, SelectMode, Val1, Val2)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Val1 – Value 1.
Val2 – Value 2.
- selectByPick(EntityType, Context, SelectedProps)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectedProps – Entities selected.
- selectByPick(EntityType, Context, SelectMode, SelectedProps)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SelectedProps – Entities selected.
- selectByResult(EntityType, Context, Val1, Val2)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Val1 – Value 1.
Val2 – Value 2.
- selectByResult(EntityType, Context, SelectMode, Val1, Val2)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Val1 – Value 1.
Val2 – Value 2.
- selectByResult(EntityType, Context, Val1, Val2, SelGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Val1 – Value 1.
Val2 – Value 2.
SelGroup – Selection group: Search for results in this selection group (mesh nodes or mesh elements).
- selectByResult(EntityType, Context, SelectMode, Val1, Val2, SelGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Val1 – Value 1.
Val2 – Value 2.
SelGroup – Selection group: Search for results in this selection group (mesh nodes or mesh elements).
- selectBySec(EntityType, Context, Section)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
Section – Cross section: Select entities which use this cross section.
- selectBySec(EntityType, Context, SelectMode, Section)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
Section – Cross section: Select entities which use this cross section.
- selectBySEGroup(EntityType, Context, SEGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SEGroup – Selection group: Selection group of structural elements.
- selectBySEGroup(EntityType, Context, SelectMode, SEGroup)
Select: Select elements from current selection
- Parameters:
Enumerate – { Geometry, Structural, MeshElement, MeshNode, Any, DefaultGroup } EntityType: Entity.
Enumerate – { NewSelection, Reselection } Context: Context: Create a new selection or change current selection.
SelectMode – Mode.
SEGroup – Selection group: Selection group of structural elements.
- SelectionGroup(EntityName)
Obtains an entity given its name
- Parameters:
EntityName (str) – Entity name.