|
POST
|
There is a “Display shadows in 3D” check box on the “Illumination” tab, on the “Map Properties” of a local scene in ArcGIS Pro 1.3.1. If I check it in every feature layer starts to drop shadow. Can I switch it off on a given layer? For example in BIM environment the multipatch feature class of the windows do not need any shadow casting effect. But the other feature classes do need. Is there a check box somewhere on the UI? (In the aprx file’s xml definition of the separate layers there is a <CastShadow>true</CastShadow> element to switch it on/off, but it isn’t the right way…) And also the animation path is also dropping shadow, however it shouldn’t drop shadow at all, because it is not participating in the scene.
... View more
10-03-2016
12:57 AM
|
0
|
0
|
1170
|
|
POST
|
There is a “Rotation” property on the “General” tab, on the “Map Properties” of a local scene in ArcGIS Pro 1.3.1. This value expresses the rotation of the whole scene. If I rotate the scene manually it changes on the following interval: ]-180; +180]. However I can’t enter negative values. Only positives are allowed. For example the rotation value says that the scene is standing on -26.5°and I want to enter manually -25° than I can’t. Then I have to calculate that -25°equals to +335°. And after pressing the enter I see -25° again . It’s tiring.
... View more
10-03-2016
12:42 AM
|
1
|
1
|
1572
|
|
POST
|
Thank you for your replay! I replaced the attachment in the original question for a working one. Now it can be opened easily.
... View more
09-20-2016
04:08 AM
|
0
|
2
|
1933
|
|
POST
|
Replace "InvalidLine" to your featureclass' name. It's dirty but working. #For singlepart polylines only!
#Polyline must be digitised downstream! (StartPoint's Z value must be higher than End Point's Z value!)
with arcpy.da.UpdateCursor("InvalidLine", "SHAPE@") as features:
for feature in features:
newarray = arcpy.Array()
lastZ = 9999999.99
for part in feature:
for points in part:
for point in points:
if point.Z <= lastZ:
newarray.add(point)
lastZ = point.Z
newpoly = arcpy.Polyline(newarray, None, True)
features.updateRow([newpoly]) Ákos Halmai
... View more
09-15-2016
12:05 PM
|
2
|
2
|
2507
|
|
POST
|
In ArcGIS Pro 1.3 & 1.3.1 the Intersect gp tool does not produce any valid output if the first input feature class contains a near vertical polyline ZM and the second input feature class contains a Polygon Z. If I choose the ‘Point’ at the output type the resulting output feature class remains always empty. However the intersection is clearly visible: see attachment below. According to the visual examination the result should be a single point. Ákos Halmai
... View more
08-31-2016
02:19 AM
|
0
|
4
|
2670
|
|
POST
|
I can share here too because it is only a sample from "unknown" location: https://community.esri.com/servlet/JiveServlet/downloadBody/8672-102-1-10779/Cylinder.gdb.zip I hope the URL working. It is a simple cylinder with 36 sides (36+1 vertex on the top and 36+1 vertex on the bottom, constructed as TriangleStrip, where the "+1" is the closing vertex) created by the GeneralMultipatchCreator CoClass from ArcObjects. Each vertex has texture coordinate, no normals included. The coordinate system is EPSG 23700. The problem is quite simple: I can’t zoom in enough to see the geologically important details of the texture. (The gray line is an orientation marker on it.)
... View more
08-23-2016
12:00 PM
|
0
|
0
|
2321
|
|
POST
|
If the extent of a multipatch layer in ArcGIS Pro Local Scene is extremely small (e.g. 0.5 × 0.5 × 1 m; H×W×D) then the near clipping plane is too close. If I try to zoom in to see the details the view is simply truncated by the near plane. Can I somehow change the distance of these clipping planes? Ákos Halmai
... View more
08-22-2016
05:20 AM
|
0
|
7
|
3550
|
|
IDEA
|
Make able the Field Mapping in all Geoprocessing tools to consume constant values, not just fields. In some cases for example in the Append tool in NO_TEST scenarios it would be extremely useful to fulfill a field (or multiple fields) with a constant value. There is a quite simple workaround to achieve this: leave the field unmapped and then fill it with Field Calculator. But if this feature would be integrated into the field mapping then it would be more convenient, consistent and more logical to use (raster tools can also consume constant values). Ákos Halmai
... View more
06-26-2016
08:42 AM
|
5
|
2
|
5612
|
|
IDEA
|
It is already implemented in ArcGIS Pro, it should be marked with “Implemented” stamp. However it would be great in ArcScene too…
... View more
06-05-2016
01:00 PM
|
0
|
0
|
2304
|
|
POST
|
When will registration open for GISDay 2016? (http://www.gisday.com/register.html)
... View more
05-21-2016
09:53 AM
|
0
|
4
|
4254
|
|
POST
|
Thanks Marianne! (Oder ich sollte „Danke“ sagen?) With this help I found the complete list: “Fallstriche” (German) = “Slope line” (English) = “Eséstüske” (Hungarian) = “Trattino di pendenza” (Italian) = “Spádnice” (Czech) = “Tiret de pente” (French). (http://lazarus.elte.hu/tajfutas/isom2000/)
... View more
05-19-2016
12:11 PM
|
1
|
0
|
2705
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-10-2025 02:51 AM | |
| 1 | 08-01-2023 12:17 PM | |
| 1 | 08-01-2023 12:48 PM | |
| 4 | 07-12-2023 01:15 PM | |
| 6 | 08-21-2020 02:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|