代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/422500/10634179
wrl 5.15.wrl
#创建一个长宽高分别为3.0,2.0,3.0单位的长方体,并在其上方显示"Box"字符的图形
#VRML V2.0 utf8
Group{
children[
Shape{
appearance DEF Bwhite Appearance {
material Material { }
}
geometry Box{
size 3.0 2.0 3.
www.eeworm.com/read/420819/10773899
cs appinfo.cs
using System;
using System.Collections.Generic;
using System.Text;
using HiMap.Carto;
using HiMap.MapControls.Tools;
using HiMap.Geometry;
namespace HiMap
{
public class AppInfo
www.eeworm.com/read/420819/10773915
cs toolinfoclass.cs
using System;
using System.Collections.Generic;
using System.Text;
using HiMap.Carto;
using HiMap.Driver;
using HiMap.Geometry;
using HiMap.MapControls;
using HiMap.MapControls.Tools;
using