コード例 #1
0
            public List <Vector3D> GetPoints()
            {
                var points = new List <Vector3D>();

                points_.GetPoints(ref points);
                return(points);
            }