SurfaceMinimizeFlatAreaOptionsAddPointsToTriangles Property |
Specifies that a new point should be added at the midpoint of an edge shared between a flat triangle and a non-flat triangle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool AddPointsToTriangles { get; set; }
Public Property AddPointsToTriangles As Boolean
Get
Set
public:
property bool AddPointsToTriangles {
bool get ();
void set (bool value);
}
Property Value
Boolean
See Also