Page 1 of 1

[MARS New Feature] Cylindrical selection on node list.

PostPosted: Fri Mar 18, 2016 4:38 am
by ES3
This feature is added to MARS since version 2016.0.15.

Nodes between two cylindrical surfaces are selected. The comparison does not include equality.

Code: Select all
NodeList LdpmRegion {
  Unselect All // undo previous selections if necessary
  CylindricalSelection {
    Origin 0 cm 0 cm 0 cm // one point on center line
    NormalDirection 0 0 1 // direction of center line
    InnerRadius 0 cm
    OuterRadius 5 cm
  }
  Make ndL TEST
}