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