コード例 #1
0
ファイル: StepFaceBound.cs プロジェクト: ZhangWebber/Step2XML
 public StepFaceBound(string name, StepLoop bound, bool orientation)
     : base(name, 0)
 {
     Bound       = bound;
     Orientation = orientation;
 }
コード例 #2
0
 public StepFaceOuterBound(string name, StepLoop bound, bool orientation)
     : base(name, bound, orientation)
 {
 }