Example #1
0
 public StepFaceBound(string name, StepLoop bound, bool orientation)
     : base(name)
 {
     Bound       = bound;
     Orientation = orientation;
 }
Example #2
0
 public StepFaceOuterBound(string name, StepLoop bound, bool orientation)
     : base(name, bound, orientation)
 {
 }