コード例 #1
0
ファイル: PointTracer4D.cs プロジェクト: xiaodelea/FullCNC
 internal void AddProfile(TraceProfileBase profile)
 {
     requirePointSet();
     _context.Register(profile);
 }