Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:geometry:user:selections

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:user:geometry:user:selections [2018/01/30 18:43] papeleuxdoc:user:geometry:user:selections [2018/01/30 18:46] (current) papeleux
Line 63: Line 63:
  
 where ''selector'' is an object of the ''Selector'' type. Here are some of its derived classes: where ''selector'' is an object of the ''Selector'' type. Here are some of its derived classes:
- 
-    * ''BoxSelector'' (selection within a bow), 
-    * ''RangeSelector'' (selection in a given area), 
-    * ''DistSelector'' (spherical selection), 
-    * ''SectorSphericalSelector'' (selection in a spherical sector), 
-    * ''AnnealedSelector'' (selection of a ring along the ''x'', ''y'' or ''z'' direction), 
-    * ''SectorAnnealedSelector'' (selection of a part or a ring, defined by two angles, along the ''x'', ''y'' or ''z'' direction), 
-    * ''InverseSelector'' (inverse the selection criterion passed in argument). 
- 
  
 === BoxSelector=== === BoxSelector===
Line 139: Line 130:
  
 Selection of a part or a ring, defined by two angles, along the ''x'', ''y'' or ''z'' direction :  Selection of a part or a ring, defined by two angles, along the ''x'', ''y'' or ''z'' direction : 
-  + 
- SectorAnnealedSelector(lock, x, y, z, rMin, rMax, thetaMin, thetaMax, hMin, hMax)+  SectorAnnealedSelector(lock, x, y, z, rMin, rMax, thetaMin, thetaMax, hMin, hMax)
  
 where where
Line 146: Line 137:
 | ''x,y,z'' | center of the ring |  | ''x,y,z'' | center of the ring | 
 | ''rMin, rMax'' | minimal - maximal radius of the ring sector |  | ''rMin, rMax'' | minimal - maximal radius of the ring sector | 
-| ''thetaMin, thetaMax'' | minimal - maximal angle of the sector (from $-\frac{\pi}$ to $\frac{\pi}$) | +| ''thetaMin, thetaMax'' | minimal - maximal angle of the sector (from $-\pi$ to $\pi$) | 
 | ''hMin, hMax'' | minimal - maximal height of the ring sector |  | ''hMin, hMax'' | minimal - maximal height of the ring sector | 
  
Line 164: Line 155:
  
 Selection within an ellipse : Selection within an ellipse :
 +
   EllipseSelector (lock, Cx, Cy, CZ, a, b)   EllipseSelector (lock, Cx, Cy, CZ, a, b)
  
Line 176: Line 168:
  
 Selection on one side of a plane : Selection on one side of a plane :
 +
   PlaneSelector (plane, dir)   PlaneSelector (plane, dir)
  
Line 181: Line 174:
 | ''plane'' | [[doc:user:geometry:user:surfaces#plane|Plane]] surface object |  | ''plane'' | [[doc:user:geometry:user:surfaces#plane|Plane]] surface object | 
 | ''dir'' | boolean (True / False) defining the side of the plane (depending to the normal) | | ''dir'' | boolean (True / False) defining the side of the plane (depending to the normal) |
- 
- 
-=== InverseSelector === 
- 
-Revert the effect of a selector  : 
-  InverseSelector (selector) 
- 
-where 
-| ''selector'' | selector whose effect will be inverted |  
  
 === BoundarySelector === === BoundarySelector ===
Line 199: Line 183:
  
 Select nodes that are on the surface of a meshed object (2D Models only)  : Select nodes that are on the surface of a meshed object (2D Models only)  :
 +
   Boundary2DSelector ()   Boundary2DSelector ()
 +
 +=== InverseSelector ===
 +
 +Revert the effect of a selector  :
 +
 +  InverseSelector (selector)
 +
 +where
 +| ''selector'' | selector whose effect will be inverted | 
  
 __Examples:__ __Examples:__
doc/user/geometry/user/selections.1517334221.txt.gz · Last modified: 2018/01/30 18:43 by papeleux

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki