SurfaceBuildOptionsUseMaximumTriangleLength Property

Gets or sets whether the surface triangles that exceed the length specified by MaximumTriangleLength are removed from the boundary of the surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool UseMaximumTriangleLength { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when change UseMaximumTriangleLength value on a GridSurface/GridVolumeSurface.
See Also