代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/211481/15179838
cpp worldmodel.cpp
#include "worldmodel.h"
extern MSpace::Param param;
extern MSpace::Geometry geometry;
extern MSpace::Command command;
extern MSpace::File file;
namespace MSpace
{
Worldmodel::Worldmodel()
{
NowC
www.eeworm.com/read/38039/1095511
mnu dftintsct.mnu
DRAFT#INTERSECT
#
Tweak
Create Drafted Surfaces on geometry upon which you do not expect major changes
#
Intersect
Create Drafted Surfaces on geometry that can adapt to major topology change
#
www.eeworm.com/read/38039/1093807
mnu stoptr.mnu
STOP#SURFACE##
#
Default
Accept default stop transition geometry.
#
Geometry
Round set will stop at this point or extend to an intersecting surface.
#
Stop#At#Pnt
Round set will be capped at a plane
www.eeworm.com/read/38039/1095479
mnu rndattach.mnu
ATTACHMENT
#
Make#Solid
Feature will be created by intersecting with existing solid geometry.
#
Make#Surface
Feature will be created without intersecting existing solid geometry.
#
Same#Quilt
Feature
www.eeworm.com/read/38039/1095538
mnu geomtype.mnu
GEOMETRY#TYPE
# remove the # sign and enter foreign help string in this line
Solid
Collect only solid geometry inside the window contour.
# remove the # sign and enter foreign help string in this lin
www.eeworm.com/read/38039/1096901
mnu geomcpyitm.mnu
GCPY#ITEMS
# remove the # sign and enter foreign help string in this line
Add
Add geometry items to be copied.
# remove the # sign and enter foreign help string in this line
Remove
Remove geometry it
www.eeworm.com/read/38039/1099414
mnu geomtype.mnu
GEOMETRY#TYPE
# remove the # sign and enter foreign help string in this line
Solid
Collect only solid geometry inside the window contour.
# remove the # sign and enter foreign help string in this lin
www.eeworm.com/read/456710/1603625
java closestvertexresult.java
package com.esri.solutions.jitk.common.geometry;
import com.esri.adf.web.data.geometry.WebPoint;
public class ClosestVertexResult {
protected double _distance;
protected WebPoint _webPoint;