@bentley/open-site-schema 1.0.15-dev.1 → 1.0.15-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/OpenSite.ecschema.json +1 -1
- package/OpenSite.ecschema.xml +140 -140
- package/package.json +1 -1
package/OpenSite.ecschema.xml
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<ECSchemaReference name="BisCore" version="01.00.10" alias="bis" />
|
|
10
10
|
<ECSchemaReference name="ClassificationSystems" version="01.00.04" alias="clsf" />
|
|
11
11
|
<ECSchemaReference name="LinearReferencing" version="02.00.03" alias="lr" />
|
|
12
|
-
<ECSchemaReference name="
|
|
12
|
+
<ECSchemaReference name="CivilUnits" version="01.00.00" alias="cvu"/>
|
|
13
13
|
<ECSchemaReference name="SpatialComposition" version="01.00.01" alias="spcomp" />
|
|
14
14
|
<ECSchemaReference name="StormSewerPhysical" version="01.00.00" alias="stmswrphys" />
|
|
15
15
|
<ECSchemaReference name="CivilPhysical" version="01.00.02" alias="cvphys" />
|
|
@@ -260,13 +260,13 @@
|
|
|
260
260
|
<ECEntityClass typeName="AreaVertex" modifier="Sealed" displayLabel="Area Vertex">
|
|
261
261
|
<BaseClass>Vertex</BaseClass>
|
|
262
262
|
|
|
263
|
-
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="
|
|
263
|
+
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="cvu:LENGTH" />
|
|
264
264
|
</ECEntityClass>
|
|
265
265
|
|
|
266
266
|
<ECEntityClass typeName="PathVertex" modifier="Abstract" displayLabel="Path Vertex">
|
|
267
267
|
<BaseClass>Vertex</BaseClass>
|
|
268
268
|
|
|
269
|
-
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="
|
|
269
|
+
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="cvu:LENGTH" />
|
|
270
270
|
</ECEntityClass>
|
|
271
271
|
|
|
272
272
|
<ECEntityClass typeName="PathEndVertex" modifier="None" displayLabel="Path End Vertex" description="Path Vertex that is located at the start or end of a Path, in other words, it only has a single PathEdge attached to it">
|
|
@@ -276,25 +276,25 @@
|
|
|
276
276
|
<ECEntityClass typeName="PathMidVertex" modifier="None" displayLabel="Path Mid Vertex" description="Path Vertex that has two PathEdge instances attached to it, in other words.">
|
|
277
277
|
<BaseClass>Vertex</BaseClass>
|
|
278
278
|
|
|
279
|
-
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="
|
|
279
|
+
<ECProperty propertyName="Radius" typeName="double" kindOfQuantity="cvu:LENGTH" />
|
|
280
280
|
</ECEntityClass>
|
|
281
281
|
|
|
282
282
|
<ECEntityClass typeName="DrivewayEndVertex" modifier="Sealed" displayLabel="Driveway End Vertex" description="The first and last Vertex of a DrivewayPath.">
|
|
283
283
|
<BaseClass>PathEndVertex</BaseClass>
|
|
284
284
|
|
|
285
|
-
<ECProperty propertyName="CuldesacRadius" typeName="double" kindOfQuantity="
|
|
286
|
-
<ECProperty propertyName="CuldesacOffset" typeName="double" kindOfQuantity="
|
|
287
|
-
<ECProperty propertyName="CuldesacROWRadius" typeName="double" kindOfQuantity="
|
|
288
|
-
<ECProperty propertyName="CuldesacROWReturnRadius" typeName="double" kindOfQuantity="
|
|
285
|
+
<ECProperty propertyName="CuldesacRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Radius" description="Radius of cul-de-sac." />
|
|
286
|
+
<ECProperty propertyName="CuldesacOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="Offset" description="Offset of cul-de-sac, negative for left." />
|
|
287
|
+
<ECProperty propertyName="CuldesacROWRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Radius" description="Cul-de-sac right of way entrance radius." />
|
|
288
|
+
<ECProperty propertyName="CuldesacROWReturnRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_CulDeSac" displayLabel="ROW Return Radius" description="Cul-de-sac right of way exit radius." />
|
|
289
289
|
|
|
290
|
-
<ECProperty propertyName="EntranceFlareRadius" typeName="double" kindOfQuantity="
|
|
291
|
-
<ECProperty propertyName="ExitFlareRadius" typeName="double" kindOfQuantity="
|
|
290
|
+
<ECProperty propertyName="EntranceFlareRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Entrance Radius" description="Sets the size of the flared entrance radius. Exit will be defined by the drive side of the road." />
|
|
291
|
+
<ECProperty propertyName="ExitFlareRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayEndVertex_Flares" displayLabel="Exit Radius" description="Sets the size of the flared exit radius. Entrance will be defined by the drive side of the road." />
|
|
292
292
|
</ECEntityClass>
|
|
293
293
|
|
|
294
294
|
<ECEntityClass typeName="DrivewayMidVertex" modifier="Sealed" displayLabel="Driveway Mid Vertex" description="Vertex of a DrivewayPath that is attached to two DrivewayPathEdge instances.">
|
|
295
295
|
<BaseClass>PathMidVertex</BaseClass>
|
|
296
296
|
|
|
297
|
-
<ECProperty propertyName="SideTransitionOffset" typeName="double" kindOfQuantity="
|
|
297
|
+
<ECProperty propertyName="SideTransitionOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Transition" displayLabel="Transition Offset" description="The transition offset distance." >
|
|
298
298
|
<ECCustomAttributes>
|
|
299
299
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
300
300
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
</Deprecated>
|
|
303
303
|
</ECCustomAttributes>
|
|
304
304
|
</ECProperty>
|
|
305
|
-
<ECProperty propertyName="SideTransitionRadius1" typeName="double" kindOfQuantity="
|
|
305
|
+
<ECProperty propertyName="SideTransitionRadius1" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Transition" displayLabel="Transition Inner Radius" description="The inner radius of the transition." >
|
|
306
306
|
<ECCustomAttributes>
|
|
307
307
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
308
308
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
</Deprecated>
|
|
311
311
|
</ECCustomAttributes>
|
|
312
312
|
</ECProperty>
|
|
313
|
-
<ECProperty propertyName="SideTransitionRadius2" typeName="double" kindOfQuantity="
|
|
313
|
+
<ECProperty propertyName="SideTransitionRadius2" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayMidVertex_Transition" displayLabel="Transition Outer Radius" description="The outer radius of the transition." >
|
|
314
314
|
<ECCustomAttributes>
|
|
315
315
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
316
316
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -328,32 +328,32 @@
|
|
|
328
328
|
<BaseClass>ParkingVertex</BaseClass>
|
|
329
329
|
|
|
330
330
|
<ECProperty propertyName="ParkingNumber" typeName="int" category="ParkingSpaceVertex_Parking" displayLabel="Number of Spaces" description="Number of spaces to be overridden by a parking vertex." />
|
|
331
|
-
<ECProperty propertyName="ParkingWidth" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="
|
|
331
|
+
<ECProperty propertyName="ParkingWidth" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Space Width" description="Width to be used for a parking vertex override." />
|
|
332
332
|
<ECProperty propertyName="ParkingSurfaceType" typeName="SurfaceType" category="ParkingSpaceVertex_Parking" displayLabel="Surface Type" description="Surface type defined by a parking vertex override." />
|
|
333
|
-
<ECProperty propertyName="ParkingMinSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="
|
|
334
|
-
<ECProperty propertyName="ParkingMaxSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="
|
|
333
|
+
<ECProperty propertyName="ParkingMinSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope defined by a parking vertex override." />
|
|
334
|
+
<ECProperty propertyName="ParkingMaxSlope" typeName="double" category="ParkingSpaceVertex_Parking" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope defined by a parking vertex override." />
|
|
335
335
|
</ECEntityClass>
|
|
336
336
|
|
|
337
337
|
<ECEntityClass typeName="ParkingBayVertex" modifier="Sealed" displayLabel="Parking Bay Vertex" description="Defines a location point to override an entire parking bay settings.">
|
|
338
338
|
<BaseClass>ParkingVertex</BaseClass>
|
|
339
339
|
|
|
340
|
-
<ECProperty propertyName="BayMedianWidth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="
|
|
341
|
-
<ECProperty propertyName="ParkingDepth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="
|
|
342
|
-
<ECProperty propertyName="ParkingDepthOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="
|
|
343
|
-
<ECProperty propertyName="ParkingAngle" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="
|
|
344
|
-
<ECProperty propertyName="ParkingAngleOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="
|
|
340
|
+
<ECProperty propertyName="BayMedianWidth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Median Width" description="Median width defined by a bay override." />
|
|
341
|
+
<ECProperty propertyName="ParkingDepth" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Primary" description="Defines the bay override parking depth for primary side." />
|
|
342
|
+
<ECProperty propertyName="ParkingDepthOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:LENGTH" displayLabel="Parking Depth Secondary" description="Defines the bay override parking depth for secondary side." />
|
|
343
|
+
<ECProperty propertyName="ParkingAngle" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Primary" description="Defines the bay override parking angle for primary side." />
|
|
344
|
+
<ECProperty propertyName="ParkingAngleOther" typeName="double" category="ParkingBayVertex_Bay" kindOfQuantity="cvu:ANGLE" displayLabel="Parking Angle Secondary" description="Defines the bay override parking angle for secondary side." />
|
|
345
345
|
</ECEntityClass>
|
|
346
346
|
|
|
347
347
|
<ECEntityClass typeName="ParkingAisleVertex" modifier="Sealed" displayLabel="Parking Aisle Vertex" description="Defines a location point to override a parking aisle settings.">
|
|
348
348
|
<BaseClass>ParkingVertex</BaseClass>
|
|
349
349
|
|
|
350
|
-
<ECProperty propertyName="AisleWidth" typeName="double" category="ParkingAisleVertex_Aisle" kindOfQuantity="
|
|
350
|
+
<ECProperty propertyName="AisleWidth" typeName="double" category="ParkingAisleVertex_Aisle" kindOfQuantity="cvu:LENGTH" displayLabel="Aisle Width" description="Defines the aisle override width." />
|
|
351
351
|
</ECEntityClass>
|
|
352
352
|
|
|
353
353
|
<ECEntityClass typeName="ParkingIslandVertex" modifier="Sealed" displayLabel="Parking Island Vertex" description="Defines a location point to override a parking island settings.">
|
|
354
354
|
<BaseClass>ParkingVertex</BaseClass>
|
|
355
355
|
|
|
356
|
-
<ECProperty propertyName="IslandWidth" typeName="double" category="ParkingIslandVertex_Island" kindOfQuantity="
|
|
356
|
+
<ECProperty propertyName="IslandWidth" typeName="double" category="ParkingIslandVertex_Island" kindOfQuantity="cvu:LENGTH" displayLabel="Island Width" description="Defines the island override for it's width." />
|
|
357
357
|
</ECEntityClass>
|
|
358
358
|
|
|
359
359
|
<ECEntityClass typeName="Edge" modifier="Abstract" displayLabel="Edge">
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
<ECEntityClass typeName="ShapedEdge" modifier="Abstract" displayLabel="Shaped Edge" description="Edge class for physical objects such as buildings.">
|
|
377
377
|
<BaseClass>AreaEdge</BaseClass>
|
|
378
378
|
|
|
379
|
-
<ECProperty propertyName="LinkHeight" typeName="double" kindOfQuantity="
|
|
379
|
+
<ECProperty propertyName="LinkHeight" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Link Height" description="Height of an edge." >
|
|
380
380
|
<ECCustomAttributes>
|
|
381
381
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
382
382
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
<ECEntityClass typeName="PropertyEdge" modifier="Sealed" displayLabel="Grading Limit Edge">
|
|
392
392
|
<BaseClass>ShapedEdge</BaseClass>
|
|
393
393
|
|
|
394
|
-
<ECProperty propertyName="ParkingSetback" typeName="double" kindOfQuantity="
|
|
394
|
+
<ECProperty propertyName="ParkingSetback" typeName="double" kindOfQuantity="cvu:LENGTH" category="PropertyEdge_Setbacks" displayLabel="Parking Setback">
|
|
395
395
|
<ECCustomAttributes>
|
|
396
396
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
397
397
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -399,7 +399,7 @@
|
|
|
399
399
|
</Deprecated>
|
|
400
400
|
</ECCustomAttributes>
|
|
401
401
|
</ECProperty>
|
|
402
|
-
<ECProperty propertyName="BuildingSetback" typeName="double" kindOfQuantity="
|
|
402
|
+
<ECProperty propertyName="BuildingSetback" typeName="double" kindOfQuantity="cvu:LENGTH" category="PropertyEdge_Setbacks" displayLabel="Building Setback">
|
|
403
403
|
<ECCustomAttributes>
|
|
404
404
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
405
405
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -412,9 +412,9 @@
|
|
|
412
412
|
<ECEntityClass typeName="BuildingEdge" modifier="Sealed" displayLabel="Building Pad Edge">
|
|
413
413
|
<BaseClass>ShapedEdge</BaseClass>
|
|
414
414
|
|
|
415
|
-
<ECProperty propertyName="SlopeAway" typeName="double" kindOfQuantity="
|
|
416
|
-
<ECProperty propertyName="SlopeAwayDistance" typeName="double" kindOfQuantity="
|
|
417
|
-
<ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="
|
|
415
|
+
<ECProperty propertyName="SlopeAway" typeName="double" kindOfQuantity="cvu:SLOPE" category="BuildingEdge_SlopeAway" displayLabel="Slope Away" description="Slope away from edge for grading." />
|
|
416
|
+
<ECProperty propertyName="SlopeAwayDistance" typeName="double" kindOfQuantity="cvu:LENGTH" category="BuildingEdge_SlopeAway" displayLabel="Slope Away Distance" description="Distance of the slope away from edge for grading." />
|
|
417
|
+
<ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Fixed Height Difference" description="Height of an edge." />
|
|
418
418
|
</ECEntityClass>
|
|
419
419
|
|
|
420
420
|
<ECEntityClass typeName="ParkingEdge" modifier="Sealed" displayLabel="Parking Edge">
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
|
|
440
440
|
<ECEntityClass typeName="PadEdge" modifier="Sealed" displayLabel="Pad Edge">
|
|
441
441
|
<BaseClass>ShapedEdge</BaseClass>
|
|
442
|
-
<ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="
|
|
442
|
+
<ECProperty propertyName="FixedHeightDifference" typeName="double" kindOfQuantity="cvu:LENGTH" category="ShapedEdge_LinkHeight" displayLabel="Fixed Height Difference" description="Height of an edge." />
|
|
443
443
|
</ECEntityClass>
|
|
444
444
|
|
|
445
445
|
<ECEntityClass typeName="LayoutParkingEdge" modifier="Sealed" displayLabel="Layout Parking Edge" description="Parking lot">
|
|
@@ -453,12 +453,12 @@
|
|
|
453
453
|
<ECEntityClass typeName="CenterlinePathEdge" modifier="None" displayLabel="Centerline Path Edge" description="Centerline of a path.">
|
|
454
454
|
<BaseClass>PathEdge</BaseClass>
|
|
455
455
|
|
|
456
|
-
<ECProperty propertyName="MinDriveSlope" typeName="double" kindOfQuantity="
|
|
457
|
-
<ECProperty propertyName="MaxDriveSlope" typeName="double" kindOfQuantity="
|
|
456
|
+
<ECProperty propertyName="MinDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Min. Slope" description="Minimum path slope for design." />
|
|
457
|
+
<ECProperty propertyName="MaxDriveSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="CenterlinePathEdge_Grading" displayLabel="Max. Slope" description="Maximum path slope for design." />
|
|
458
458
|
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="CenterlinePathEdge_Grading" displayLabel="Surface Type" description="Surface material type for path." />
|
|
459
|
-
<ECProperty propertyName="SurfaceDepth" typeName="double" kindOfQuantity="
|
|
460
|
-
<ECProperty propertyName="MinZ" typeName="double" kindOfQuantity="
|
|
461
|
-
<ECProperty propertyName="MaxZ" typeName="double" kindOfQuantity="
|
|
459
|
+
<ECProperty propertyName="SurfaceDepth" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="CenterlinePathEdge_Grading" displayLabel="Surface Depth" description="Surface material depth for path." />
|
|
460
|
+
<ECProperty propertyName="MinZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Min. Elevation" description="Minimum design elevation for path." />
|
|
461
|
+
<ECProperty propertyName="MaxZ" typeName="double" kindOfQuantity="cvu:LENGTH" category="CenterlinePathEdge_Grading" displayLabel="Max. Elevation" description="Maximum design elevation for path." />
|
|
462
462
|
|
|
463
463
|
<ECProperty propertyName="RunoffC" typeName="double" category="CenterlinePathEdge_Drainage" displayLabel="Runoff Coefficient" description="Runoff coefficient for path." />
|
|
464
464
|
</ECEntityClass>
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
<BaseClass>bis:IParentElement</BaseClass>
|
|
469
469
|
|
|
470
470
|
<ECProperty propertyName="MedianType" typeName="SurfaceType" category="DrivewayPathEdge_Median" displayLabel="Type" description="Median type along path." />
|
|
471
|
-
<ECProperty propertyName="MedianWidth" typeName="double" kindOfQuantity="
|
|
471
|
+
<ECProperty propertyName="MedianWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathEdge_Median" displayLabel="Width" description="Median width for path." />
|
|
472
472
|
|
|
473
473
|
<ECProperty propertyName="CrowningType" typeName="CrownType" category="DrivewayPathEdge_Crowning" displayLabel="Crown Type" description="Type of crown design for path." />
|
|
474
474
|
<ECProperty propertyName="KValueSag" typeName="double" category="DrivewayPathEdge_Crowning" displayLabel="Sag K Value" description="Design K-Value for sag vertical curves." />
|
|
@@ -488,13 +488,13 @@
|
|
|
488
488
|
</ECCustomAttributes>
|
|
489
489
|
</ECProperty>
|
|
490
490
|
|
|
491
|
-
<ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="
|
|
492
|
-
<ECProperty propertyName="DrivewayWidth" typeName="double" kindOfQuantity="
|
|
491
|
+
<ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Road" displayLabel="Cross Slope" description="Cross slope for this side of driveway." />
|
|
492
|
+
<ECProperty propertyName="DrivewayWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Road" displayLabel="Driveway Width" description="Driveway width on this side." />
|
|
493
493
|
|
|
494
|
-
<ECProperty propertyName="ShoulderWidth" typeName="double" kindOfQuantity="
|
|
495
|
-
<ECProperty propertyName="ShoulderSlope" typeName="double" kindOfQuantity="
|
|
496
|
-
<ECProperty propertyName="DitchOffset" typeName="double" kindOfQuantity="
|
|
497
|
-
<ECProperty propertyName="DitchSlope" typeName="double" kindOfQuantity="
|
|
494
|
+
<ECProperty propertyName="ShoulderWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Width" description="Width of shoulder on this side of driveway." />
|
|
495
|
+
<ECProperty propertyName="ShoulderSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Shoulder Slope" description="Slope of shoulder on this side of driveway." />
|
|
496
|
+
<ECProperty propertyName="DitchOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Offset" description="Offset to ditch on this side of driveway." />
|
|
497
|
+
<ECProperty propertyName="DitchSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="DrivewayPathFin_Shoulder" displayLabel="Ditch Slope" description="Ditch slope for this side of driveway." />
|
|
498
498
|
</ECEntityClass>
|
|
499
499
|
|
|
500
500
|
<ECEntityClass typeName="DrivewayTransition" modifier="Sealed" displayLabel="Transition">
|
|
@@ -506,9 +506,9 @@
|
|
|
506
506
|
</ECCustomAttributes>
|
|
507
507
|
</ECProperty>
|
|
508
508
|
|
|
509
|
-
<ECProperty propertyName="sideTransitionOffset" typeName="double" kindOfQuantity="
|
|
510
|
-
<ECProperty propertyName="sideTransitionRadius1" typeName="double" kindOfQuantity="
|
|
511
|
-
<ECProperty propertyName="sideTransitionRadius2" typeName="double" kindOfQuantity="
|
|
509
|
+
<ECProperty propertyName="sideTransitionOffset" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Offset" description="Length of the offset."/>
|
|
510
|
+
<ECProperty propertyName="sideTransitionRadius1" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Inner Radius" description="Radius of the arc before the transition."/>
|
|
511
|
+
<ECProperty propertyName="sideTransitionRadius2" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Transition Outer Radius" description="Radius of the arc after the transition."/>
|
|
512
512
|
</ECEntityClass>
|
|
513
513
|
|
|
514
514
|
<ECEntityClass typeName="SidewalkPathEdge" modifier="Sealed" displayLabel="Sidewalk Edge" description="Sidewalk path edge.">
|
|
@@ -529,8 +529,8 @@
|
|
|
529
529
|
</ECCustomAttributes>
|
|
530
530
|
</ECProperty>
|
|
531
531
|
|
|
532
|
-
<ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="
|
|
533
|
-
<ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="
|
|
532
|
+
<ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="SidewalkPathFin_Sidewalk" displayLabel="Sidewalk Width" description="Sidewalk width for this side of the sidewalk." />
|
|
533
|
+
<ECProperty propertyName="CrossSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="SidewalkPathFin_Sidewalk" displayLabel="Cross Slope" description="Cross slope for this side of the sidewalk." />
|
|
534
534
|
</ECEntityClass>
|
|
535
535
|
|
|
536
536
|
<ECEntityClass typeName="ParkingDirectionPathEdge" modifier="Sealed" displayLabel="Parking Direction Edge" description="Parking direction path edge.">
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
|
|
790
790
|
<ECEntityClass typeName="RetainingWallArea" displayLabel="Retaining Wall" description="Retaining Wall">
|
|
791
791
|
<BaseClass>Area</BaseClass>
|
|
792
|
-
<ECProperty propertyName="Width" typeName="double" kindOfQuantity="
|
|
792
|
+
<ECProperty propertyName="Width" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Width" description="Width of the retaining wall." />
|
|
793
793
|
<ECNavigationProperty propertyName="RetainingWallType" relationshipName="RetainingWallAreaUsesRetainingWallType" direction="Forward" displayLabel="Retaining Wall Type" />
|
|
794
794
|
</ECEntityClass>
|
|
795
795
|
|
|
@@ -799,16 +799,16 @@
|
|
|
799
799
|
|
|
800
800
|
<ECProperty propertyName="DoGrade" typeName="boolean" category="ShapedArea_Optimizer" displayLabel="Grading" description="Add area grading data to grading optimizer." />
|
|
801
801
|
|
|
802
|
-
<ECProperty propertyName="Topsoil" typeName="double" category="ShapedArea_Surface" kindOfQuantity="
|
|
802
|
+
<ECProperty propertyName="Topsoil" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Depth of topsoil." />
|
|
803
803
|
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="ShapedArea_Surface" displayLabel="Surface Type" description="Type definition of area." />
|
|
804
|
-
<ECProperty propertyName="SurfaceDepth" typeName="double" category="ShapedArea_Surface" kindOfQuantity="
|
|
804
|
+
<ECProperty propertyName="SurfaceDepth" typeName="double" category="ShapedArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Material depth of area." />
|
|
805
805
|
<ECProperty propertyName="RunoffCoefficient" typeName="double" category="ShapedArea_Surface" displayLabel="Runoff Coefficient" description="Runoff coefficient for area." />
|
|
806
806
|
|
|
807
|
-
<ECProperty propertyName="FixedSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="
|
|
808
|
-
<ECProperty propertyName="MinSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="
|
|
809
|
-
<ECProperty propertyName="MaxSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="
|
|
810
|
-
<ECProperty propertyName="MinZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="
|
|
811
|
-
<ECProperty propertyName="MaxZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="
|
|
807
|
+
<ECProperty propertyName="FixedSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed design slope for area." />
|
|
808
|
+
<ECProperty propertyName="MinSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum design slope for area." />
|
|
809
|
+
<ECProperty propertyName="MaxSlope" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum design slope for area." />
|
|
810
|
+
<ECProperty propertyName="MinZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum design elevation for area." />
|
|
811
|
+
<ECProperty propertyName="MaxZ" typeName="double" category="ShapedArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum design elevation for area." />
|
|
812
812
|
</ECEntityClass>
|
|
813
813
|
|
|
814
814
|
<ECEntityClass typeName="PropertyArea" modifier="Sealed" displayLabel="Grading Limits" description="Grading Limits">
|
|
@@ -867,27 +867,27 @@
|
|
|
867
867
|
</ECCustomAttributes>
|
|
868
868
|
</ECProperty>
|
|
869
869
|
|
|
870
|
-
<ECProperty propertyName="ParkingWidth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="
|
|
871
|
-
<ECProperty propertyName="ParkingDepth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="
|
|
872
|
-
<ECProperty propertyName="ParkingAngle" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="
|
|
870
|
+
<ECProperty propertyName="ParkingWidth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Width" description="Parking space width." />
|
|
871
|
+
<ECProperty propertyName="ParkingDepth" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:LENGTH" displayLabel="Depth" description="Parking space depth." />
|
|
872
|
+
<ECProperty propertyName="ParkingAngle" typeName="double" category="LayoutParkingArea_Parking" kindOfQuantity="cvu:ANGLE" displayLabel="Angle" description="Parking space angle." />
|
|
873
873
|
<ECProperty propertyName="ParkingSpaces" typeName="int" category="LayoutParkingArea_Parking" displayLabel="Parking Spaces" description="Number of spaces." />
|
|
874
874
|
<ECProperty propertyName="ProblemSpaces" typeName="int" category="LayoutParkingArea_Parking" displayLabel="Problem Spaces" description="Number of problematic spaces." />
|
|
875
875
|
|
|
876
|
-
<ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="
|
|
876
|
+
<ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParkingArea_ParkingAisle" displayLabel="Width" description="Parking aisle width." />
|
|
877
877
|
|
|
878
878
|
<ECProperty propertyName="ParkingPerIsland" typeName="int" category="LayoutParkingArea_ParkingIsland" displayLabel="Count Per Island" description="Number of parking spaces between islands." />
|
|
879
|
-
<ECProperty propertyName="MinIslandWidth" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="
|
|
879
|
+
<ECProperty propertyName="MinIslandWidth" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Minimum Width" description="Minimum parking island width." />
|
|
880
880
|
<ECProperty propertyName="IslandType" typeName="IslandType" category="LayoutParkingArea_ParkingIsland" displayLabel="Type" description="Island type or material." />
|
|
881
|
-
<ECProperty propertyName="IslandCurbRadius" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="
|
|
881
|
+
<ECProperty propertyName="IslandCurbRadius" typeName="double" category="LayoutParkingArea_ParkingIsland" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Island curb radius." />
|
|
882
882
|
|
|
883
|
-
<ECProperty propertyName="BayCurbRadius" typeName="double" category="LayoutParkingArea_ParkingBay" kindOfQuantity="
|
|
883
|
+
<ECProperty propertyName="BayCurbRadius" typeName="double" category="LayoutParkingArea_ParkingBay" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Radius" description="Parking bay curb radius." />
|
|
884
884
|
|
|
885
|
-
<ECProperty propertyName="MinSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="
|
|
886
|
-
<ECProperty propertyName="MaxSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="
|
|
885
|
+
<ECProperty propertyName="MinSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Design Slope" description="Minimum design slope for parking lot." />
|
|
886
|
+
<ECProperty propertyName="MaxSlopeParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Design Slope" description="Maximum design slope for parking lot." />
|
|
887
887
|
<ECProperty propertyName="SurfaceTypeParkingLot" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Surface Type" description="Surface type or material for parking lot." />
|
|
888
|
-
<ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="
|
|
888
|
+
<ECProperty propertyName="SurfaceDepthParkingLot" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth." />
|
|
889
889
|
<ECProperty propertyName="SurfaceTypeParkingSpaces" typeName="SurfaceType" category="LayoutParkingArea_ParkingGrading" displayLabel="Space Surface Type" description="Surface type or material for specific parking spaces." />
|
|
890
|
-
<ECProperty propertyName="SurfaceDepthParkingSpaces" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="
|
|
890
|
+
<ECProperty propertyName="SurfaceDepthParkingSpaces" typeName="double" category="LayoutParkingArea_ParkingGrading" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Space Surface Depth" description="Surface or material depth for specific parking spaces." />
|
|
891
891
|
|
|
892
892
|
<ECNavigationProperty propertyName="IslandCurbType" relationshipName="LayoutParkingAreaUsesIslandCurbType" direction="Forward" displayLabel="Island Curb Type" />
|
|
893
893
|
<ECNavigationProperty propertyName="ParkingCurbType" relationshipName="LayoutParkingAreaUsesCurbType" direction="Forward" displayLabel="Curb Type" />
|
|
@@ -896,30 +896,30 @@
|
|
|
896
896
|
<ECEntityClass typeName="LayoutPondArea" modifier="Sealed" displayLabel="Pond" description="Layout pond area.">
|
|
897
897
|
<BaseClass>LayoutArea</BaseClass>
|
|
898
898
|
|
|
899
|
-
<ECProperty propertyName="Height" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
900
|
-
<ECProperty propertyName="TopHeight" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
901
|
-
<ECProperty propertyName="WallSlope" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
902
|
-
<ECProperty propertyName="WallWidth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
903
|
-
<ECProperty propertyName="Depth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
899
|
+
<ECProperty propertyName="Height" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Top Elevation" description="Riser Top Elevation." />
|
|
900
|
+
<ECProperty propertyName="TopHeight" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Dry Storage Height" description="Dry Storage Height." />
|
|
901
|
+
<ECProperty propertyName="WallSlope" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:SLOPE" displayLabel="Side Slope" description=" Side Slope." />
|
|
902
|
+
<ECProperty propertyName="WallWidth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Berm Width" description="Depth of the pond." />
|
|
903
|
+
<ECProperty propertyName="Depth" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:LENGTH" displayLabel="Riser Height" description="Riser Height." />
|
|
904
904
|
<ECProperty propertyName="SizePond" typeName="boolean" category="LayoutPondArea_Pond" displayLabel="Size Pond" description="Size the pond using the target surface or volume." />
|
|
905
|
-
<ECProperty propertyName="TargetSurface" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
906
|
-
<ECProperty propertyName="TargetVolume" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="
|
|
905
|
+
<ECProperty propertyName="TargetSurface" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:AREA" displayLabel="Target Surface" description="Target surface." />
|
|
906
|
+
<ECProperty propertyName="TargetVolume" typeName="double" category="LayoutPondArea_Pond" kindOfQuantity="cvu:VOLUME" displayLabel="Target Volume" description="Target volume." />
|
|
907
907
|
</ECEntityClass>
|
|
908
908
|
|
|
909
909
|
<ECEntityClass typeName="LayoutParcelingArea" modifier="Sealed" displayLabel="Layout Parceling Area" description="Layout parceling area.">
|
|
910
910
|
<BaseClass>LayoutArea</BaseClass>
|
|
911
911
|
|
|
912
|
-
<ECProperty propertyName="MinParcelSurface" typeName="double" kindOfQuantity="
|
|
913
|
-
<ECProperty propertyName="MaxParcelDepth" typeName="double" kindOfQuantity="
|
|
914
|
-
<ECProperty propertyName="MinParcelFrontage" typeName="double" kindOfQuantity="
|
|
915
|
-
<ECProperty propertyName="ParcelFrontageOffset" typeName="double" kindOfQuantity="
|
|
912
|
+
<ECProperty propertyName="MinParcelSurface" typeName="double" kindOfQuantity="cvu:AREA" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Surface" description="Minimum parcel surface area." />
|
|
913
|
+
<ECProperty propertyName="MaxParcelDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Max. Parcel Depth" description="Maximum parcel depth." />
|
|
914
|
+
<ECProperty propertyName="MinParcelFrontage" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Min. Parcel Frontage" description="Minimum parcel frontage." />
|
|
915
|
+
<ECProperty propertyName="ParcelFrontageOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="LayoutParcelingArea_ParcelLayout" displayLabel="Frontage Offset" description="Frontage offset." />
|
|
916
916
|
</ECEntityClass>
|
|
917
917
|
|
|
918
918
|
<ECEntityClass typeName="ParcelBuildingAspect" modifier="Sealed" displayLabel="Building Aspect">
|
|
919
919
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
920
920
|
|
|
921
|
-
<ECProperty propertyName="BuildingWidth" typeName="double" kindOfQuantity="
|
|
922
|
-
<ECProperty propertyName="BuildingDepth" typeName="double" kindOfQuantity="
|
|
921
|
+
<ECProperty propertyName="BuildingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Width" description="Width of the building on the parcel." />
|
|
922
|
+
<ECProperty propertyName="BuildingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParcelBuildingAspect_BuildingLayout" displayLabel="Building Depth" description="Depth of the building on the parcel." />
|
|
923
923
|
</ECEntityClass>
|
|
924
924
|
|
|
925
925
|
<ECRelationshipClass typeName="LayoutParcelingAreaOwnsParcelBuildingAspect" modifier="Sealed" strength="embedding">
|
|
@@ -944,15 +944,15 @@
|
|
|
944
944
|
</ECCustomAttributes>
|
|
945
945
|
</ECProperty>
|
|
946
946
|
|
|
947
|
-
<ECProperty propertyName="Topsoil" typeName="double" category="GradingArea_Surface" kindOfQuantity="
|
|
947
|
+
<ECProperty propertyName="Topsoil" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Topsoil" description="Topsoil depth for grading area." />
|
|
948
948
|
<ECProperty propertyName="SurfaceType" typeName="SurfaceType" category="GradingArea_Surface" displayLabel="Surface Type" description="Surface type or material for grading area." />
|
|
949
|
-
<ECProperty propertyName="SurfaceDepth" typeName="double" category="GradingArea_Surface" kindOfQuantity="
|
|
949
|
+
<ECProperty propertyName="SurfaceDepth" typeName="double" category="GradingArea_Surface" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Surface Depth" description="Surface or material depth for grading area." />
|
|
950
950
|
|
|
951
|
-
<ECProperty propertyName="FixedSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="
|
|
952
|
-
<ECProperty propertyName="MinSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="
|
|
953
|
-
<ECProperty propertyName="MaxSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="
|
|
954
|
-
<ECProperty propertyName="MinZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="
|
|
955
|
-
<ECProperty propertyName="MaxZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="
|
|
951
|
+
<ECProperty propertyName="FixedSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Fixed Slope" description="Fixed slope constraint on grading area." />
|
|
952
|
+
<ECProperty propertyName="MinSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope constraint on grading area." />
|
|
953
|
+
<ECProperty propertyName="MaxSlope" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope constraint on grading area." />
|
|
954
|
+
<ECProperty propertyName="MinZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Min. Elevation" description="Minimum elevation change constraint on grading area." />
|
|
955
|
+
<ECProperty propertyName="MaxZ" typeName="double" category="GradingArea_Constraints" kindOfQuantity="cvu:LENGTH" displayLabel="Max. Elevation" description="Maximum elevation change constraint on grading area." />
|
|
956
956
|
</ECEntityClass>
|
|
957
957
|
|
|
958
958
|
<ECEntityClass typeName="GradingLimitArea" modifier="Sealed" displayLabel="Grading Constraints" description="Grading constraints area.">
|
|
@@ -993,9 +993,9 @@
|
|
|
993
993
|
<ECEntityClass typeName="ParkingRowPath" modifier="Sealed" displayLabel="Parking Row" description="Parking row path.">
|
|
994
994
|
<BaseClass>LayoutPath</BaseClass>
|
|
995
995
|
|
|
996
|
-
<ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="
|
|
997
|
-
<ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="
|
|
998
|
-
<ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="
|
|
996
|
+
<ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Width" description="Parking width for row." />
|
|
997
|
+
<ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="ParkingRowPath_Parking" displayLabel="Depth" description="Parking depth for row." />
|
|
998
|
+
<ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="ParkingRowPath_Parking" displayLabel="Angle" description="Parking angle for row." />
|
|
999
999
|
</ECEntityClass>
|
|
1000
1000
|
|
|
1001
1001
|
<ECEntityClass typeName="GradingPath" modifier="Abstract" displayLabel="Grading Path" description="Grading path.">
|
|
@@ -1027,36 +1027,36 @@
|
|
|
1027
1027
|
<ECEntityClass typeName="ContourLinesAspect" modifier="Sealed" displayLabel="Contour Lines" description="Terrain contour lines" >
|
|
1028
1028
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1029
1029
|
|
|
1030
|
-
<ECProperty propertyName="MinorStep" typeName="double" kindOfQuantity="
|
|
1030
|
+
<ECProperty propertyName="MinorStep" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Minor Step" description="Minor steps interval size" />
|
|
1031
1031
|
<ECProperty propertyName="MajorStepMultiple" typeName="int" displayLabel="Major Step Interval" description="Number of minor intervals between two major steps" />
|
|
1032
1032
|
</ECEntityClass>
|
|
1033
1033
|
|
|
1034
1034
|
<ECEntityClass typeName="RetainingWallType" displayLabel="Retaining Wall Type" description="Defines a shared set of properties whose values vary per-type of RetainingWall rather than per-instance.">
|
|
1035
1035
|
<BaseClass>cvphys:RetainingWallType</BaseClass>
|
|
1036
1036
|
|
|
1037
|
-
<ECProperty propertyName="FrontWallSetback" typeName="double" kindOfQuantity="
|
|
1038
|
-
<ECProperty propertyName="BackWallSetback" typeName="double" kindOfQuantity="
|
|
1039
|
-
<ECProperty propertyName="ExposedWallHeight" typeName="double" kindOfQuantity="
|
|
1040
|
-
<ECProperty propertyName="CoverDepth" typeName="double" kindOfQuantity="
|
|
1041
|
-
<ECProperty propertyName="ToeWidth" typeName="double" kindOfQuantity="
|
|
1042
|
-
<ECProperty propertyName="HeelWidth" typeName="double" kindOfQuantity="
|
|
1043
|
-
<ECProperty propertyName="FootingThickness" typeName="double" kindOfQuantity="
|
|
1044
|
-
<ECProperty propertyName="KeyWidth" typeName="double" kindOfQuantity="
|
|
1045
|
-
<ECProperty propertyName="KeyHeight" typeName="double" kindOfQuantity="
|
|
1037
|
+
<ECProperty propertyName="FrontWallSetback" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Front Wall Setback" description="Width of front wall setback." />
|
|
1038
|
+
<ECProperty propertyName="BackWallSetback" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Back Wall Setback" description="Width of back wall setback." />
|
|
1039
|
+
<ECProperty propertyName="ExposedWallHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Exposed Wall Height" description="Height of exposed wall." />
|
|
1040
|
+
<ECProperty propertyName="CoverDepth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Cover Depth" description="Depth of cover." />
|
|
1041
|
+
<ECProperty propertyName="ToeWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Toe Width" description="Width of toe." />
|
|
1042
|
+
<ECProperty propertyName="HeelWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Heel Width" description="Width of heel." />
|
|
1043
|
+
<ECProperty propertyName="FootingThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Footing Thickness" description="Thickness of footing." />
|
|
1044
|
+
<ECProperty propertyName="KeyWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Width" description="Width of key." />
|
|
1045
|
+
<ECProperty propertyName="KeyHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Key Height" description="Height of key." />
|
|
1046
1046
|
</ECEntityClass>
|
|
1047
1047
|
|
|
1048
1048
|
<ECEntityClass typeName="CurbType" displayLabel="Curb Type" description="Defines a shared set of properties whose values vary per-type of Curb rather than per-instance.">
|
|
1049
1049
|
<BaseClass>cvphys:CurbType</BaseClass>
|
|
1050
1050
|
|
|
1051
|
-
<ECProperty propertyName="PanWidth" typeName="double" kindOfQuantity="
|
|
1052
|
-
<ECProperty propertyName="PanThickness" typeName="double" kindOfQuantity="
|
|
1053
|
-
<ECProperty propertyName="StoneExtension" typeName="double" kindOfQuantity="
|
|
1054
|
-
<ECProperty propertyName="StoneThickness" typeName="double" kindOfQuantity="
|
|
1055
|
-
<ECProperty propertyName="CurbHeight" typeName="double" kindOfQuantity="
|
|
1056
|
-
<ECProperty propertyName="CurbTopWidth" typeName="double" kindOfQuantity="
|
|
1057
|
-
<ECProperty propertyName="CurbBottomWidth" typeName="double" kindOfQuantity="
|
|
1058
|
-
<ECProperty propertyName="MiterWidth" typeName="double" kindOfQuantity="
|
|
1059
|
-
<ECProperty propertyName="MiterHeight" typeName="double" kindOfQuantity="
|
|
1051
|
+
<ECProperty propertyName="PanWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Width" description="Width of curb pan." />
|
|
1052
|
+
<ECProperty propertyName="PanThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Pan Thickness" description="Thickness of curb pan." />
|
|
1053
|
+
<ECProperty propertyName="StoneExtension" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Extension" description="Width of stone extension." />
|
|
1054
|
+
<ECProperty propertyName="StoneThickness" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Stone Thickness" description="Thickness of stone extension." />
|
|
1055
|
+
<ECProperty propertyName="CurbHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Height" description="Height of curb." />
|
|
1056
|
+
<ECProperty propertyName="CurbTopWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Top Width" description="Width of curb top." />
|
|
1057
|
+
<ECProperty propertyName="CurbBottomWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Curb Bottom Width" description="Width of curb bottom." />
|
|
1058
|
+
<ECProperty propertyName="MiterWidth" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Width" description="Width of curb miter." />
|
|
1059
|
+
<ECProperty propertyName="MiterHeight" typeName="double" kindOfQuantity="cvu:LENGTH" displayLabel="Miter Height" description="Height of curb miter." />
|
|
1060
1060
|
</ECEntityClass>
|
|
1061
1061
|
|
|
1062
1062
|
<ECRelationshipClass typeName="WireOwnsContourLinesAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1072,14 +1072,14 @@
|
|
|
1072
1072
|
<ECEntityClass typeName="EdgeParkingAspect" modifier="Sealed" displayLabel="Parking">
|
|
1073
1073
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1074
1074
|
|
|
1075
|
-
<ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="
|
|
1076
|
-
<ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="
|
|
1077
|
-
<ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="
|
|
1078
|
-
<ECProperty propertyName="MaxParkingOffset" typeName="double" kindOfQuantity="
|
|
1075
|
+
<ECProperty propertyName="ParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Width" description="Parking space width." />
|
|
1076
|
+
<ECProperty propertyName="ParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Parking Depth" description="Parking space depth." />
|
|
1077
|
+
<ECProperty propertyName="ParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeParkingAspect_Parking" displayLabel="Parking Angle" description="Parking space angle." />
|
|
1078
|
+
<ECProperty propertyName="MaxParkingOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Max. Parking Offset" />
|
|
1079
1079
|
<ECProperty propertyName="IgnoreProblems" typeName="boolean" category="EdgeParkingAspect_Parking" displayLabel="Ignore Problems" />
|
|
1080
1080
|
<ECProperty propertyName="ParksPerIsland" typeName="int" category="EdgeParkingAspect_Parking" displayLabel="Count Per Island" description="Parking space count between islands." />
|
|
1081
|
-
<ECProperty propertyName="IslandWidth" typeName="double" kindOfQuantity="
|
|
1082
|
-
<ECProperty propertyName="IslandCurbRadius" typeName="double" kindOfQuantity="
|
|
1081
|
+
<ECProperty propertyName="IslandWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Width" description="Width of parking islands." />
|
|
1082
|
+
<ECProperty propertyName="IslandCurbRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeParkingAspect_Parking" displayLabel="Island Curb Radius" description="Curb radius for parking islands." />
|
|
1083
1083
|
</ECEntityClass>
|
|
1084
1084
|
|
|
1085
1085
|
<ECRelationshipClass typeName="PropertyEdgeOwnsParkingAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1135,17 +1135,17 @@
|
|
|
1135
1135
|
<ECEntityClass typeName="EdgeOnSideParkingAspect" modifier="Sealed" displayLabel="Onside Parking">
|
|
1136
1136
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1137
1137
|
|
|
1138
|
-
<ECProperty propertyName="OnSideParkingWidth" typeName="double" kindOfQuantity="
|
|
1139
|
-
<ECProperty propertyName="OnSideParkingDepth" typeName="double" kindOfQuantity="
|
|
1140
|
-
<ECProperty propertyName="OnSideParkingAngle" typeName="double" kindOfQuantity="
|
|
1138
|
+
<ECProperty propertyName="OnSideParkingWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Width" description="Onside parking space width for this side of driveway." />
|
|
1139
|
+
<ECProperty propertyName="OnSideParkingDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Depth" description="Onside parking space depth for this side of driveway." />
|
|
1140
|
+
<ECProperty propertyName="OnSideParkingAngle" typeName="double" kindOfQuantity="cvu:ANGLE" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parking Angle" description="Onside parking space angle for this side of driveway." />
|
|
1141
1141
|
<ECProperty propertyName="OnSideParksPerIsland" typeName="int" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Parks Per Island" description="Onside parking space count per island on this side of driveway." />
|
|
1142
|
-
<ECProperty propertyName="OnSideIslandWidth" typeName="double" kindOfQuantity="
|
|
1143
|
-
<ECProperty propertyName="OnSideIslandCurbRadius" typeName="double" kindOfQuantity="
|
|
1142
|
+
<ECProperty propertyName="OnSideIslandWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Island Width" description="Onside parking island width for this side of driveway." />
|
|
1143
|
+
<ECProperty propertyName="OnSideIslandCurbRadius" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeOnSideParkingAspect_Parking" displayLabel="Onside Curb Radius" description="Onside parking island curb radius for this side of driveway." />
|
|
1144
1144
|
|
|
1145
1145
|
<ECProperty propertyName="OnSideParkingSurfaceType" typeName="SurfaceType" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Type" description="Onside parking surface type for this side of driveway." />
|
|
1146
|
-
<ECProperty propertyName="OnSideParkingSurfaceDepth" typeName="double" kindOfQuantity="
|
|
1147
|
-
<ECProperty propertyName="OnSideParkingMinSlope" typeName="double" kindOfQuantity="
|
|
1148
|
-
<ECProperty propertyName="OnSideParkingMaxSlope" typeName="double" kindOfQuantity="
|
|
1146
|
+
<ECProperty propertyName="OnSideParkingSurfaceDepth" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Surface Depth" description="Onside parking material depth for this side of driveway." />
|
|
1147
|
+
<ECProperty propertyName="OnSideParkingMinSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Min. Slope" description="Onside parking minimum design slope for this side of driveway." />
|
|
1148
|
+
<ECProperty propertyName="OnSideParkingMaxSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeOnSideParkingAspect_Grading" displayLabel="Onside Parking Max. Slope" description="Onside parking maximum design slope for this side of driveway." />
|
|
1149
1149
|
</ECEntityClass>
|
|
1150
1150
|
|
|
1151
1151
|
<ECRelationshipClass typeName="DrivewayPathFinOwnsOnSideParkingAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1162,11 +1162,11 @@
|
|
|
1162
1162
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1163
1163
|
|
|
1164
1164
|
<ECProperty propertyName="SidewalkType" typeName="SurfaceType" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Type" description="Defines the type of sidewalk or material." />
|
|
1165
|
-
<ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="
|
|
1166
|
-
<ECProperty propertyName="SidewalkOffset" typeName="double" kindOfQuantity="
|
|
1167
|
-
<ECProperty propertyName="SidewalkDepth" typeName="double" kindOfQuantity="
|
|
1168
|
-
<ECProperty propertyName="MinSidewalkSlope" typeName="double" kindOfQuantity="
|
|
1169
|
-
<ECProperty propertyName="MaxSidewalkSlope" typeName="double" kindOfQuantity="
|
|
1165
|
+
<ECProperty propertyName="SidewalkWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Width" description="Width of sidewalk." />
|
|
1166
|
+
<ECProperty propertyName="SidewalkOffset" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Offset" description="Offset distance for sidewalk." />
|
|
1167
|
+
<ECProperty propertyName="SidewalkDepth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Depth" description="Depth of sidewalk material." />
|
|
1168
|
+
<ECProperty propertyName="MinSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Min. Slope" description="Minimum allowable sidewalk slope." />
|
|
1169
|
+
<ECProperty propertyName="MaxSidewalkSlope" typeName="double" kindOfQuantity="cvu:SLOPE" category="EdgeSidewalkAspect_Sidewalk" displayLabel="Max. Slope" description="Maximum allowable sidewalk slope." />
|
|
1170
1170
|
</ECEntityClass>
|
|
1171
1171
|
|
|
1172
1172
|
<ECRelationshipClass typeName="BuildingEdgeOwnsSidewalkAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1202,7 +1202,7 @@
|
|
|
1202
1202
|
<ECEntityClass typeName="EdgeCurbAspect" modifier="Sealed" displayLabel="Curb">
|
|
1203
1203
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1204
1204
|
|
|
1205
|
-
<ECProperty propertyName="CurbHeight" typeName="double" kindOfQuantity="
|
|
1205
|
+
<ECProperty propertyName="CurbHeight" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeCurbAspect_Curb" displayLabel="Curb Height" description="Height of the curb.">
|
|
1206
1206
|
<ECCustomAttributes>
|
|
1207
1207
|
<HiddenProperty xmlns="CoreCustomAttributes.01.00.03" />
|
|
1208
1208
|
<Deprecated xmlns="CoreCustomAttributes.01.00.03">
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
<ECEntityClass typeName="EdgeAisleAspect" modifier="Sealed" displayLabel="Aisle">
|
|
1296
1296
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1297
1297
|
|
|
1298
|
-
<ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="
|
|
1298
|
+
<ECProperty propertyName="AisleWidth" typeName="double" kindOfQuantity="cvu:LENGTH" category="EdgeAisleAspect_Aisle" displayLabel="Aisle Width" description="Aisle width for parking." />
|
|
1299
1299
|
</ECEntityClass>
|
|
1300
1300
|
|
|
1301
1301
|
<ECRelationshipClass typeName="PropertyEdgeOwnsAisleAspect" modifier="Sealed" strength="embedding">
|
|
@@ -1359,8 +1359,8 @@
|
|
|
1359
1359
|
</ECRelationshipClass>
|
|
1360
1360
|
|
|
1361
1361
|
<ECStructClass typeName="DistanceAlongLinearPath" description="Describes a distance along a linear path, as either an absolute distance or a percent along" modifier="Sealed">
|
|
1362
|
-
<ECProperty propertyName="AbsoluteAlong" typeName="double" kindOfQuantity="
|
|
1363
|
-
<ECProperty propertyName="PercentAlong" typeName="double" kindOfQuantity="
|
|
1362
|
+
<ECProperty propertyName="AbsoluteAlong" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Applicable when IsDistanceAbsolute is true. It is the distance along the linear path in meters"/>
|
|
1363
|
+
<ECProperty propertyName="PercentAlong" typeName="double" kindOfQuantity="cvu:PERCENTAGE" displayLabel="Applicable when IsDistanceAbsolute is false. It is the percent along the linear path"/>
|
|
1364
1364
|
<ECProperty propertyName="IsDistanceAbsolute" typeName="boolean" displayLabel="True if DistanceAlong property should be used, false if PercentAlong describes the distance. Undefined implies an absolute distance"/>
|
|
1365
1365
|
</ECStructClass>
|
|
1366
1366
|
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
<Class class="bis:GeometricElement"/>
|
|
1374
1374
|
</Target>
|
|
1375
1375
|
<ECStructProperty propertyName="DistanceAlong" typeName="DistanceAlongLinearPath" displayLabel="Distance along linear, in meters or percent"/>
|
|
1376
|
-
<ECProperty propertyName="Offset" typeName="double" kindOfQuantity="
|
|
1376
|
+
<ECProperty propertyName="Offset" typeName="double" kindOfQuantity="cvu:LENGTH_SHORT" displayLabel="Perpendicular offset from linear. Positive is to the right, negative to the left, relative to the linear path direction"/>
|
|
1377
1377
|
<ECProperty propertyName="IsDistanceFromStart" typeName="boolean" displayLabel="True if distance is from the start of the linear path, false if it is from the end. Undefined implies it is from the start"/>
|
|
1378
1378
|
</ECRelationshipClass>
|
|
1379
1379
|
|
|
@@ -1428,9 +1428,9 @@
|
|
|
1428
1428
|
<BaseClass>ISurfaceControlObject</BaseClass>
|
|
1429
1429
|
|
|
1430
1430
|
<ECProperty propertyName="VertexType" typeName="SurfaceControlVertexType" category="SurfaceControl" displayLabel="Control Vertex Type" description="Specifies the type of control vertex used." />
|
|
1431
|
-
<ECProperty propertyName="Slope" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1432
|
-
<ECProperty propertyName="MinSlope" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1433
|
-
<ECProperty propertyName="MaxSlope" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1431
|
+
<ECProperty propertyName="Slope" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:SLOPE" displayLabel="Slope" description="Slope of the line emanating from this vertex position." />
|
|
1432
|
+
<ECProperty propertyName="MinSlope" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:SLOPE" displayLabel="Min. Slope" description="Minimum slope constraint." />
|
|
1433
|
+
<ECProperty propertyName="MaxSlope" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:SLOPE" displayLabel="Max. Slope" description="Maximum slope constraint." />
|
|
1434
1434
|
<ECProperty propertyName="Direction" typeName="Point2d" category="SurfaceControl" displayLabel="Direction" description="Direction of the line emanating from this vertex position that constrains the elevation interpolation."/>
|
|
1435
1435
|
<ECProperty propertyName="Mirrored" typeName="boolean" category="SurfaceControl" displayLabel="Mirrored" description="True if the direction constraint should represent two lines emanating from the position, forming a V shape, or false if it should be a single line passing through the position."/>
|
|
1436
1436
|
</ECEntityClass>
|
|
@@ -1475,13 +1475,13 @@
|
|
|
1475
1475
|
<ECEntityClass typeName="SurfaceControlVertexDeltaRule" modifier="Sealed" displayLabel="Surface Control Vertex Delta Rule" description="Constrains two surface control vertices to have a constant elevation difference between each other.">
|
|
1476
1476
|
<BaseClass>SurfaceControlVertexRule</BaseClass>
|
|
1477
1477
|
|
|
1478
|
-
<ECProperty propertyName="ControlVertexDelta" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1478
|
+
<ECProperty propertyName="ControlVertexDelta" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:LENGTH" displayLabel="Delta" description="Delta defined by a control vertex override." />
|
|
1479
1479
|
</ECEntityClass>
|
|
1480
1480
|
|
|
1481
1481
|
<ECEntityClass typeName="SurfaceControlVertexSlopeRule" modifier="Sealed" displayLabel="Surface Control Vertex Slope Rule" description="Constrains two surface control vertices to lie on the same line defined by the slope between them.">
|
|
1482
1482
|
<BaseClass>SurfaceControlVertexRule</BaseClass>
|
|
1483
1483
|
|
|
1484
|
-
<ECProperty propertyName="ControlVertexSlope" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1484
|
+
<ECProperty propertyName="ControlVertexSlope" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:SLOPE" displayLabel="Slope" description="Slope defined by a control vertex override." />
|
|
1485
1485
|
</ECEntityClass>
|
|
1486
1486
|
|
|
1487
1487
|
<ECEntityClass typeName="SurfaceControlLowPoint" modifier="Sealed" displayLabel="Control Low Point" description="Defines a location point which controls low point control object.">
|
|
@@ -1491,8 +1491,8 @@
|
|
|
1491
1491
|
<Description>SurfaceControlLowPoint is no longer used for surface control, use SurfaceSlopedControlVertex instead.</Description>
|
|
1492
1492
|
</Deprecated>
|
|
1493
1493
|
</ECCustomAttributes>
|
|
1494
|
-
<ECProperty propertyName="ControlSlope" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1495
|
-
<ECProperty propertyName="MaximumControlRadius" typeName="double" category="SurfaceControl" kindOfQuantity="
|
|
1494
|
+
<ECProperty propertyName="ControlSlope" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:SLOPE" displayLabel="Slope" description="Slope defined by a control low point override." />
|
|
1495
|
+
<ECProperty propertyName="MaximumControlRadius" typeName="double" category="SurfaceControl" kindOfQuantity="cvu:LENGTH" displayLabel="Radius" description="Max radius defined by a control low point override." />
|
|
1496
1496
|
</ECEntityClass>
|
|
1497
1497
|
|
|
1498
1498
|
<ECEntityClass typeName="SurfaceControlLowPointRule" modifier="Sealed" displayLabel="Surface Control Low Point Rule" description="Surface control low point rule.">
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
<ECEntityClass typeName="SurfaceControlOptionsAspect" modifier="Sealed" displayLabel="Surface Control Options">
|
|
1563
1563
|
<BaseClass>bis:ElementUniqueAspect</BaseClass>
|
|
1564
1564
|
|
|
1565
|
-
<ECProperty propertyName="Resolution" typeName="double" kindOfQuantity="
|
|
1565
|
+
<ECProperty propertyName="Resolution" typeName="double" kindOfQuantity="cvu:LENGTH" category="SurfaceControl" displayLabel="Resolution" description="Controls the spacing of the XY grid used when generating the triangulation for the interpolated surface." />
|
|
1566
1566
|
</ECEntityClass>
|
|
1567
1567
|
|
|
1568
1568
|
<ECRelationshipClass typeName="SurfaceControlOwnsOptionsAspect" modifier="Sealed" strength="embedding">
|